ai-text-to-video
Installation
SKILL.md
Getting Started
Welcome — let's turn your text into a video worth watching. Paste your content, describe your idea, or share a script draft and I'll generate a full scene-by-scene video breakdown with visual cues, voiceover guidance, and on-screen text suggestions ready for production.
Try saying:
- "I have a 600-word blog post about sustainable packaging — can you turn it into a 60-second video script with scene descriptions and voiceover lines?"
- "Convert this product launch announcement into a storyboard for a 30-second Instagram Reel, including visual direction for each scene and suggested on-screen text."
- "I have a slide deck outline for a training video on onboarding new employees — help me turn it into a full narrated video script with scene transitions and timing guidance."
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.