什么是 music?
使用 ElevenLabs Music API 生成音乐。在创建器乐曲目、带有歌词的歌曲、背景音乐、广告歌曲或任何人工智能生成的音乐作品时使用。支持基于提示的生成、用于精细控制的合成计划以及带有元数据的详细输出。 来源:connorads/dotfiles。
使用 ElevenLabs Music API 生成音乐。在创建器乐曲目、带有歌词的歌曲、背景音乐、广告歌曲或任何人工智能生成的音乐作品时使用。支持基于提示的生成、用于精细控制的合成计划以及带有元数据的详细输出。
通过命令行快速安装 music AI 技能到你的开发环境
来源:connorads/dotfiles。
Generate music from text prompts - supports instrumental tracks, songs with lyrics, and fine-grained control via composition plans.
Setup: See Installation Guide. For JavaScript, use @elevenlabs/ packages only.
| music.compose | Generate audio from a prompt or composition plan | | music.compositionplan.create | Generate a structured plan for fine-grained control | | music.composedetailed | Generate audio + composition plan + metadata |
使用 ElevenLabs Music API 生成音乐。在创建器乐曲目、带有歌词的歌曲、背景音乐、广告歌曲或任何人工智能生成的音乐作品时使用。支持基于提示的生成、用于精细控制的合成计划以及带有元数据的详细输出。 来源:connorads/dotfiles。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/connorads/dotfiles --skill music使用 ElevenLabs Music API 生成音乐。在创建器乐曲目、带有歌词的歌曲、背景音乐、广告歌曲或任何人工智能生成的音乐作品时使用。支持基于提示的生成、用于精细控制的合成计划以及带有元数据的详细输出。 来源:connorads/dotfiles。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/connorads/dotfiles --skill music 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/connorads/dotfiles