i2i
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:
- 1. Tell the user that
i2i is currently a placeholder. - Check whether a model-specific
openapi.json or 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-generation or video-generation.
Implementation checklist
- - Confirm which providers/models support i2i on INLINECODE5
- 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 flow - INLINECODE7 : text-to-video generation flow
i2i
概述
将此技能用作 skills.video 平台上图像生成功能的占位技能。
该文件有意保持不完整状态,不应被视为生产级工作流程。
当前状态
- - 该技能尚未接入任何经过验证的 i2i OpenAPI 合约。
- 尚未定义默认端点、请求模板或辅助命令。
- 该技能应清晰呈现此限制,而非猜测请求字段。
临时行为
当该技能在实现完成前被调用时:
- 1. 告知用户 i2i 当前仅为占位技能。
- 检查所请求的提供商/模型是否存在对应的 openapi.json 或文档页面。
- 避免自行编造未记录的图像输入字段或上传语义。
- 仅在必要时询问确切的模型或端点。
- 一旦 API 合约确认,将该占位技能升级为类似 image-generation 或 video-generation 的真实工作流程。
实施检查清单
- - 确认 skills.video 上支持 i2i 的提供商/模型
- 识别创建端点及终端状态流程
- 记录图像输入格式(如 URL、文件上传或资产 ID)
- 添加从 OpenAPI 提取请求模板的步骤
- 添加执行示例及适用的回退轮询行为
- 添加运行时错误处理指南
相关技能
- - image-generation:文本到图像生成流程
- video-generation:文本到视频生成流程