volcengine-video-generate

Using volcengine video_generate.py script to generate video, need to provide filename and prompt, optional provide first frame image (URL or local path).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "volcengine-video-generate" with this command: npx skills add warm-wm/volcengine-video-generate

Volcengine Video Generate

Scenarios

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

Steps

  1. Prepare the target filename (e.g., output.mp4) and a clear, specific prompt.
  2. (Optional) Prepare the first frame image, which can be a HTTP URL or a local file path (the script will automatically convert it to Base64).
  3. Run the script python scripts/video_generate.py <filename> "<prompt>" [first_frame]. Before running, navigate to the corresponding directory.
  4. The script will output the video URL to the console and automatically download the video to the specified file.

Authentication and Credentials

  • First, it will try to read the MODEL_VIDEO_API_KEY or ARK_API_KEY environment variables.
  • If not configured, it will try to use VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY to get the Ark API Key.

Output Format

  • The console will output the generated video URL.
  • The video file will be downloaded to the specified path.

Examples

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"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Cclaw

Open-source comedy AI + video editing + poster generation. Create standup/sketch/manzai/scripts, edit videos via FFmpeg, and generate comedy posters via canv...

Registry SourceRecently Updated
General

Bird Recognition Tool | 鸟类识别工具

Identifies bird species in images/videos of target areas. Supports recognition of no less than 500 common bird species, supports customized model training, s...

Registry SourceRecently Updated
General

Image Amazon Product Image Suite

A professional product image generation skill purpose-built for the Amazon e-commerce platform. Outputs comply with Amazon's image guidelines while optimizin...

Registry SourceRecently Updated
General

SearchOnlineAssets

Online asset search tool: queries public stock libraries (Pixabay) for high-quality photos, illustrations, vectors and videos, returning result metadata and...

Registry SourceRecently Updated