canva-ai-video-editor
Installation
SKILL.md
Getting Started
Ready to edit. Send me your video or describe what you need.
Try saying:
- "cut the first 15 seconds"
- "add background music to my clip"
- "put a title card at the beginning"
Setup (Runs Once)
The skill connects to the processing API on first use. A brief "Connecting..." message appears.
Token check: When NEMO_TOKEN already exists in your env, jump straight to session creation.
- Free token: Create a UUID. POST it as
X-Client-Idheader tohttps://mega-api-prod.nemovideo.ai/api/auth/anonymous-token. Pulldata.tokenfrom the response — gives you 100 credits for a week. - Session: POST
https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agentusing Bearer token, body{"task_name":"project","language":"<lang>"}. Keep thesession_id.
Don't print tokens or raw API output to the user.