elevenlabs-music
Generate music from text prompts using ElevenLabs Eleven Music API. Use when creating songs, soundtracks, jingles, lullabies, or any audio music from descriptions. Supports vocals with AI-generated lyrics, instrumental tracks, and multiple genres/styles. Requires paid ElevenLabs plan.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawdbotborges/elevenlabs-musicWhat This Skill Does
The elevenlabs-music skill integrates the powerful ElevenLabs Music API into your OpenClaw agent, enabling the automated generation of high-quality, professional-sounding musical compositions directly from text descriptions. Whether you need a 30-second jingle, a full-length 10-minute cinematic soundtrack, or an experimental piece with vocals, this tool handles the complex synthesis of melody, rhythm, instrumentation, and lyricism. By utilizing advanced AI modeling, it can interpret nuanced descriptors regarding genre, mood, tempo, and vocal characteristics to produce audio files ready for production or creative projects.
Installation
To install this skill, use the ClawHub command line tool. Ensure you have your ElevenLabs API key ready, as a paid plan is required for audio generation:
- Run the install command:
clawhub install openclaw/skills/skills/clawdbotborges/elevenlabs-music - Configure your environment: Set your credentials by running
export ELEVENLABS_API_KEY="your_key_here"in your terminal. - Ensure
uvis installed, as it manages the Python environment for the generation script.
Use Cases
- Content Creation: Generate background music for social media videos, podcasts, or YouTube intros that match your specific branding.
- Game Development: Create custom, royalty-free soundtracks or atmosphere-specific ambient music for indie games.
- Creative Writing/Art: Produce backing tracks to read along with poetry, script readings, or as a creative companion for world-building exercises.
- Corporate/Utility: Generate professional jingles for presentations or waiting room audio tailored to the company's energy.
Example Prompts
- "Generate a 60-second upbeat jazz piano piece for a cafe ambiance, make it relaxing and sophisticated."
- "Create a 3-minute epic orchestral battle song with intense drums, brass fanfares, and a fast, driving tempo."
- "Compose a lo-fi hip hop beat for studying, keep it instrumental, chill, and around 120 seconds long."
Tips & Limitations
To get the best results, use descriptive language rather than naming specific artists, which helps avoid copyright-related generation issues. Focus on the 'vibe'—mention specific instruments, the era of the sound, and the intensity of the vocals. Remember that generating longer tracks requires more time, and you must adhere to ElevenLabs' usage tiers. Always verify your output by specifying paths using the -o flag to organize your library effectively. If the API returns an error, simplify the prompt or remove specific artist references.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawdbotborges-elevenlabs-music": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, external-api, code-execution