npx claudepluginhub t0ugh/videoclawThis skill uses the workspace's default tool permissions.
将图片转换为视频片段,支持自定义 prompt。
Generates video clips from storyboard images using videoclaw CLI. Requires prior video:storyboard step. Run with 'videoclaw i2v-from-storyboard --project <name>' after installation.
Generate short AI videos from text, images, or references using models like minimax, Kling, Veo, Grok, and Seedance. Supports text-to-video, image-to-video modes via node tool with hosted proxy.
Generates short AI videos from text or first-frame images using 10+ providers like OpenAI Sora, Google Veo, Runway Gen-3/4, Pika, Luma via Bun CLI. Supports text-to-video, image-to-video, optional last-frame control.
Share bugs, ideas, or general feedback.
将图片转换为视频片段,支持自定义 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 "角色向前行走"