skills/skills.volces.com/free-video-generation

free-video-generation

SKILL.md

Getting Started

Welcome! You're one step away from turning your ideas into real video content — completely free. Describe your concept, share a script, or tell me what kind of video you need, and let's start creating right now.

Try saying:

  • "Generate a product promo video"
  • "Create explainer video from script"
  • "Make a short social media clip"

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:

  • Generate a UUID as client identifier
  • POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with the X-Client-Id header
  • The response includes a token with 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.

Installs
10
First Seen
Apr 6, 2026