speak

speak is a skill for Claude Code, Codex from blacktop/mcp-tts. It costs 99 tokens per session (1,860 once invoked), scanned A, original, MIT.

A skill for giving short spoken alerts and digests through a text-to-speech server.

In plain words
What is it for?
Use it to announce meaningful progress, completion, blockers, or requests for help during longer agent tasks.
Why use it?
It keeps you informed about major plan, build, test, deployment, release, or monitoring changes without putting the full result into audio.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/blacktop/mcp-tts/skill
Any agent
npx skills add blacktop/mcp-tts --skill skill
Clone the repo
git clone --depth 1 https://github.com/blacktop/mcp-tts

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin speak/plugin install speak after adding the marketplace above.

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 speak

README.md
[![agentmods](https://agentmods.dev/badge/skills/blacktop/mcp-tts/skill.svg)](https://agentmods.dev/skills/blacktop/mcp-tts/skill)
Your own site
<a href="https://agentmods.dev/skills/blacktop/mcp-tts/skill"><img src="https://agentmods.dev/badge/skills/blacktop/mcp-tts/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,860 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00099 $0.01860
Opus 5 $0.00049 $0.00930
Sonnet 5 $0.00020 $0.00372
Haiku 4.5 $0.00010 $0.00186

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

Security

Grade A, and why

speak 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 5d 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.

skill/SKILL.md · 147 lines

How it starts

The opening of the file, as written. The whole thing — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Speak

Use speech as an attention channel for meaningful agent transitions. Keep the complete result, evidence, and required interaction in text; audio only alerts the user or gives a short digest.

Non-negotiable rules

  • Preserve task truth. Never announce success while checks failed, were skipped, remain pending, or could not run.
  • Never let a TTS failure change whether the main task continues, stops, succeeds, or fails.
  • Never speak secrets, tokens, credentials, private keys, environment values, proprietary source, raw logs, stack traces, personal data, or full sensitive identifiers.
  • Respect quiet requests. Stay silent in CI, headless sessions, non-interactive automation, or when no audio tool is available.
  • Deduplicate announcements. Speak once per meaningful transition, blocker, or request for help.
  • Make no persistent configuration changes unless the user explicitly asks.

Decide whether to speak

Event Mode Action
A substantial plan is finalized Notify Announce the objective and major phases, then continue
A long-running build, test, deployment, release, research, or monitoring operation changes phase Notify Announce a meaningful status transition, then continue
A major task completes or its final handoff is lengthy Notify Announce the outcome and where details are available
A transient failure has a safe recovery path Silent Recover within the retry budget
A fallback succeeds after a meaningful failure Notify if useful State the degraded path or limitation, then continue
A retry budget is exhausted or a terminal failure remains Intervene State the blocker and exact help needed
Approval, authentication, a consequential decision, manual action, or external-state change is required Intervene Announce once, provide the full request in text, then stop
A wait or monitoring poll is unchanged Silent Keep waiting without repeated announcements
A routine edit, tool call, short answer, or intermediate test passes Silent Continue normally

Read the full file on GitHub · 147 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 147 lines · 99 tokens per session scan A a0a4dc45b3f7

Subscribe to this mod's changes

speak is a skill published in the GitHub repository blacktop/mcp-tts (70 stars, last pushed 4d ago), licensed MIT. It adds 99 tokens to every session and 1,860 once invoked, about $0.0005 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-30.