I2V

v1.0.0

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...

0· 135·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for skills-video/i2v.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "I2V" (skills-video/i2v) from ClawHub.
Skill page: https://clawhub.ai/skills-video/i2v
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install i2v

ClawHub CLI

Package manager switcher

npx clawhub@latest install i2v
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977cw8c5enh5gth4044x9prbd83hbnc
135downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

Comments

Loading comments...