commit 8506b3cd80d191bd171e6c79f786967d9f458eaf Author: hexiaochun <287434534+hexiaochun@users.noreply.github.com> Date: Wed Feb 11 17:14:49 2026 +0000 Update README link diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..43ddd60 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Changelog + +- 2026-02-11: update readme link diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e36724 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# 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