AI Agent Hub
Back to skills
Seedance Video Generation icon

Seedance Video Generation

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_cb5e2841/openclaw-v2.

About this skill

Problem

Seedance Video Generation targets engineering workflows that need short AI videos from text prompts or reference images. It wraps the asynchronous Volcengine Ark API flow: model selection, task submission, polling, and artifact download, while handling local image base64 conversion, defaults, timeouts, and error feedback.

Core Capabilities

  • Models: defaults to doubao-seedance-1-5-pro-251215; also supports Seedance 1.0 Pro / Lite variants. 1.5 Pro adds audio, draft mode, and a wider duration range.
  • Modes: text-to-video, first-frame image-to-video, first-and-last-frame image-to-video, and Seedance 1.0 Lite I2V reference-image mode with 1–4 images referenced by [image 1] / [image 2] in the prompt.
  • Workflow: create a task, poll status every roughly 15 seconds, then download immediately because URLs expire after 24 hours; keep the task ID for status checks, cancellation, or cleanup.
  • Controls: configure ratio, duration, resolution, seed, camera_fixed, watermark, generate_audio, draft, return_last_frame, and service_tier; use return_last_frame to chain consecutive videos by feeding the last frame into the next first frame.
  • Input constraints: images must meet format, aspect-ratio, dimension, and file-size limits; local files should be converted to base64 data URLs.

Boundaries

This skill requires ARK_API_KEY and Volcengine Ark access. It suits prototypes, previews, or consecutive-shot experiments in controlled environments. Generation is asynchronous; draft is a cheap preview forced to 480p, and final output still needs resolution, duration, audio, and compliance checks. History is retained for 7 days, and failed or queued tasks should be debugged by reviewing errors and adjusting prompts, images, or parameters.

Use Cases

  • Validate ad creative fast by generating a 5-second 16:9 preview from copy and using draft mode to reduce cost.
  • Integrate video assets by converting local first-frame images to base64, submitting Seedance I2V, polling, and downloading 720p clips.
  • Create continuous shot previews by using return_last_frame to feed the previous ending frame into the next first frame.
  • Use Seedance 1.0 Lite I2V with 1-4 reference images and prompt tokens like [image 1] to bind specific objects.

Best For

  • Creative operators for short-video campaigns who need quick 5-second previews from copy and first-frame images.
  • Backend engineers integrating video pipelines who need Seedance task submission, polling, download, and local base64 handling.
  • Independent developers prototyping shot sequences who need consecutive clips by using the previous last frame as the next first frame.
  • Applied ML engineers evaluating cost and quality who compare Seedance outputs using draft, resolution, and service_tier.