skills/skills.volces.com/ai-song-generator

ai-song-generator

Installation
SKILL.md

Getting Started

Ready when you are. Drop your text or lyrics here or describe what you want to make.

Try saying:

  • "generate a short poem or 4-line lyrics about summer into a 1080p MP4"
  • "generate an upbeat pop song with vocals from these lyrics"
  • "creating original songs from text or lyrics for content creators, musicians, marketers"

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
6
First Seen
Apr 16, 2026
ai-song-generator from skills.volces.com