← Back to Skills Marketplace
jinchanzis

Image To Image

by JinChanZis · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
189
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-media-generator-image-to-image
Description
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...
README (SKILL.md)

Image To Image

用这个 skill 处理这些请求:

  • image to image
  • image-to-image
  • reference image generation
  • transform image with prompt
  • edit image with ai
  • ai 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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-media-generator-image-to-image
  3. After installation, invoke the skill by name or use /ai-media-generator-image-to-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish from ai-media-generator
Metadata
Slug ai-media-generator-image-to-image
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.

How do I install Image To Image?

Run "/install ai-media-generator-image-to-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Image To Image free?

Yes, Image To Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Image To Image support?

Image To Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Image To Image?

It is built and maintained by JinChanZis (@jinchanzis); the current version is v1.0.0.

💬 Comments