← 返回 Skills 市场
Elevenlabs Music
作者
chenghaifeng08-creator
· GitHub ↗
· v1.0.2
· MIT-0
195
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install elevenlabs-music-automaton
功能描述
Generate music from text prompts using ElevenLabs Eleven Music API. Use when creating songs, soundtracks, jingles, lullabies, or any audio music from descrip...
使用说明 (SKILL.md)
ElevenLabs Music Generation
Generate complete songs from text prompts with AI-generated lyrics and vocals.
💰 付费服务
AI 音乐定制:
| 服务 | 价格 | 交付 |
|---|---|---|
| 短视频 BGM | ¥300/首 | 30 秒定制音乐 |
| 完整歌曲 | ¥800/首 | 2-3 分钟 + 歌词 |
| 品牌 Jingle | ¥1500/首 | 企业专属音乐 |
| 专辑定制 | ¥5000/套 | 5 首系列音乐 |
联系: 微信/Telegram 私信,备注"音乐定制"
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
| 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 |
Prompt Engineering Tips
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_KEYenvironment 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
安全使用建议
This skill appears to do what it says: call the ElevenLabs Music API and save an audio file. Before installing or running it, make sure you: 1) provide a legitimate ELEVENLABS_API_KEY and understand that the key will be sent to ElevenLabs when the script runs (the library makes network calls to ElevenLabs); 2) run the script in an isolated Python virtualenv and install the listed dependencies (elevenlabs, python-dotenv) yourself; 3) be aware load_dotenv() will import a local .env if present — avoid storing unrelated secrets in that file or run the script from a directory without sensitive .env files; 4) note there is no automated installer, no homepage, and the package metadata version (1.0.1 in _meta.json) mismatches the registry version (1.0.2) — if provenance matters, verify the source or author before using in production.
功能分析
Type: OpenClaw Skill
Name: elevenlabs-music-automaton
Version: 1.0.2
The skill is a legitimate tool for generating music using the ElevenLabs API. The Python script `scripts/generate_music.py` correctly implements the ElevenLabs SDK, handles API keys via environment variables, and saves the output to a user-specified or default path. While `SKILL.md` contains a promotional section for paid music customization services (with contact info for WeChat/Telegram), it does not contain any malicious instructions, data exfiltration logic, or prompt injection attempts. The code logic is transparent and aligned with the stated purpose.
能力评估
Purpose & Capability
Name/description, required ELEVENLABS_API_KEY, and the included Python script all align with a music-generation skill that calls the ElevenLabs Music API. The declared required binary 'uv' is used to run the provided script and is reasonable.
Instruction Scope
SKILL.md instructs only running the included script to generate music. The script calls the ElevenLabs client and writes output to a local path (/tmp by default). It also calls load_dotenv(), which will load a local .env file if present — this can cause additional environment variables from disk to be imported, although the script only uses ELEVENLABS_API_KEY. This is typical for developer convenience but worth knowing.
Install Mechanism
There is no install spec (instruction-only behavior) and the script lists its Python dependencies in comments. No remote downloads, weird URLs, or archive extraction are present. The lack of an automated installer means dependencies must be managed by the user (pip/virtualenv).
Credentials
Only ELEVENLABS_API_KEY is required/declared as the primary credential, which is proportional to calling ElevenLabs' Music API. Be aware load_dotenv() may read a .env file and import other secrets into the environment (the script does not use them).
Persistence & Privilege
The skill does not request permanent/always-on inclusion (always:false) and does not modify other skills or system-wide agent settings. It runs as an on-demand script and returns a file path.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install elevenlabs-music-automaton - 安装完成后,直接呼叫该 Skill 的名称或使用
/elevenlabs-music-automaton触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added a new section detailing paid AI music customization services (with pricing in RMB/Chinese and service description).
- No changes to the API, usage examples, or technical requirements.
- Minor format adjustments in documentation; core usage and instructions remain unchanged.
v1.0.0
Initial release
元数据
常见问题
Elevenlabs Music 是什么?
Generate music from text prompts using ElevenLabs Eleven Music API. Use when creating songs, soundtracks, jingles, lullabies, or any audio music from descrip... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。
如何安装 Elevenlabs Music?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install elevenlabs-music-automaton」即可一键安装,无需额外配置。
Elevenlabs Music 是免费的吗?
是的,Elevenlabs Music 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Elevenlabs Music 支持哪些平台?
Elevenlabs Music 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Elevenlabs Music?
由 chenghaifeng08-creator(@chenghaifeng08-creator)开发并维护,当前版本 v1.0.2。
推荐 Skills