with one click
image-edit
图像编辑工具,使用当前 provider 的 image_edit 能力对本地图片按提示词编辑并保存结果。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
图像编辑工具,使用当前 provider 的 image_edit 能力对本地图片按提示词编辑并保存结果。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
通用下载编排器。下载公开可访问、开源授权或用户本人授权的数字资源;提供 inspect_download_url、download_direct_file、download_video、list_downloads 四个工具。
本地双层知识库检索与问答。用户要求从知识库、资料目录或本地文档中查信息、总结、核对来源时使用。先按 data_structure.md 分层导航,再渐进检索候选文件;遇到 PDF/Excel 时先读取本 Skill 的 references 处理指南。
双模式记忆管理:保存、读取、搜索、删除、审阅和清理用户记忆。被动模式只处理临时层;主动审阅读取临时+永久并将有价值内容晋升到永久层。用户要求记住、忘记、搜索记忆、审阅记忆、清理记忆时使用。
VOTX Agent run_command tool usage guide for safe local command execution.
创建或更新 VOTX Agent Skill 的指导技能。用于设计 SKILL.md、工具型或指令型 Skill、scripts/references/assets 资源、触发描述、渐进式披露结构,以及验证现有 Skill 是否适配框架。
将复杂用户请求自动分解为可执行步骤计划,可视化进度,支持暂停/继续/中止。受用户 config.json 中 task_plan.accept_task 控制。
| name | image_edit |
| description | 图像编辑工具,使用当前 provider 的 image_edit 能力对本地图片按提示词编辑并保存结果。 |
| version | 1.1 |
| category | multimodal |
| enabled | true |
| tags | ["multimodal","image","edit"] |
按提示词编辑本地图片,并把结果保存到当前用户下载目录或指定输出目录。
plugins/image_edit/
image_edit_model(config.json 专用配置)> provider 默认图像编辑模型
| 工具名 | 描述 |
|---|---|
image_edit | 根据输入图片和提示词编辑图片并保存到本地 |
| 参数 | 类型 | 必需 | 默认值 | 说明 |
|---|---|---|---|---|
image | string | 是 | — | 本地图片路径 |
prompt | string | 是 | — | 编辑要求(如"将背景换成蓝天"、"移除图中人物") |
response_format | string (enum) | 否 | "url" | 返回格式:url 或 b64_json |
size | string | 否 | "" | 可选,目标尺寸,格式为 宽x高,如 1920x1080。留空使用 API 默认 |
output_dir | string | 否 | users/<user>/download/ | 输出目录 |
filename | string | 否 | 自动生成 | 文件名前缀(自动追加序号和 .png) |
path、原始 url(如有)、revised_prompt、finish_reason 和 seedERROR: 前缀的错误信息image_edit_model 或开启 capabilities_override: ["image_edit"]image_edit 能力image_edit_model(config.json 专用配置)users/<user>/download/size 参数留空时使用 API 默认尺寸image_edit_model 是否已配置prompt,使用更精确的描述response_format 设为 b64_json 时响应体较大,网络条件差时建议用 url