i2i
Placeholder skill for image-to-image workflows on skills.video. Use when the user is asking about i2i generation and the concrete API contract has not been implemented yet.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chuyun/i2ii2i
Overview
Use this as a placeholder skill for image-to-image generation on skills.video.
This file is intentionally incomplete and should not be treated as a production workflow.
Current status
- No verified i2i OpenAPI contract has been wired into this skill yet.
- No default endpoint, payload template, or helper command is defined yet.
- The skill should surface this limitation clearly instead of guessing request fields.
Temporary behavior
When this skill is invoked before implementation is completed:
- Tell the user that
i2iis currently a placeholder. - Check whether a model-specific
openapi.jsonor docs page exists for the requested provider/model. - Avoid inventing undocumented image input fields or upload semantics.
- Ask for the exact model or endpoint only if it is necessary to continue.
- Once the API contract is confirmed, promote this placeholder into a real workflow similar to
image-generationorvideo-generation.
Implementation checklist
- Confirm which providers/models support i2i on
skills.video - Identify the create endpoint and terminal status flow
- Document image input format such as URL, file upload, or asset ID
- Add request-template extraction steps from OpenAPI
- Add execution examples and fallback polling behavior if applicable
- Add runtime error handling guidance
Related skills
image-generation: text-to-image generation flowvideo-generation: text-to-video generation flow
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chuyun-i2i": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ai-video
Build and execute skills.video video generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document video generation calls on open.skills.video.
t2v
Placeholder skill for text-to-video workflows on skills.video. Use when the user is asking about t2v generation and the concrete API contract has not been implemented yet.
ai-image-skills
Build and execute skills.video image generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document image generation calls on open.skills.video.
ai-image
Build and execute skills.video image generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document image generation calls on open.skills.video.
ai-video
Build and execute skills.video video generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document video generation calls on open.skills.video.