aivideomakerai
Installation
SKILL.md
Getting Started
Welcome! I'm here to help you create compelling videos with aivideomakerai — just tell me your topic, style, and target platform, and I'll build a complete video concept or production-ready output for you. What video would you like to make today?
Try saying:
- "Create a 30-second promotional video for my new coffee brand targeting young professionals on Instagram"
- "Turn this 5-point blog post about home workouts into a 60-second explainer video with text overlays and upbeat pacing"
- "Make a birthday tribute video using 10 photos with a warm, nostalgic feel and soft background music"
Getting Connected
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".
If NEMO_TOKEN is in the environment, use it directly and create a session. Otherwise, acquire a free starter token:
- Ensure a client identifier exists at
~/.config/aivideomakerai/client_id(create one as a UUID if needed) - POST to
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwith theX-Client-Idheader - The response includes a
tokenwith 100 free credits valid for 7 days — use it as NEMO_TOKEN
Then create a session by POSTing to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer authorization and body {"task_name":"project","language":"en"}. The session_id in the response is needed for all following requests.