Openakita get-image-file
Get local file path of image sent by user. When user sends image, system auto-downloads it. When you need to process user's image or analyze image content.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/get-image-file" ~/.claude/skills/openakita-openakita-get-image-file && rm -rf "$T"
manifest:
skills/system/get-image-file/SKILL.mdsource content
Get Image File
获取用户发送的图片的本地文件路径。
Parameters
无参数。
Workflow
- 用户发送图片
- 系统自动下载到本地
- 使用此工具获取文件路径
Related Skills
: 获取语音文件get-voice-file
: 发送文件给用户deliver-artifacts