feat: 新增 account 和 plan 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"zh": {
|
||||
"name": "获取图片文件",
|
||||
"description": "获取用户发送的图片的本地文件路径,用于处理或分析图片内容。"
|
||||
}
|
||||
}
|
||||
27
account/admin/skills/system/get-image-file/SKILL.md
Normal file
27
account/admin/skills/system/get-image-file/SKILL.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
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`: 获取语音文件
|
||||
- `deliver-artifacts`: 发送文件给用户
|
||||
Reference in New Issue
Block a user