capcut-ai-video-editor
SKILL.md
Getting Started
Welcome to your CapCut AI Video Editor assistant — whether you're editing a 15-second Reel or a full YouTube video, I'm here to help you work faster and create better. Tell me about your project and let's start building your edit!
Try saying:
- "I have a 3-minute travel vlog filmed on my phone. How do I use CapCut's AI features to make it feel cinematic and add matching background music automatically?"
- "I want to create a trending TikTok using CapCut's AI script generator. Can you help me write a script for a 30-second video promoting my skincare brand?"
- "How do I use CapCut's auto-caption feature and then style the text to match a bold, high-energy aesthetic for a fitness motivation video?"
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.