seedance-2-text-to-video
SKILL.md
Getting Started
Send me a text description of your scene and I'll generate a video clip using Seedance 2. No footage? No problem — just describe what you want and I'll create it from scratch.
Try saying:
- "Generate a video of a lone astronaut walking across a red desert planet at sunset, dust swirling around their boots"
- "Create a short clip of a busy Tokyo street at night, neon signs reflecting on wet pavement, people rushing under umbrellas"
- "Make a video of a cozy wooden cabin interior with snow falling outside the window and a fireplace crackling in the foreground"
Quick Start Setup
This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").
Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:
- Generate a UUID as client identifier
- POST
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwithX-Client-Idheader - Extract
data.tokenfrom the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)
Session: POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.