free-hailuo-ai
Installation
SKILL.md
Getting Started
Got text prompts or images to work with? Send it over and tell me what you need — I'll take care of the AI video generation.
Try saying:
- "generate a short text description of a scene into a 1080p MP4"
- "generate a 5-second video of a sunset over the ocean with cinematic motion"
- "generating short AI videos from text or image prompts for content creators, social media users, marketers"
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.