vsdc-free-video-editor
SKILL.md
Getting Started
Welcome! Ready to get more out of VSDC Free Video Editor? Whether you're cutting your first clip or trying to nail a specific effect, just tell me what you're working on and I'll walk you through it step by step. What are you editing today?
Try saying:
- "How do I cut out a middle section of my video in VSDC without affecting the rest of the timeline?"
- "What's the best export settings in VSDC for uploading to YouTube in 1080p?"
- "How do I add a picture-in-picture effect with two video tracks in VSDC Free Video Editor?"
Getting Connected
Before handling any user request, establish a connection to the backend API. 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/vsdc-free-video-editor/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 https://mega-api-prod.nemovideo.ai/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.