dialogue

dialogue is a skill for Claude Code from mcp-tool-shop-org/mcp-voice-soundboard. It costs 17 tokens per session (469 once invoked), scanned A, original, MIT.

A skill for writing conversations between several speakers, with separate lines, voices, tones, pauses, and optional emotion markers.

In plain words
What is it for?
It helps create interviews, tutorials, casual conversations, stories, and other multi-speaker audio scripts.
Why use it?
It turns a general request for a conversation into a script format suitable for speech generation.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the mcp-voice-soundboard plugin — 4 skills, 1 MCP server shipped together

Good fit It helps create interviews, tutorials, casual conversations, stories, and other multi-speaker audio scripts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mcp-tool-shop-org/mcp-voice-soundboard/dialogue
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mcp-tool-shop-org/mcp-voice-soundboard --skill dialogue
Clone the repo
git clone --depth 1 https://github.com/mcp-tool-shop-org/mcp-voice-soundboard

Made for: Claude Code.

Or install mcp-voice-soundboard, the plugin that ships this one along with the rest of its 4 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dialogue

README.md
[![agentmods](https://agentmods.dev/badge/skills/mcp-tool-shop-org/mcp-voice-soundboard/dialogue/github.svg)](https://agentmods.dev/skills/mcp-tool-shop-org/mcp-voice-soundboard/dialogue)
Your own site
<a href="https://agentmods.dev/skills/mcp-tool-shop-org/mcp-voice-soundboard/dialogue"><img src="https://agentmods.dev/badge/skills/mcp-tool-shop-org/mcp-voice-soundboard/dialogue/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dialogue

Your own site · 80×15
<a href="https://agentmods.dev/skills/mcp-tool-shop-org/mcp-voice-soundboard/dialogue"><img src="https://agentmods.dev/badge/skills/mcp-tool-shop-org/mcp-voice-soundboard/dialogue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 469 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00469
Opus 5 $0.00009 $0.00234
Sonnet 5 $0.00003 $0.00094
Haiku 4.5 $0.00002 $0.00047

Measured 12d ago against content hash 8358f238e76c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

dialogue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dialogue/SKILL.md · 54 lines

What it actually says

Dialogue

Create a multi-speaker dialogue: $ARGUMENTS

Instructions

  1. Parse the user's request to determine:

    • Speakers — who is talking?
    • Content — what are they saying?
    • Tone — formal, casual, dramatic, educational?
  2. Write the script in Speaker: line format:

    Alice: Welcome everyone!
    [pause 500ms]
    Bob: Thanks for the introduction.
    Alice: [happy]Let's dive in![/happy]
    
  3. Choose voice casting based on the speakers:

    • Male speakers → am_* (American) or bm_* (British)
    • Female speakers → af_* (American) or bf_* (British)
    • Match accent to character (e.g. British character → bf_alice)
    • Use different voice styles for contrast between speakers
  4. Call voice_dialogue with:

    • script — the formatted dialogue
    • cast — speaker-to-voice mapping
    • concat: true if the user wants a single audio file
  5. Report what was created: speakers, line count, voices used

Pairing Voices Good For
Professional duo af_jessica + bm_george Interviews, tutorials
Casual friends am_liam + af_sky Conversations, demos
Storytelling bf_emma + bm_fable Narratives, audiobooks
Debate am_eric + am_fenrir Contrasting viewpoints

Tips

  • Add [pause 300ms] between speakers for natural pacing
  • Emotion spans work inside dialogue: Alice: [surprised]Really?![/surprised]
  • Use debug: true to see the cue sheet and catch parse warnings
  • Uncast speakers are auto-assigned — but explicit casting sounds better
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 54 lines · 17 tokens per session scan A 8358f238e76c

Subscribe to this mod's changes

dialogue is a skill published in the GitHub repository mcp-tool-shop-org/mcp-voice-soundboard (0 stars, last pushed 5d ago), licensed MIT. It adds 17 tokens to every session and 469 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories