← Back to Skills Marketplace
🔌

I2V

by skills-video · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
142
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install i2v
Description
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...
README (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:

  1. Tell the user that i2v is currently a placeholder.
  2. Check whether a model-specific openapi.json or docs page exists for the requested provider/model.
  3. Avoid inventing undocumented image input fields or upload semantics.
  4. Ask for the exact model or endpoint only if it is necessary to continue.
  5. 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 flow
  • i2i: image-to-image placeholder flow
  • v2v: video-to-video placeholder flow
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install i2v
  3. After installation, invoke the skill by name or use /i2v
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug i2v
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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

How do I install I2V?

Run "/install i2v" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is I2V free?

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

Which platforms does I2V support?

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

Who created I2V?

It is built and maintained by skills-video (@skills-video); the current version is v1.0.0.

💬 Comments