skills/skills.volces.com/free-video-generator-like-gemini

free-video-generator-like-gemini

Installation
SKILL.md

Getting Started

Got text prompts to work with? Send it over and tell me what you need — I'll take care of the AI video creation.

Try saying:

  • "generate a short text description of a product launch scene into a 1080p MP4"
  • "generate a 30-second video from my script about a new app feature"
  • "generating short videos from text prompts without any footage for content creators"

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
36
First Seen
May 23, 2026
free-video-generator-like-gemini from skills.volces.com