Out-of-the-box Seedance 2.0 API skill — just one API key to generate AI videos.
npx skills add https://github.com/hexiaochun/seedance2-api --skill seedance2-api
For Claude Code, Cursor, Codex, Gemini CLI, and other compatible agents.
seedance2-api
seedance-storyboard
publish-to-marketplaces
Once installed, simply ask your AI agent to generate a video:
"Generate a 5-second video of a cat walking through a city at sunset."
The skill handles the API call, polling for completion, and returning the video URL.
Set your Seedance 2.0 API key as an environment variable:
export SEEDANCE_API_KEY="your-api-key-here"
MIT