Files
X-Agents/account/admin/skills/system/get-voice-file/SKILL.md
2026-03-11 16:26:22 +08:00

656 B

name, description, system, handler, tool-name, category
name description system handler tool-name category
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. true im_channel get_voice_file IM Channel

Get Voice File

获取用户发送的语音消息的本地文件路径。

Parameters

无参数。

Workflow

  1. 用户发送语音消息
  2. 系统自动下载到本地
  3. 使用此工具获取文件路径
  4. 用语音识别脚本处理
  • get-image-file: 获取图片文件
  • deliver-artifacts: 发送文件给用户