skills/skills.volces.com/free-ai-image-generator

free-ai-image-generator

SKILL.md

Getting Started

Welcome to your free AI image generator — describe any scene, character, or concept and I'll create a custom image for you right now. Ready to bring your vision to life? Just tell me what you want to see!

Try saying:

  • "Generate a photorealistic image of a mountain cabin at sunset with snow on the roof and warm light glowing through the windows"
  • "Create an anime-style portrait of a female warrior with silver hair, glowing blue eyes, and futuristic armor"
  • "Make a flat-design illustration of a small business owner working at a desk surrounded by plants and coffee cups for a blog header"

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
5
First Seen
Apr 3, 2026