video-trimmer
SKILL.md
Getting Started
Drop your video file and tell me the start and end timestamps — I'll trim it to a clean MP4. No file yet? Just describe what you want cut.
Try saying:
- "trim my video from 0:30 to 2:45 and export as MP4"
- "cut out the first 10 seconds of my clip no watermark"
- "remove middle section of video between 1:20 and 3:00"
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.