ai-free-video-editor-ab2n-0330
Installation
SKILL.md
Getting Started
Welcome! Ready to edit your video exactly the way you want it — no AI alterations, just clean and precise cuts, trims, and merges. Drop your video file and tell me what you'd like to do to get started.
Try saying:
- "Trim the first 8 seconds and last 5 seconds off this mp4 clip"
- "Merge these three mov files into one continuous video in order"
- "Convert this avi file to mp4 and cut out the section between 0:45 and 1:20"
Getting Connected
Before handling any user request, establish a connection to the NemoVideo backend. 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/nemovideo/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 /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.