← 返回 Skills 市场
🔌
I2V
作者
skills-video
· GitHub ↗
· v1.0.0
· MIT-0
142
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install i2v
功能描述
Placeholder skill for image-to-video workflows on skills.video. Use when the user is asking about i2v generation and the concrete API contract has not been i...
使用说明 (SKILL.md)
i2v
Overview
Use this as a placeholder skill for image-to-video generation on skills.video.
This file is intentionally incomplete and should not be treated as a production workflow.
Current status
- No verified i2v 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
i2vis 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
video-generation.
Implementation checklist
- Confirm which providers/models support i2v on
skills.video - Identify the create endpoint and terminal status flow
- Document image input format such as URL, file upload, or asset ID
- Document supported motion, duration, and aspect-ratio parameters
- 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 flowi2i: image-to-image placeholder flowv2v: video-to-video placeholder flow
安全使用建议
This skill is effectively a labeled placeholder: it won't perform image-to-video generation and it doesn't ask for credentials or install anything. It's safe from a permissions/credential perspective, but also not useful until the provider OpenAPI/endpoint is implemented. Before relying on it for real i2v work, confirm the concrete API contract (OpenAPI or docs) and only provide any provider credentials to a concrete implementation that documents why and how they are used. If you want actual i2v functionality now, use a skill or integration that has a documented API endpoint and explicit credential requirements.
功能分析
Type: OpenClaw Skill
Name: i2v
Version: 1.0.0
This skill bundle is a documentation-only placeholder for future image-to-video (i2v) functionality. It contains no executable code, network requests, or sensitive data access. The instructions in SKILL.md are benign, directing the agent to inform users that the feature is not yet implemented and to avoid guessing API parameters.
能力评估
Purpose & Capability
Name/description claim a placeholder i2v workflow; the skill requires no binaries, env vars, or installs, which is appropriate for a placeholder that should not perform production tasks.
Instruction Scope
SKILL.md instructs the agent to inform the user that the skill is a placeholder, to check for provider-specific OpenAPI/docs, and to avoid guessing API fields — all of which stay within the stated purpose and do not request unrelated system files or secrets.
Install Mechanism
No install specification is present (instruction-only). No downloads or disk writes are defined, which matches the placeholder nature and minimizes risk.
Credentials
No environment variables, credentials, or config paths are requested. That is proportionate for a placeholder that should not call provider APIs yet.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not request persistent presence or system-level changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install i2v - 安装完成后,直接呼叫该 Skill 的名称或使用
/i2v触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial placeholder skill for image-to-video workflows.
- Introduced a placeholder for i2v (image-to-video) generation on skills.video, clearly marked as incomplete.
- No live API contract, endpoint, or request template is implemented yet.
- The skill informs users of its placeholder status and avoids guessing request fields or behavior.
- Implementation checklist and related skills are documented for future development.
元数据
常见问题
I2V 是什么?
Placeholder skill for image-to-video workflows on skills.video. Use when the user is asking about i2v generation and the concrete API contract has not been i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 I2V?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install i2v」即可一键安装,无需额外配置。
I2V 是免费的吗?
是的,I2V 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
I2V 支持哪些平台?
I2V 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 I2V?
由 skills-video(@skills-video)开发并维护,当前版本 v1.0.0。
推荐 Skills