elevenlabs-music-generation

Generate songs and instrumental tracks from text prompts via the RunComfy CLI.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/brillianodhiya/VisionScript --skill elevenlabs-music-generation-brillianodhiya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: elevenlabs-music-generation
Source: https://github.com/brillianodhiya/VisionScript/tree/main/.agents/skills/elevenlabs-music-generation
Command: npx skills add https://github.com/brillianodhiya/VisionScript --skill elevenlabs-music-generation-brillianodhiya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @runcomfy/cli.

What problem does it solve? Creating original music for videos, podcasts, games, or brand assets normally requires composition skills, licensing negotiations, or expensive stock libraries. This Skill lets you generate studio-quality 44.1 kHz stereo songs and instrumental tracks directly from a text description using ElevenLabs Music through the RunComfy CLI. ## Core Features & Use Cases - Full vocal songs with structure: Combine a style brief with lyrics using section markers like [Intro], [Verse], [Chorus], and [Bridge] for coherent, mixed tracks up to 5 minutes. - Instrumental beds and loops: Set force_instrumental to true for background music, podcast intros, and seamless game loops. - Short brand assets: Generate 5-30 second jingles, stingers, and theme music with commercial-friendly output. - Use Case: A video creator needs a 60-second upbeat indie-pop theme song with vocals. They describe the genre, tempo, and instruments, add structured lyrics, and receive a finished stereo track in one CLI call. ## Quick Start Ask the AI to generate a 60-second upbeat indie-pop song with verse and chorus lyrics using the ElevenLabs Music skill, saving the audio to an output folder.

Frequently Asked Questions about elevenlabs-music-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI music from a text description?▼

Run the runcomfy CLI with the elevenlabs/elevenlabs/music-generation model, passing a JSON input with a prompt field containing your style description and lyrics. The CLI submits the request, polls for completion, and downloads the audio to your output directory.

How to generate instrumental background music without vocals?▼

Set force_instrumental to true in the input JSON and also state "no vocals" in the prompt text. This produces instrumental-only output suitable for podcast intros, study playlists, and game loops.

What is the maximum length of AI-generated music per call?▼

ElevenLabs Music supports 5 seconds to 5 minutes per call, controlled by the music_length_ms parameter (5000-300000). For longer pieces, generate sections separately and stitch them externally.

How much does ElevenLabs music generation cost?▼

Pricing is approximately $0.0083 per second of generated audio, so 30 seconds costs about $0.25 and 5 minutes about $2.49. Draft at short durations to validate direction before paying for full-length renders.

Can I clone a specific singer's voice with AI music generation?▼

No, this endpoint only offers a force_instrumental toggle and cannot request specific voice identities or clone singers. Voice cloning is a separate ElevenLabs capability not exposed through this music-generation endpoint.

Why does my AI-generated song have awkward vocal phrasing?▼

Awkward phrasing usually comes from inconsistent lyrical meter in the prompt. Keep even syllable counts per line and a clear rhyme scheme, since the model follows the meter you provide.