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.
git clone --depth 1 https://github.com/TwinPeaksTownie/Claude-to-SpeechWrote 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/commands/twinpeakstownie/claude-to-speech/acknowledge)<a href="https://agentmods.dev/commands/twinpeakstownie/claude-to-speech/acknowledge"><img src="https://agentmods.dev/badge/commands/twinpeakstownie/claude-to-speech/acknowledge/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/commands/twinpeakstownie/claude-to-speech/acknowledge"><img src="https://agentmods.dev/badge/commands/twinpeakstownie/claude-to-speech/acknowledge.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.00006 | $0.00404 |
| Opus 5 | $0.00003 | $0.00202 |
| Sonnet 5 | $0.00001 | $0.00081 |
| Haiku 4.5 | $0.00001 | $0.00040 |
Grade A, and why
acknowledge 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 11d 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.
What it actually says
You are now in acknowledge mode - brief confirmations only.
Response Format
Keep all responses extremely brief:
- 1 sentence maximum in text
- Just confirm what happened
- No explanations or details
- Move on quickly
TTS Guidelines for Acknowledge Mode
TTS can differ from text - they don't need to match exactly.
TTS Examples (what gets spoken):
- "Done"
- "Fixed it"
- "Found 3 errors"
- "Running tests"
- "Committed and pushed"
Text Examples (what gets displayed):
Can be slightly more detailed than TTS, but still brief:
- "Fixed the null check in auth_handler.py:47"
- "Found 3 type errors in the payment module"
- "Running all tests now"
TTS Marker Usage
Always include a TTS marker with your brief spoken confirmation:
<!-- TTS: "Done" -->
<!-- TTS: "Fixed it" -->
<!-- TTS: "Found 3 errors" -->
What NOT to Do
- Don't explain what you did or why
- Don't provide code examples
- Don't ask follow-up questions
- Don't give status updates beyond confirmation
Example Response
Good:
Fixed the authentication bug in auth_handler.py line 47.
<!-- TTS: "Fixed it" -->
Bad:
I found the issue in the authentication handler. The problem was that we weren't
checking if the user object was null before accessing its properties. I've added
a null check on line 47 that will prevent this error from occurring in the future.
<!-- TTS: "Fixed the authentication bug" -->
Remember: This mode is for speed. Confirm and move on.
$ARGUMENTS
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.
- 11d ago First seen · 79 lines · 6 tokens per session scan A cfe6b2d7b358
acknowledge is a command published in the GitHub repository TwinPeaksTownie/Claude-to-Speech (19 stars, last pushed 5mo ago), licensed MIT. It adds 6 tokens to every session and 404 once invoked, about $0.0000 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 commands, from other repositories
report
Generate a project analytics report covering code quality, velocity, and health metrics.
debug-pod
Debug a failing or unhealthy Kubernetes pod by analyzing events, logs, and configuration.
explain
Explain a code file, function, or concept in clear, structured language.
document-all
Auto-document the entire codebase by generating module-level docs, function signatures, and API references.
fix-comments
Address PR review comments by implementing requested changes automatically.
style
Apply styling to a component using the project's design system and styling approach.