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
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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