seedance2-api

End-to-end AI video generation from storyboard concept to final output.

hexiaochun ↓ 12k updated 2mo ago
Claude Code
View source ↗

What it does

  • Check xskill-ai MCP service status (read mcps/user-xskill-ai/STATUS.md)
  • If MCP is available → use submittask / gettask and other MCP tools
  • If MCP is unavailable or returns errors → switch to Script Mode
  • Verify XSKILLAPIKEY environment variable is set (run echo $XSKILLAPIKEY | head -c 10)
  • If not set, prompt the user:
  • Verify requests is installed (pip install requests)
  • Story concept: one-sentence summary of the video

Requirements & configuration

  • Get your API Key: https://www.xskill.ai/#/v2/api-keys
  • Assets: existing images/videos/audio, or need AI generation

Configuration: XSKILL_API_KEY

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

End-to-end AI video generation from storyboard concept to final output.

Source

Repository: https://github.com/hexiaochun/seedance2-api

seedance2-api FAQ

What does the seedance2-api skill do?

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. Check xskill-ai MCP service status (read mcps/user-xskill-ai/STATUS.md) If MCP is available → use submittask / gettask and other MCP tools

What does seedance2-api require?

Get your API Key: https://www.xskill.ai/#/v2/api-keys Assets: existing images/videos/audio, or need AI generation Configuration keys: XSKILL_API_KEY.

How do I install seedance2-api?

Run: npx -y skills add https://github.com/hexiaochun/seedance2-api --skill seedance2-api --agent claude-code — the source lives at github.com/hexiaochun/seedance2-api.

Maintain seedance2-api?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

seedance2-api on getagentictools
[![seedance2-api on getagentictools](https://getagentictools.com/badge/skills/hexiaochun-seedance2-api-seedance2-api.svg)](https://getagentictools.com/skills/hexiaochun-seedance2-api-seedance2-api?ref=badge)
npx agentictools info skills/hexiaochun-seedance2-api-seedance2-api

The second line is the CLI lookup for this page — handy in READMEs and docs.