Seedance 1.5 Pro video generation via Volcengine Ark API. Supports T2V (text-to-video) and I2V (image-to-video). Use when user says 'seedance api', 'seedance 1.5', 'volcengine video', 'ark video', or '/seedance-api'.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Seedance 1.5 Pro video generation via Volcengine Ark API. Supports T2V (text-to-video) and I2V (image-to-video). Use when user says 'seedance api', 'seedance 1.5', 'volcengine video', 'ark video', or '/seedance-api'.
Seedance 1.5 Pro Video Generation
Generate videos using Seedance 1.5 Pro via the Volcengine Ark API. Supports text-to-video (T2V) and image-to-video (I2V) modes.
Prerequisites
Install the SDK:
pip install 'volcengine-python-sdk[ark]'
Set the ARK_API_KEY environment variable with your Volcengine Ark API key.
Reference image for I2V — local path or URL. Omit for T2V.
—
--duration
Video duration in seconds: 5 or 10
5
--output-dir
Directory to save the output MP4
~/Downloads
--camera-fixed
Lock camera position (true/false)
false
--watermark
Include watermark (true/false)
true
--model
Model endpoint ID
doubao-seedance-1-5-pro-251215
Usage
Text-to-Video (T2V)
python3 ~/.claude/skills/seedance-api/scripts/seedance_worker.py \
--prompt "A cat walking through a field of flowers at sunset" \
--duration 5
Image-to-Video (I2V) with URL
python3 ~/.claude/skills/seedance-api/scripts/seedance_worker.py \
--prompt "The person turns and smiles" \
--ref-image "https://example.com/photo.png" \
--duration 10