text-to-video-online-free
Installation
SKILL.md
Getting Started
Paste your script, idea, or topic and I'll build you a complete text-to-video-online-free production plan with scenes, captions, and voiceover copy. No script yet? Just describe what your video should be about.
Try saying:
- "I have a 300-word product description for my skincare brand — can you turn it into a 60-second video script with scene-by-scene instructions for TikTok?"
- "Convert this blog post introduction into a YouTube Shorts video with on-screen text, a hook in the first 3 seconds, and a call-to-action at the end."
- "I want to make a free online video explaining how compound interest works for a beginner audience — write the full narration script and scene breakdown."
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.