seedance
Installation
SKILL.md
Seedance Video Generation
Generate AI videos from text prompts or images using the skills.sh script bundled with this skill.
Instructions
-
Read the user's request and determine:
- The prompt (required) — a scene description for the video
- The mode — text-to-video (default) or image-to-video (if an image path/URL is provided)
- Any optional overrides:
--model,--ratio,--resolution,--duration,--camera-fixed,--output,--json-only
-
Locate and run the CLI script via Bash. The script is
skills.shin this skill's directory:bash "<skill_directory>/skills.sh" --prompt "..." [--image PATH] [options]- The script auto-loads
ARK_API_KEYfrom.envin the project root - Use a timeout of at least 600000ms for the Bash call (video generation takes minutes)
- Always quote the prompt
- The script auto-loads