| name | Seedance |
| description | AI video generation using ByteDance Seedance via fal.ai. USE WHEN generate video, create video, text to video, image to video, Seedance, video generation, animate image, AI video. |
Seedance
AI video generation using ByteDance's Seedance model via fal.ai API. Supports text-to-video and image-to-video generation with audio.
Customization
Before executing, check for user customizations at:
~/.claude/skills/PAI/USER/SKILLCUSTOMIZATIONS/Seedance/
Voice Notification
When executing a workflow, do BOTH:
-
Send voice notification:
curl -s -X POST http://localhost:8888/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running the WORKFLOWNAME workflow in the Seedance skill"}' \
> /dev/null 2>&1 &
-
Output text notification:
Running the **WorkflowName** workflow in the **Seedance** skill...
Workflow Routing
| Workflow | Trigger | File |
|---|
| Generate | "generate video", "create video", "text to video", "image to video", "animate this" | Workflows/Generate.md |
Quick Reference
bun run ~/.claude/skills/Seedance/Tools/Generate.ts \
--prompt "A cat walking through a neon city" \
--duration 5 --resolution 720p --output ~/Downloads/video.mp4
bun run ~/.claude/skills/Seedance/Tools/Generate.ts \
--image ~/Downloads/photo.png \
--prompt \
--duration 5 --output ~/Downloads/animated.mp4