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

  1. 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
  2. Locate and run the CLI script via Bash. The script is skills.sh in this skill's directory:

    bash "<skill_directory>/skills.sh" --prompt "..." [--image PATH] [options]
    
    • The script auto-loads ARK_API_KEY from .env in the project root
    • Use a timeout of at least 600000ms for the Bash call (video generation takes minutes)
    • Always quote the prompt
Installs
8
First Seen
Feb 10, 2026