使用 video_generate.py 脚本生成视频,需要提供文件名和 prompt,可选提供首帧图片(URL或本地路径)。
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.trae/openclaw-skills/video-generate/SKILL.md当需要根据文本描述生成视频时,使用该技能。支持通过首帧图片控制视频起始画面,首帧可以是 URL 或本地文件路径。
output.mp4)和清晰具体的 prompt。python scripts/video_generate.py <filename> "<prompt>" [first_frame]。运行之前cd到对应的目录。MODEL_VIDEO_API_KEY 或 ARK_API_KEY 环境变量。VOLCENGINE_ACCESS_KEY 与 VOLCENGINE_SECRET_KEY 获取 Ark API Key。纯文本生成:
python scripts/video_generate.py "cat.mp4" "一只可爱的猫"带首帧图片生成(URL):
python scripts/video_generate.py "dog_run.mp4" "一只小狗在草地上奔跑" "https://example.com/dog_start.png"带首帧图片生成(本地文件):
python scripts/video_generate.py "my_video.mp4" "图片中的人物动起来" "/path/to/local/image.jpg"a2e95c0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.