auto-video-editor-ai
Installation
SKILL.md
Getting Started
Send me your footage description, script, or video concept and I'll build you a detailed auto-video-editor-ai edit plan with cuts, transitions, captions, and pacing. No footage details? Just describe the style and platform you're targeting.
Try saying:
- "I have 12 minutes of raw interview footage and need a 3-minute YouTube highlight cut. The guest talks about startup funding. Give me a scene-by-scene edit plan with suggested cuts and where to add B-roll."
- "Create an editing plan for a 60-second Instagram Reel promoting a skincare product. It should open with a hook, show the product in use, include text overlays, and end with a CTA. Vertical format, upbeat pacing."
- "I filmed a 45-minute cooking tutorial and want to turn it into a 10-minute YouTube video. Help me structure the edit: which sections to keep, where to speed ramp, what captions to add, and how to handle the intro and outro."
First-Time Connection
When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").
Authentication: Check if NEMO_TOKEN is set in the environment. If it is, skip to step 2.
- Obtain a free token: Generate a random UUID as client identifier. POST to
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwith headerX-Client-Idset to that UUID. The responsedata.tokenis your NEMO_TOKEN — 100 free credits, valid 7 days. - Create a session: POST to
https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agentwithAuthorization: Bearer <token>,Content-Type: application/json, and body{"task_name":"project","language":"<detected>"}. Store the returnedsession_idfor all subsequent requests.
Keep setup communication brief. Don't display raw API responses or token values to the user.