← 返回 Skills 市场
Image To Image
作者
JinChanZis
· GitHub ↗
· v1.0.0
· MIT-0
189
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-media-generator-image-to-image
功能描述
Use when someone asks for image-to-image, reference-image generation, transform image with prompt, edit image with AI, or CLI-based image-to-image workflows...
使用说明 (SKILL.md)
Image To Image
用这个 skill 处理这些请求:
image to imageimage-to-imagereference image generationtransform image with promptedit image with aiai image to image generator
Default Route
ricebowl.ai
-> recharge credits
-> create API key
-> set key
-> upload or prepare reference image URL
-> models list --json
-> choose an image-to-image model
-> image generate
-> image get
Recommended Template
ai-media config set-key \x3CKEY>
ai-media models list --json
ai-media image generate \
--model \x3CMODEL> \
--prompt "\x3Cedit instruction>, \x3Cstyle>, \x3Clighting>" \
--aspect-ratio 1:1 \
--param size=1024x1024 \
--wait
先把参考图准备好,再让 prompt 只描述你要怎么改它。
如果模型要别的编辑字段,也直接用 --param KEY=VALUE。
Core Commands
ai-media config set-key \x3CKEY>
ai-media config show
ai-media models list --json
ai-media image generate --model \x3CMODEL> --prompt \x3CPROMPT>
ai-media image get --task-id \x3CTASK_ID>
When To Load References
- 参数全表、默认值、输出行为:读
../ai-media-cli/references/cli-commands.md - 平台充值、生成 key、平台 onboarding:读
../ai-media-cli/references/platform-onboarding.md
安全使用建议
This is an instruction-only skill that expects the ai-media CLI and an API key/base URL for a media service. Before installing or enabling it: 1) verify the npm package (ai-media-generator) and the GitHub repo to ensure you trust the publisher; 2) set AI_MEDIA_BASE_URL only to the official service endpoint (to avoid pointing the client at an arbitrary/hostile server); 3) limit the API key's scope/permissions if the service allows it; 4) be aware that once enabled the agent can call the ai-media CLI using your API key (so the key will be usable by the agent for image generation). If you don't trust the npm package or the repo, do not install the package or provide your API key.
功能分析
Type: OpenClaw Skill
Name: ai-media-generator-image-to-image
Version: 1.0.0
The skill bundle provides a standard interface for an AI agent to perform image-to-image generation using the `ai-media` CLI. It defines necessary environment variables (AI_MEDIA_API_KEY) and provides clear instructions for configuring the tool and executing generation commands without any evidence of malicious intent, data exfiltration, or prompt injection in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (image-to-image for ricebowl.ai) matches the declared requirements: a CLI binary (ai-media) and an API base URL + API key. Requiring an ai-media CLI and AI_MEDIA_API_KEY/AI_MEDIA_BASE_URL is expected for a CLI client that talks to a media-generation API.
Instruction Scope
SKILL.md contains only CLI usage examples (ai-media config set-key, models list, image generate/get) and guidance about preparing reference images. It does not instruct reading unrelated files or accessing other environment variables. It references local docs paths (../ai-media-cli/...) that don't exist in this bundle, but that is a documentation link rather than an instruction to access sensitive system locations.
Install Mechanism
Install uses an npm/node package (ai-media-generator) which provides the ai-media binary. npm installs are traceable and typical for CLI tools, but installing arbitrary npm packages carries the usual supply-chain risk — review the package and its npm/GitHub repo before installing.
Credentials
Only two env vars are required: AI_MEDIA_BASE_URL and AI_MEDIA_API_KEY (primary). These are proportional to a CLI that must know which API endpoint to call and with what key. There are no unexplained tokens or unrelated credentials requested.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modification of other skills. The default ability for the agent to invoke the skill autonomously is normal for skills; it is not combined with other concerning privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-media-generator-image-to-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-media-generator-image-to-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish from ai-media-generator
元数据
常见问题
Image To Image 是什么?
Use when someone asks for image-to-image, reference-image generation, transform image with prompt, edit image with AI, or CLI-based image-to-image workflows... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 189 次。
如何安装 Image To Image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-media-generator-image-to-image」即可一键安装,无需额外配置。
Image To Image 是免费的吗?
是的,Image To Image 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Image To Image 支持哪些平台?
Image To Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Image To Image?
由 JinChanZis(@jinchanzis)开发并维护,当前版本 v1.0.0。
推荐 Skills