Video-Generator-SeeDance

Generate videos from prompts or reference images via Volcengine's SD1.5pro API.

8|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill video-generator-seedance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video-Generator-SeeDance
Source: https://github.com/Tugoukezhang/workbuddy-skills/tree/main/skills/video-generator-seedance
Command: npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill video-generator-seedance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Automates video creation to replace manual, time-consuming production workflows by converting prompts (and optional reference images) into finished videos.

Core Features & Use Cases

  • Text-to-video generation from prompts.
  • Image-guided video creation using reference images.
  • Asynchronous task workflow with status polling and final download URL.

Quick Start

Run the generate_video.py script with a prompt to start a video generation task.

Frequently Asked Questions about Video-Generator-SeeDance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a video from text using an async API?

Async video generation works by submitting a natural language prompt to the SD1.5pro API, which creates a generation task, polls for status, and provides a downloadable video URL.

Can I use a reference image to guide AI video generation?

Yes, image-guided video creation is supported. You can pass optional reference images alongside your natural language prompts to the SD1.5pro API to direct the visual output.

Do I need an API key to create videos with SD1.5pro?

Yes, you need a valid Volcengine API key and model ID to authenticate your requests and create asynchronous video generation tasks.

How does asynchronous task polling work for video generation?

Asynchronous task polling works by periodically checking the task status after you submit a prompt to the SD1.5pro API, waiting until the process completes and returns a downloadable video URL.

What dependencies are required to automate video creation workflows?

The video creation workflow requires the Python requests library to handle HTTP calls for submitting prompts and polling task status to the Volcengine SD1.5pro API.