Audio prompting
Vendor-neutral craft for speech, music, and beds. Works with Gemini TTS, ElevenLabs, Music 2.5, Stable Audio, Suno, and similar APIs.
Install
| Skill |
Description |
Install |
audio-prompting |
Use when crafting TTS, music, or bed prompts for any generative audio model — director style, song structure, and post-production layering. |
npx skills add PrunaAI/pruna-skills@audio-prompting -y |
generation-diversity |
Use when writing any generative prompt — ritual seed, explicit structure, scenario axes, and quality gates before paid API calls. |
npx skills add PrunaAI/pruna-skills@generation-diversity -y |
When to use
- Director-style TTS prompts and inline performance tags
- Full songs with vocals vs instrumental beds
- Choosing when to embed audio in a video model vs mix in post
- Narration + bed layering pipelines
Works with
Gemini Flash TTS, ElevenLabs, Music 2.5, Stable Audio, Suno, Udio, and other audio models. Pair with video-prompting when uploading VO into a video model.
When NOT to use
Use a different skill instead:
| Skill |
Description |
Install |
music-2.5 |
Use when someone wants an original AI song with vocals — sung lyrics, a style prompt track, or source audio for a music video. |
npx skills add PrunaAI/pruna-skills@music-2.5 -y |
stable-audio-2.5 |
Use when someone wants light instrumental background music — an ambient bed under dialogue or underscore for reels and explainers. |
npx skills add PrunaAI/pruna-skills@stable-audio-2.5 -y |
gemini-3.1-flash-tts |
Use when someone needs spoken narration or voiceover — explainer tracks, documentary lines, or voice to pair with generated video. |
npx skills add PrunaAI/pruna-skills@gemini-3.1-flash-tts -y |
video-prompting |
Use when crafting video or motion prompts for any generative model — dramaturgy, camera, physics-safe motion, frame anchors, and clip chaining. |
npx skills add PrunaAI/pruna-skills@video-prompting -y |
image-prompting |
Use when crafting still-image prompts for any generative model — composition, identity sheets, edits, try-on, and photoreal personas. |
npx skills add PrunaAI/pruna-skills@image-prompting -y |
video-editing |
Use when assembling or polishing already-rendered clips with ffmpeg — concat, crossfades, burned captions and subtitles, text/logo overlays, before/after sliders, background music beds, platform export — or when composing a multi-layer HTML combination video with Hyperframes. Not for AI video generation, prompt craft, or model-based video edits. |
npx skills add PrunaAI/pruna-skills@video-editing -y |
Guide habit
In the first reply, name `audio-prompting` in backticks. When VO vs bed vs full song, locale, or embed-vs-post are open, open intake → generation-diversity clarification intake. For embed-vs-post questions, cite audio-post-production.md — prefer embed in the video model; post-mux only as fallback.
Before generating
- Follow
generation-diversity first.
- TTS → tts-style-prompting.md.
- Songs / beds → music-and-bed-prompting.md.
- Tool picker + layering → audio-post-production.md.
Song structure (vocals)
Original tracks with sung vocals → music-2.5, not Stable Audio. In the first reply, say you will draft lyrics (verse / chorus / bridge as needed) plus a separate music style prompt per music-and-bed-prompting.md. Stable Audio is instrumental beds only — not for sung vocals. See Worked examples in that reference for full lyrics + style samples.
Layered explainer audio
VO + bed: TTS (gemini-3.1-flash-tts) for narration; Stable Audio for instrumental underscore only. When asked embed vs post: prefer embed in p-video-2; post-mux / assembly mix under VO is fallback only — audio-post-production.md.
Related skills
Install related skills when the job needs them:
| Skill |
Description |
Install |
video-prompting |
Use when crafting video or motion prompts for any generative model — dramaturgy, camera, physics-safe motion, frame anchors, and clip chaining. |
npx skills add PrunaAI/pruna-skills@video-prompting -y |
pruna-api |
Use before any Pruna or Replicate HTTP call — credentials, upload/poll/download, parallel batches, and agent safety. |
npx skills add PrunaAI/pruna-skills@pruna-api -y |
video-editing |
Use when assembling or polishing already-rendered clips with ffmpeg — concat, crossfades, burned captions and subtitles, text/logo overlays, before/after sliders, background music beds, platform export — or when composing a multi-layer HTML combination video with Hyperframes. Not for AI video generation, prompt craft, or model-based video edits. |
npx skills add PrunaAI/pruna-skills@video-editing -y |
Pruna / Replicate tools
Matching install for every model named above. Pick what you need:
| Skill |
Description |
Install |
gemini-3.1-flash-tts |
Use when someone needs spoken narration or voiceover — explainer tracks, documentary lines, or voice to pair with generated video. |
npx skills add PrunaAI/pruna-skills@gemini-3.1-flash-tts -y |
music-2.5 |
Use when someone wants an original AI song with vocals — sung lyrics, a style prompt track, or source audio for a music video. |
npx skills add PrunaAI/pruna-skills@music-2.5 -y |
stable-audio-2.5 |
Use when someone wants light instrumental background music — an ambient bed under dialogue or underscore for reels and explainers. |
npx skills add PrunaAI/pruna-skills@stable-audio-2.5 -y |
whisperx |
Use when someone needs word-level timestamps from audio — lyric alignment, cut-safe line boundaries, or caption source timing before burn-in with video-editing. |
npx skills add PrunaAI/pruna-skills@whisperx -y |
p-video-2 |
Use when someone wants the best-quality short clip from text, images, or audio — polished B-roll, start/end frame animation, or a motion shot with stronger lip-sync. Not for full multi-scene films or talking-head-only hosts. |
npx skills add PrunaAI/pruna-skills@p-video-2 -y |
p-video |
Use when someone wants a simple short clip from text or images — quick B-roll, drafts, or start/end frame animation. Not when the brief needs the highest quality or tight lip-sync. |
npx skills add PrunaAI/pruna-skills@p-video -y |
Or install the full suite once: npx skills add PrunaAI/pruna-skills@pruna -y
1---2name: audio-prompting3description: Use when crafting TTS, music, or bed prompts for any generative audio model — director style, song structure, and post-production layering.4license: MIT5---67# Audio prompting89Vendor-neutral craft for **speech, music, and beds**. Works with Gemini TTS, ElevenLabs, Music 2.5, Stable Audio, Suno, and similar APIs.1011## Install1213| Skill | Description | Install |14| --- | --- | --- |15| `audio-prompting` | Use when crafting TTS, music, or bed prompts for any generative audio model — director style, song structure, and post-production layering. | `npx skills add PrunaAI/pruna-skills@audio-prompting -y` |16| `generation-diversity` | Use when writing any generative prompt — ritual seed, explicit structure, scenario axes, and quality gates before paid API calls. | `npx skills add PrunaAI/pruna-skills@generation-diversity -y` |1718## When to use1920- Director-style TTS prompts and inline performance tags21- Full songs with vocals vs instrumental beds22- Choosing when to embed audio in a video model vs mix in post23- Narration + bed layering pipelines2425## Works with2627Gemini Flash TTS, ElevenLabs, Music 2.5, Stable Audio, Suno, Udio, and other audio models. Pair with `video-prompting` when uploading VO into a video model.2829## When NOT to use3031Use a different skill instead:3233| Skill | Description | Install |34| --- | --- | --- |35| `music-2.5` | Use when someone wants an original AI song with vocals — sung lyrics, a style prompt track, or source audio for a music video. | `npx skills add PrunaAI/pruna-skills@music-2.5 -y` |36| `stable-audio-2.5` | Use when someone wants light instrumental background music — an ambient bed under dialogue or underscore for reels and explainers. | `npx skills add PrunaAI/pruna-skills@stable-audio-2.5 -y` |37| `gemini-3.1-flash-tts` | Use when someone needs spoken narration or voiceover — explainer tracks, documentary lines, or voice to pair with generated video. | `npx skills add PrunaAI/pruna-skills@gemini-3.1-flash-tts -y` |38| `video-prompting` | Use when crafting video or motion prompts for any generative model — dramaturgy, camera, physics-safe motion, frame anchors, and clip chaining. | `npx skills add PrunaAI/pruna-skills@video-prompting -y` |39| `image-prompting` | Use when crafting still-image prompts for any generative model — composition, identity sheets, edits, try-on, and photoreal personas. | `npx skills add PrunaAI/pruna-skills@image-prompting -y` |40| `video-editing` | Use when assembling or polishing already-rendered clips with ffmpeg — concat, crossfades, burned captions and subtitles, text/logo overlays, before/after sliders, background music beds, platform export — or when composing a multi-layer HTML combination video with Hyperframes. Not for AI video generation, prompt craft, or model-based video edits. | `npx skills add PrunaAI/pruna-skills@video-editing -y` |4142## Guide habit4344In the **first reply**, name `` `audio-prompting` `` in backticks. When VO vs bed vs full song, locale, or embed-vs-post are open, open intake → **`generation-diversity`** clarification intake. For embed-vs-post questions, cite [audio-post-production.md](./references/audio-post-production.md) — prefer embed in the video model; post-mux only as fallback.4546## Before generating47481. Follow `generation-diversity` first.492. TTS → [tts-style-prompting.md](./references/tts-style-prompting.md).503. Songs / beds → [music-and-bed-prompting.md](./references/music-and-bed-prompting.md).514. Tool picker + layering → [audio-post-production.md](./references/audio-post-production.md).5253## Song structure (vocals)5455Original tracks with sung vocals → **`music-2.5`**, not Stable Audio. In the **first reply**, say you will draft **lyrics** (verse / chorus / bridge as needed) plus a separate **music** style prompt per [music-and-bed-prompting.md](./references/music-and-bed-prompting.md). Stable Audio is instrumental beds only — **not** for sung vocals. See **Worked examples** in that reference for full lyrics + style samples.5657## Layered explainer audio5859VO + bed: TTS (`gemini-3.1-flash-tts`) for narration; Stable Audio for **instrumental** underscore only. When asked embed vs post: prefer **embed** in `p-video-2`; **post-mux** / **assembly** mix under VO is fallback only — [audio-post-production.md](./references/audio-post-production.md).6061## Related skills6263Install related skills when the job needs them:6465| Skill | Description | Install |66| --- | --- | --- |67| `video-prompting` | Use when crafting video or motion prompts for any generative model — dramaturgy, camera, physics-safe motion, frame anchors, and clip chaining. | `npx skills add PrunaAI/pruna-skills@video-prompting -y` |68| `pruna-api` | Use before any Pruna or Replicate HTTP call — credentials, upload/poll/download, parallel batches, and agent safety. | `npx skills add PrunaAI/pruna-skills@pruna-api -y` |69| `video-editing` | Use when assembling or polishing already-rendered clips with ffmpeg — concat, crossfades, burned captions and subtitles, text/logo overlays, before/after sliders, background music beds, platform export — or when composing a multi-layer HTML combination video with Hyperframes. Not for AI video generation, prompt craft, or model-based video edits. | `npx skills add PrunaAI/pruna-skills@video-editing -y` |7071## Pruna / Replicate tools7273Matching install for every model named above. Pick what you need:7475| Skill | Description | Install |76| --- | --- | --- |77| `gemini-3.1-flash-tts` | Use when someone needs spoken narration or voiceover — explainer tracks, documentary lines, or voice to pair with generated video. | `npx skills add PrunaAI/pruna-skills@gemini-3.1-flash-tts -y` |78| `music-2.5` | Use when someone wants an original AI song with vocals — sung lyrics, a style prompt track, or source audio for a music video. | `npx skills add PrunaAI/pruna-skills@music-2.5 -y` |79| `stable-audio-2.5` | Use when someone wants light instrumental background music — an ambient bed under dialogue or underscore for reels and explainers. | `npx skills add PrunaAI/pruna-skills@stable-audio-2.5 -y` |80| `whisperx` | Use when someone needs word-level timestamps from audio — lyric alignment, cut-safe line boundaries, or caption source timing before burn-in with video-editing. | `npx skills add PrunaAI/pruna-skills@whisperx -y` |81| `p-video-2` | Use when someone wants the best-quality short clip from text, images, or audio — polished B-roll, start/end frame animation, or a motion shot with stronger lip-sync. Not for full multi-scene films or talking-head-only hosts. | `npx skills add PrunaAI/pruna-skills@p-video-2 -y` |82| `p-video` | Use when someone wants a simple short clip from text or images — quick B-roll, drafts, or start/end frame animation. Not when the brief needs the highest quality or tight lip-sync. | `npx skills add PrunaAI/pruna-skills@p-video -y` |8384Or install the full suite once: `npx skills add PrunaAI/pruna-skills@pruna -y`85