skills/skills.volces.com/react-component-generator-online

react-component-generator-online

Installation
SKILL.md

Getting Started

Share your component description text and I'll get started on AI code generation. Or just tell me what you're thinking.

Try saying:

  • "generate my component description text"
  • "export 1080p MP4"
  • "generate a React button component with"

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-token with X-Client-Id header
  • Extract data.token from 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.

Installs
3
First Seen
Apr 24, 2026
react-component-generator-online from skills.volces.com