elevenlabs-music
CommunityCreate AI-powered songs with ElevenLabs API.
System Documentation
What problem does it solve?
This Skill enables rapid generation of AI-generated music with vocals via the ElevenLabs Music API, eliminating the need for manual sound design when exploring ideas or producing quick-midelity demos.
Core Features & Use Cases
- Prompt-based generation with vocals: generate songs from descriptive prompts including genre, mood, tempo, and lyrics.
- Composition plans: create and apply per-section structures (Intro, Verse, Chorus, etc.) with adjustable durations and style tags.
- Output flexibility: produce common formats (mp3, pcm, opus) for up to 10 minutes; option for streaming playback during generation.
- API-key based workflow: requires an ElevenLabs paid plan and an API key; manage credentials via environment variables (e.g., ELEVENLABS_API_KEY) and the xi-api-key header.
Quick Start
Use the elevenlabs-music skill to generate a sample track by providing a prompt and duration, authenticated with your ElevenLabs API key.
Quick Start
Set the ELEVENLABS_API_KEY environment variable and run a basic request:
curl -X POST 'https://api.elevenlabs.io/v1/music?output_format=mp3_44100_128' -H 'xi-api-key: $ELEVENLABS_API_KEY' -H 'Content-Type: application/json' -d '{"prompt": "A bright indie rock track with jangly guitars and male vocals. Verse 1: Walking through the morning light. Chorus: Here comes the sun again.", "duration_ms": 180000}' --output track.mp3
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: elevenlabs-music Download link: https://github.com/rawgroundbeef/claw.fm/archive/main.zip#elevenlabs-music Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.