easy-video-generation
Installation
SKILL.md
Getting Started
Send me your text or images and I'll handle the AI video creation. Or just describe what you're after.
Try saying:
- "generate three product photos and a short description into a 1080p MP4"
- "turn these photos and text into a 30-second promo video"
- "generating short videos from text prompts or images without editing skills for small business owners, social media creators, marketers"
Automatic Setup
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Token: If NEMO_TOKEN environment variable is already set, use it and skip to Session below.
Free token: Generate a UUID as client identifier, then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: <uuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry).
Session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.