v2v
Overview
Use this as a placeholder skill for video-to-video generation on
skills.video.
This file is intentionally incomplete and should not be treated as a production workflow.
Current status
- - No verified v2v 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
v2v is currently a placeholder. - Check whether a model-specific
openapi.json or docs page exists for the requested provider/model. - Avoid inventing undocumented video input fields, upload semantics, or edit parameters.
- 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
video-generation.
Implementation checklist
- - Confirm which providers/models support v2v on INLINECODE4
- Identify the create endpoint and terminal status flow
- Document video input format such as URL, file upload, or asset ID
- Document supported edit controls such as prompt, strength, trim, or style transfer
- Add request-template extraction steps from OpenAPI
- Add execution examples and fallback polling behavior if applicable
- Add runtime error handling guidance
Related skills
- -
video-generation: generic video generation flow - INLINECODE6 : image-to-video placeholder flow
- INLINECODE7 : image-to-image placeholder flow
v2v
概述
将此技能用作 skills.video 平台上视频生成功能的占位技能。
此文件有意保持不完整,不应被视为生产工作流。
当前状态
- - 目前尚未将经过验证的 v2v OpenAPI 合约接入此技能。
- 尚未定义默认端点、负载模板或辅助命令。
- 该技能应明确说明此限制,而非猜测请求字段。
临时行为
当此技能在实现完成前被调用时:
- 1. 告知用户 v2v 当前仅为占位技能。
- 检查所请求的提供商/模型是否存在特定模型的 openapi.json 或文档页面。
- 避免凭空捏造未记录的视频输入字段、上传语义或编辑参数。
- 仅在必要时询问确切的模型或端点以继续操作。
- 一旦确认 API 合约,将此占位技能升级为类似于 video-generation 的真实工作流。
实施清单
- - 确认 skills.video 上哪些提供商/模型支持 v2v
- 识别创建端点及终端状态流程
- 记录视频输入格式,如 URL、文件上传或资产 ID
- 记录支持的编辑控制功能,如提示词、强度、裁剪或风格迁移
- 添加从 OpenAPI 提取请求模板的步骤
- 添加执行示例及回退轮询行为(如适用)
- 添加运行时错误处理指南
相关技能
- - video-generation:通用视频生成工作流
- i2v:图像转视频占位工作流
- i2i:图像转图像占位工作流