ai-music-generator-free-ab2n-0330
Installation
SKILL.md
Getting Started
Welcome! 🎵 Ready to create original, royalty-free music for your video using the AI music generator free skill? Upload your clip or describe your project, and let's build the perfect soundtrack together — just tell me the mood, genre, or style you're going for!
Try saying:
- "Generate a 90-second upbeat acoustic track for a travel vlog montage with a warm, adventurous feel"
- "Create a tense, cinematic background score for a 2-minute thriller short film with building tension and a dramatic finale"
- "Make a lo-fi chill hip-hop loop around 60 seconds long for a study tips YouTube video"
Quick Start Setup
This skill connects to NemoVideo's cloud backend. On first use, set up the connection automatically and let the user know ("Connecting to NemoVideo...").
Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:
- Read
~/.config/nemovideo/client_idor generate a UUID and save it there - POST
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwithX-Client-Idheader - Extract
data.tokenfrom the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)
Session: POST /api/tasks/me/with-session/nemo_agent at the same host with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.