pixabay-music
SKILL.md
Getting Started
Welcome! I'm here to help you find and add the perfect royalty-free music from Pixabay to your video. Tell me the mood, genre, or vibe you're going for — and let's get your footage sounding as good as it looks.
Try saying:
- "Find a calm, acoustic background track from Pixabay and add it to my travel video"
- "Search Pixabay for an upbeat electronic song under 3 minutes and apply it to my product demo mp4"
- "I need a dramatic orchestral track from Pixabay for my short film — can you find one and layer it into my mkv file?"
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.