Openakita get-voice-file
Get local file path of voice message sent by user. When user sends voice message, system auto-downloads it. When you need to process user's voice message or transcribe voice to text.
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-voice-file" ~/.claude/skills/openakita-openakita-get-voice-file && rm -rf "$T"
manifest:
skills/system/get-voice-file/SKILL.mdsource content
Get Voice File
获取用户发送的语音消息的本地文件路径。
Parameters
无参数。
Workflow
- 用户发送语音消息
- 系统自动下载到本地
- 使用此工具获取文件路径
- 用语音识别脚本处理
Related Skills
: 获取图片文件get-image-file
: 发送文件给用户deliver-artifacts