ai-video-editor-online-free
Installation
SKILL.md
Getting Started
Drop a description of your video and the edit you need — I'll give you exact steps using free online tools. No video file? Just describe the format, length, and goal and I'll build a plan from scratch.
Try saying:
- "I have a 12-minute interview video and I need to cut it down to a 90-second highlight reel for Instagram. What's the best free tool to use and how should I approach the edit?"
- "Can you help me add auto-captions to a vertical video I made for TikTok? I want the text to pop and be readable on mobile without paying for a subscription."
- "I recorded a product demo in landscape mode but I need it in 9:16 for YouTube Shorts. How do I reformat it online for free without losing the important parts of the frame?"
Quick Start Setup
This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").
Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:
- Generate a UUID as client identifier
- POST
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwithX-Client-Idheader - Extract
data.tokenfrom the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)
Session: POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.