# Send ElevenLabs Music to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "elevenlabs-music",
    "name": "ElevenLabs Music",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/clawdbotborges/elevenlabs-music",
    "canonicalUrl": "https://clawhub.ai/clawdbotborges/elevenlabs-music",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/elevenlabs-music",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elevenlabs-music",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate_music.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "elevenlabs-music",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T21:03:07.267Z",
      "expiresAt": "2026-05-09T21:03:07.267Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elevenlabs-music",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=elevenlabs-music",
        "contentDisposition": "attachment; filename=\"elevenlabs-music-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "elevenlabs-music"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/elevenlabs-music"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/elevenlabs-music",
    "downloadUrl": "https://openagent3.xyz/downloads/elevenlabs-music",
    "agentUrl": "https://openagent3.xyz/skills/elevenlabs-music/agent",
    "manifestUrl": "https://openagent3.xyz/skills/elevenlabs-music/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/elevenlabs-music/agent.md"
  }
}
```
## Documentation

### ElevenLabs Music Generation

Generate complete songs from text prompts with AI-generated lyrics and vocals.

### Quick Start

# 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

### Options

FlagDescription-l, --lengthDuration in seconds (3-600, default: 30)-o, --outputOutput file path (default: /tmp/music.mp3)-i, --instrumentalForce instrumental, no vocals

### Be Specific About Style

Include genre, mood, tempo, and instruments
Reference decades or eras: "90s Brazilian romantic pagode", "1960s sci-fi TV theme"
Describe energy: "builds from soft to explosive", "relaxed and intimate"

### For Vocals

Specify language: "vocals in Portuguese", "singing in Japanese"
Describe vocal style: "soulful male vocals", "ethereal female choir"
Include lyrical themes: "about love and saudade", "celebrating friendship"

### Avoid Copyright Issues

Don't mention artist/band names directly
Describe the style instead: "classic 90s romantic samba style" not "like Raça Negra"
If rejected, the API returns a suggested alternative prompt

### Example Prompts

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.

### Requirements

ElevenLabs API Key: Set ELEVENLABS_API_KEY environment variable
Paid Plan: Music API requires Creator plan or higher
uv: For running the Python script with dependencies

### Supported Features

Text-to-music generation up to 10 minutes
AI-generated lyrics and vocals in multiple languages (English, Spanish, Portuguese, German, Japanese, etc.)
Instrumental-only mode
Most musical styles and genres
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: clawdbotborges
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T21:03:07.267Z
- Expires at: 2026-05-09T21:03:07.267Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/elevenlabs-music)
- [Send to Agent page](https://openagent3.xyz/skills/elevenlabs-music/agent)
- [JSON manifest](https://openagent3.xyz/skills/elevenlabs-music/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/elevenlabs-music/agent.md)
- [Download page](https://openagent3.xyz/downloads/elevenlabs-music)