Converts images into video clips using the videoclaw CLI with custom text prompts. Useful for creating short video animations from static images.
How this skill is triggered — by the user, by Claude, or both
Slash command
/videoclaw-claude-adapter:video-i2vThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
将图片转换为视频片段,支持自定义 prompt。
将图片转换为视频片段,支持自定义 prompt。
注意:如果是首次使用,确保已安装 videoclaw:
uvx videoclaw --help
# 一张图片生成一个视频
videoclaw i2v --project my-project -i image.png -t "角色向前行走"
# 多张图片生成多个视频(用同一个 prompt)
videoclaw i2v --project my-project -i image1.png -i image2.png -t "角色向前行走"
--project, -p: 项目名称(必填)--image, -i: 图片路径(必填,每张图片生成一个视频)--prompt, -t: 传给视频模型的 prompt(必填,生成视频的指令)--provider: 模型提供商(可选)--resolution, -r: 分辨率(可选)Claude Code: videoclaw i2v --project mars-video -i assets/frame1.png -t "角色向前行走"
npx claudepluginhub t0ugh/videoclawConverts storyboard images into video clips using videoclaw. Requires completing the storyboard step first.
Generates short AI videos from text or images via 7 backends (Minimax, Kling, Veo, Hunyuan, Pixverse, Grok, Seedance) with zero API setup. Use for text-to-video, image-to-video, or reference-based generation.
Provides fal.ai image-to-video endpoints, motion keywords, prompts, and TypeScript/Python examples for Kling 2.5/2.6 Pro, MiniMax Hailuo, Luma Dream Machine, SVD. For portrait/product animation workflows.