技能 elevenlabs-music-generation
🎵

elevenlabs-music-generation

安全

使用AI生成专业音乐曲目

也可从以下获取: doany-ai,agentspace-so

为视频、播客和游戏创作定制音乐需要昂贵的录音棚时间。通过RunComfy集成的ElevenLabs Music,只需几分钟即可从文本描述生成录音室级别的歌曲和器乐曲目。

支持: Claude Codex Code(CC)
📊 70 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“elevenlabs-music-generation”。 Generate a calming lo-fi instrumental for a study playlist. Warm piano, soft drums, 80 BPM, no vocals.

预期结果:

一段90秒的环境Lo-Fi曲目,采用温暖的Rhodes钢琴、柔和的鼓点,适合专注工作时的背景音乐,结尾干净利落。

正在使用“elevenlabs-music-generation”。 Create an upbeat pop anthem with a female lead vocal. Include intro, verse, chorus, and bridge sections.

预期结果:

一首3分钟的流行歌曲,由女歌手演唱,采用主歌-副歌结构,强劲的鼓点、电吉他,以及柔和的钢琴桥段。

正在使用“elevenlabs-music-generation”。 Make a 10-second cheerful brand stinger with marimba.

预期结果:

一段快速的5秒音频片段,以振奋人心的和弦解决结尾,采用明亮的马林巴音色,无人声。

安全审计

安全
v1 • 5/28/2026

The static analyzer flagged 93 potential issues, but all are false positives. SKILL.md is a markdown documentation file, not executable code. Backtick syntax in code blocks is documentation formatting. Hardcoded URLs are legitimate RunComfy API endpoints. No cryptographic algorithms or malicious patterns exist. The skill properly documents shell injection prevention via JSON input and uses standard token storage with mode 0600 permissions.

1
已扫描文件
189
分析行数
3
发现项
1
审计总数
中风险问题 (2)
External Command Patterns in Documentation
The static analyzer flagged 69 instances of 'Ruby/shell backtick execution' in SKILL.md. These are markdown code blocks containing example CLI commands. The backticks are documentation formatting, not executable code. SKILL.md is a documentation file that describes how to use the runcomfy CLI - it does not execute any commands itself. This is a false positive from the static analyzer misinterpreting markdown documentation as code.
Hardcoded URLs for External Service
The static analyzer flagged 12 instances of 'Hardcoded URL' at lines 19, 27, 51, 74, 166, 184-188. These are legitimate RunComfy API endpoints and documentation links. As a music generation skill that calls the RunComfy Model API, external URLs are expected and necessary for the skill to function. The skill explicitly documents its outbound endpoints as model-api.runcomfy.net and download whitelisted domains.
低风险问题 (1)
API Token Storage Path
Line 175 references ~/.config/runcomfy/token.json for token storage. This is standard practice for CLI tools and is properly documented with mode 0600 permissions and RUNCOMFY_TOKEN env var alternative for CI environments. This is not a security issue.
审计者: claude

质量评分

38
架构
100
可维护性
87
内容
37
社区
93
安全
83
规范符合性

你能构建什么

视频内容创作者

无需雇佣作曲家或授权库存音乐,即可为YouTube视频、社交媒体短视频和演示文稿快速生成背景音乐和主题曲。

播客制作人

创建与播客品牌风格一致的定制开场和结束音乐、环境铺垫和过渡音效。

游戏开发者

在不具备音乐制作专业知识的情况下,为独立游戏生成循环背景音乐和环境音效。

试试这些提示

生成器乐曲目
Create an instrumental track for [use case]. Style: [genre description]. Include: [instruments]. Tempo: [BPM]. Duration: [length].
创建完整歌词歌曲
Generate a [genre] song titled [title]. Style: [mood and instruments]. [Intro bars] [Verse lyrics] [Chorus lyrics] [Bridge section] [Outro]. Duration: [length].
制作短品牌广告曲
Create a [duration] brand stinger. Style: [energetic/calm/upbeat]. Instruments: [specific sounds]. No vocals. End on a clear resolution.
迭代音乐方向
Generate a draft track at [short duration] with [style description]. Then based on this draft, generate a full [length] version with [specific changes].

最佳实践

  • 先生成一个短版本(30-45秒)的草稿来验证音乐方向,然后再生成完整时长的曲目
  • 包含具体的流派、节奏和乐器描述,以引导AI生成你想要的声音
  • 使用段落标记如[Intro]、[Verse]、[Chorus]、[Bridge]来结构化人声歌曲,明确表达结构意图

避免

  • 不要在同一个提示中包含矛盾的风格指令,如'激进金属'和'柔和摇篮曲'
  • 不要将此功能用于雷声或脚步声等音效;请使用专用的音效工具
  • 不要期望获得特定的人声特征;force_instrumental是唯一可用的人声控制选项

常见问题

生成音乐的成本是多少?
每生成一秒音频约需$0.0083。30秒的曲目约需$0.25,5分钟的曲目约需$2.49。
我可以生成超过5分钟的音乐吗?
每次API调用的最大时长为5分钟。对于更长的作品,可以分别生成各个部分,然后使用音频编辑软件进行拼接。
如何创建纯器乐曲目?
在请求中设置force_instrumental: true,并在提示文本中包含'no vocals'以获得双重确认。
我可以指定特定歌手的声音吗?
不可以,force_instrumental标志是唯一的人声控制选项。通过此端点无法指定特定的人声特征或进行人声克隆。
生成的音乐可以免费用于商业用途吗?
是的,ElevenLabs Music的输出适合商业使用。但是,你有责任确保你提供的任何歌词不侵犯第三方版权。
此技能输出什么音频格式?
默认情况下,输出为44.1 kHz立体声质量的MP3标准格式。WAV格式也可以作为选项使用。

开发者详情

文件结构

📄 SKILL.md