Agent skill · Media & Video

audio-jingle

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.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorApache-2.0
Install
npx skills add nexu-io/open-design --skill audio-jingle --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: design-templates/audio-jingle/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 known values and use them verbatim. Missing metadata is not an instruction to ask: infer a safe default when possible, and emit a clarifying form only when the missing answer would materially change the requested output or prevent generation. Important: `voice` is provider-specific. For `minimax-tts`, `--voice` must be a valid MiniMax `voice_id` (for example `male-qn-qingse`), not a natural-language description. If you only have a prose voice brief ("warm female narrator", "neutral Mandarin"), keep that in your plan but omit `--voice` so the daemon's default voice id applies, or as

What's inside
Steps it walks through
  1. Resource map
  2. Workflow
  3. Step 0 — Read the project metadata
  4. Step 1 — Plan
  5. Step 2 — Compose the prompt
  6. Step 3 — Dispatch via the media contract
  7. Step 4 — Hand off
  8. Hard rules
Ships with 1 file
  • example.html
More from open-design
All skills →
About this skill
What does the audio-jingle skill do?

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.

How do I install it?

Run `npx skills add nexu-io/open-design --skill audio-jingle --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nexu-io/open-design, a repository with 83,577 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going