AgentSkillsCN

get-image-file

获取用户发送图像的本地文件路径。当用户发送图像时,系统会自动下载该图像。当你需要处理用户的图像,或分析图像内容时,此功能将为你提供便利。

SKILL.md
--- frontmatter
name: get-image-file
description: 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.
system: true
handler: im_channel
tool-name: get_image_file
category: IM Channel

Get Image File

获取用户发送的图片的本地文件路径。

Parameters

无参数。

Workflow

  1. 用户发送图片
  2. 系统自动下载到本地
  3. 使用此工具获取文件路径

Related Skills

  • get-voice-file: 获取语音文件
  • send-to-chat: 发送响应