audio-jingle

仓库创建 2026年4月28日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

将不同音频模型路由整合,便于一键产出多种音频资产。

▸ 风险提示

会调用第三方付费音频服务,需管理API密钥与费用

这个 Skill 做什么

生成广告歌、配乐、配音与音效并导出单一音频文件。

把广告歌、配乐、配音和音效统一生成并导出为单个 MP3 或 WAV 文件,按项目需要把音乐给 Suno V5/Udio/Lyria,语音给 MiniMax/ElevenLabs,SFX 给 ElevenLabs 或 AudioCraft。用在做广告短片、品牌识别音或需要配音与背景音乐的一体化制作时。优势是自动选模型并输出成品音频,省去多工具拼接的麻烦。

▸ 展开 SKILL.md 英文原文

Audio generation skill — jingles, beds, voiceover, and sound effects. Routes music requests to Suno V5 / Udio / Lyria, speech to MiniMax TTS / FishAudio / ElevenLabs V3, and SFX to ElevenLabs SFX or AudioCraft. Output is one MP3/WAV file saved to the project folder.

内容创作音频生成TTS配乐SFX通用
8.2w
Stars
9.5k
Forks
40
仓库内 Skill
+6.3k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nexu-io/open-design/main/design-templates/audio-jingle/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nexu-io/open-design/main/design-templates/audio-jingle/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Audio Jingle Skill

Three sub-modes. The active project's `audioKind` decides which one
runs:

| `audioKind` | Models we route to | Plan focus |
|---|---|---|
| `music` | Suno V5 (default), Udio, Lyria 2 | genre + tempo + instrumentation |
| `speech` | MiniMax TTS (default), Fish, ElevenLabs V3 | script + voice + pacing |
| `sfx` | ElevenLabs SFX (default), AudioCraft | texture + impact + duration |

## Resource map

```
audio-jingle/
├── SKILL.md
└── example.html
```

## Workflow

### Step 0 — Read the project metadata

`audioKind`, `audioModel`, `audioDuration` (seconds), and (for speech)
`voice`. Branch by `audioKind` and use the values verbatim — no
clarifying form unless something is 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有