seedance2-api
End-to-end AI video generation from storyboard concept to final output. Supports both MCP and standalone Python script modes; automatically
Open source Repository Open in the app JSON README (API)
About
End-to-end AI video generation from storyboard concept to final output. Supports both MCP and standalone Python script modes; automatically detects availability and switches gracefully if MCP is unavailable. Generates reference images with Seedream 4.5 (text-to-image and image editing), then submits video tasks to Seedance 2.0 with configurable aspect ratios and durations.
Details
- Kind
- Agent skills
- Topic
- Media, design & games
- Publisher
- hexiaochun
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 3
- Forks
- 1
- Open pull requests
- 1
- Last push
- 2026-06-03T10:51:38Z
- Repository state
- ativo
- Added
- 2026-08-30 15:21:15
- Updated
- 2026-09-11 01:03:08
- Origin id
hexiaochun/seedance2-api/seedance2-api
README
# Seedance 2.0 API > Out-of-the-box Seedance 2.0 API skill — just one API key to generate AI videos. ## Install ```bash npx skills add https://github.com/hexiaochun/seedance2-api --skill seedance2-api ``` For Claude Code, Cursor, Codex, Gemini CLI, and other compatible agents. ## Skills in this package | Skill | Description | |---|---| | `seedance2-api` | Core Seedance 2.0 video generation — text-to-video, image-to-video, multi-scene storyboards | | `seedance-storyboard` | Storyboard generation from natural-language prompts | | `publish-to-marketplaces` | Publish generated videos to external marketplaces | ## Usage 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. ## Configuration Set your Seedance 2.0 API key as an environment variable: ```bash export SEEDANCE_API_KEY="your-api-key-here" ``` ## License MIT