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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install elevenlabs-music或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install elevenlabs-music⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/elevenlabs-music/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: elevenlabs-music description: 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. metadata: {"clawdbot":{"emoji":"🎵","requires":{"bins":["uv"],"env":["ELEVENLABS_API_KEY"]},"primaryEnv":"ELEVENLABS_API_KEY"}} ---
Generate complete songs from text prompts with AI-generated lyrics and vocals.
# Basic generation (30 seconds)
uv run {baseDir}/scripts/generate_music.py "upbeat jazz piano"
# Longer track (3 minutes)
uv run {baseDir}/scripts/generate_music.py "epic orchestral battle music" --length 180
# Instrumental only (no vocals)
uv run {baseDir}/scripts/generate_music.py "lo-fi hip hop beats" --length 120 --instrumental
# Custom output path
uv run {baseDir}/scripts/generate_music.py "romantic bossa nova" -o /tmp/bossa.mp3
| Flag | Description | |------|-------------| | -l, --length | Duration in seconds (3-600, default: 30) | | -o, --output | Output file path (default: /tmp/music.mp3) | | -i, --instrumental | Force instrumental, no vocals |
MPB (Brazilian Popular Music)
A soulful MPB track featuring gentle acoustic guitar, warm nylon strings,
and dreamy Rhodes piano. Bossa nova-influenced rhythm with soft brushed
drums. Vocals in Portuguese express themes of saudade and the beauty of life.
Epic Orchestral
Epic military march with powerful brass fanfares, thundering timpani drums,
and a soaring choir. Triumphant and heroic, with deep bass tubas, bold
trumpets, snare rolls, and an anthemic melody building to a glorious crescendo.
Lullaby
Gentle orchestral lullaby with sweeping strings, soft brass, and ethereal
wordless soprano vocals. Peaceful yet majestic, evoking wonder and hope.
Perfect for falling asleep while dreaming of adventures.
Comedy Rock
Brazilian comedy rock with absurd, hilarious Portuguese lyrics full of
wordplay. Mix energetic rock guitars with unexpected rhythms - forró
breakdowns, pagode moments. Theatrical, exaggerated vocals singing about
ridiculous situations.
ELEVENLABS_API_KEY environment variable安装 ElevenLabs Music 后,可以对 AI 说这些话来触发它
Help me get started with ElevenLabs Music
Explains what ElevenLabs Music does, walks through the setup, and runs a quick demo based on your current project
Use ElevenLabs Music to generate music from text prompts using ElevenLabs Eleven Music API
Invokes ElevenLabs Music with the right parameters and returns the result directly in the conversation
What can I do with ElevenLabs Music in my design & creative workflow?
Lists the top use cases for ElevenLabs Music, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/elevenlabs-music/ 目录(个人级,所有项目可用),或 .claude/skills/elevenlabs-music/(项目级)。重启 AI 客户端后,用 /elevenlabs-music 主动调用,或让 AI 根据上下文自动发现并使用。
ElevenLabs Music 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
ElevenLabs Music 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using ElevenLabs Music
Identifies repetitive steps in your workflow and sets up ElevenLabs Music to handle them automatically