Install
openclaw skills install volcengine-video-generateUsing volcengine video_generate.py script to generate video, need to provide filename and prompt, optional provide first frame image (URL or local path).
openclaw skills install volcengine-video-generateWhen you need to generate a video based on a text description, use this skill. It supports controlling the starting frame of the video using a first frame image (either a URL or a local file path).
output.mp4) and a clear, specific prompt.python scripts/video_generate.py <filename> "<prompt>" [first_frame]. Before running, navigate to the corresponding directory.MODEL_VIDEO_API_KEY or ARK_API_KEY environment variables.VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY to get the Ark API Key.Pure Text Generation:
python scripts/video_generate.py "cat.mp4" "a lovely cat"
With First Frame Image (URL):
python scripts/video_generate.py "dog_run.mp4" "a lovely dog is running on the grass" "https://example.com/dog_start.png"
带首帧图片生成(本地文件):
python scripts/video_generate.py "my_video.mp4" "a person is running in the street" "/path/to/local/image.jpg"