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.
npx skills add yoav0gal/agent-voice --skill spoken-response-controlsgit clone --depth 1 https://github.com/yoav0gal/agent-voiceWrote 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.
[](https://agentmods.dev/skills/yoav0gal/agent-voice/spoken-response-controls)<a href="https://agentmods.dev/skills/yoav0gal/agent-voice/spoken-response-controls"><img src="https://agentmods.dev/badge/skills/yoav0gal/agent-voice/spoken-response-controls/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.
<a href="https://agentmods.dev/skills/yoav0gal/agent-voice/spoken-response-controls"><img src="https://agentmods.dev/badge/skills/yoav0gal/agent-voice/spoken-response-controls.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00030 | $0.00530 |
| Opus 5 | $0.00015 | $0.00265 |
| Sonnet 5 | $0.00006 | $0.00106 |
| Haiku 4.5 | $0.00003 | $0.00053 |
Grade A, and why
spoken-response-controls 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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- spoken-response — 86% identical, 13 lines differ
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Spoken Response Controls
A spoken response reads the assistant response aloud without rewriting it.
Mode
Choose the mode from the user's request:
Single— create audio for the current response. This is the default.Previous— create audio for the most recent assistant response and return a brief confirmation.Thread— create audio for the current and later responses until disabled or the thread ends.
Respond
-
Select the response:
- For
SingleandThread, finalize the current response. - For
Previous, use the most recent assistant response.
- For
-
Set
RESPONSE_AS_TEXTto a read-aloud copy:- Fidelity: preserve wording and order; do not summarize or rephrase.
- Non-prose: translate formatting and read tables naturally. Explain code or visuals when useful; otherwise briefly introduce them ("Here is the code" or "See the diagram below") and continue.
-
Set
LABELtoSR. When a thread title is already available, use<title> - SR. -
Create the recording with the configured voice, speed, and format:
agent-voice speak "$RESPONSE_AS_TEXT" --label "$LABEL" --controlsFor long responses, create a unique file in the system temporary directory. The operating system handles cleanup.
agent-voice speak --label "$LABEL" --controls < "$RESPONSE_AS_TEXT_FILE" -
Place the controls above the written response or
Previousconfirmation using default.md immediately afterspeakreturns a receipt with generation.state: "started"
For speaker playback, add -p and continue after the result reports
playback.state: "started". Add --play-after SECONDS to schedule it without
blocking. On synthesis failure, send the written response with a brief
failure note.
Setup
If agent-voice is unavailable:
uv tool install agent-voice
agent-voice setup
agent-voice controls install
Resources
- CLI help:
agent-voice --help - Source and docs: Agent Voice on GitHub
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.
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.
- 9d ago First seen · 68 lines · 30 tokens per session scan A 4c0d2071d34f
spoken-response-controls is a skill published in the GitHub repository yoav0gal/agent-voice (11 stars, last pushed 21d ago), licensed MIT. It adds 30 tokens to every session and 530 once invoked, about $0.0002 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.
Other skills, from other repositories
seo
Use and read this skill immediately if the user request is in any way related to SEO or a site's organic search or AI search presence. That includes site audits, rankings, keyword research, competitors, backlinks, click or traffic changes, indexing problems, crawling, redirects, sitemaps, metadata, structured data…
pad
Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.
onboard
Link this project to a Pad workspace and set it up.
gno
Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs…
recall
Use Recall to search, inspect, continue, export, resume, or share indexed AI coding sessions. Trigger for project-history lookup, recent work from other agents, file history, unfinished-session continuation, and published session-page management.
connect
Connect this session to Pad's push/watch stream — consent to receive pushes, and run the workspace's on-session-start ritual on first connect.