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 Glad-Labs/poindexter --skill ttsgit clone --depth 1 https://github.com/Glad-Labs/poindexterWrote 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/glad-labs/poindexter/tts)<a href="https://agentmods.dev/skills/glad-labs/poindexter/tts"><img src="https://agentmods.dev/badge/skills/glad-labs/poindexter/tts/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/glad-labs/poindexter/tts"><img src="https://agentmods.dev/badge/skills/glad-labs/poindexter/tts.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.00049 | $0.02555 |
| Opus 5 | $0.00024 | $0.01277 |
| Sonnet 5 | $0.00010 | $0.00511 |
| Haiku 4.5 | $0.00005 | $0.00255 |
Grade A, and why
tts 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TTS pronunciation skill
Controls how the pipeline converts written text to natural spoken audio.
Two app_settings keys are the operator interface — both accept JSON and
are merged on top of the built-in defaults at render time.
Keys
tts_pronunciations
JSON object mapping a written form to its spoken replacement. Applied as
plain string substitutions (case-insensitive). Pure-letter tokens (no
punctuation) are matched with word boundaries so short abbreviations like
"GB" do not fire inside longer words like "RGB".
DB entries add to (or override) the built-in defaults. To change an existing default, set the same key with a new value. To add a new entry, include only the new key — existing defaults are unaffected.
Format:
{ "written": "spoken", "written2": "spoken2" }
Example — add a custom pronunciation and override an existing one:
poindexter settings set tts_pronunciations \
'{"NVMe": "N V Me", "PostgreSQL": "post gres"}'
Built-in defaults (seeded at first boot; edit via poindexter settings set):
| Written | Spoken |
|---|---|
| VRAM | Vee RAM |
| SRAM | Ess RAM |
| DRAM | Dee RAM |
| PB | petabyte |
| TB | terabyte |
| GB | gigabyte |
| MB | megabyte |
| KB | kilobyte |
| GHz | gigahertz |
| MHz | megahertz |
| kHz | kilohertz |
| Gbps | gigabits per second |
| Mbps | megabits per second |
| Kbps | kilobits per second |
| fps | frames per second |
| GitFlow | git flow |
| GitHub | git hub |
| GitLab | git lab |
| DevSecOps | dev sec ops |
| DevOps | dev ops |
| FastAPI | fast A P I |
| PostgreSQL | postgres |
| GraphQL | graph Q L |
| TypeScript | type script |
| JavaScript | java script |
| CI/CD | See Eye See Dee |
| CI | See Eye |
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.
- 10d ago First seen · 243 lines · 49 tokens per session scan A bd0fefec160b
tts is a skill published in the GitHub repository Glad-Labs/poindexter (5 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 2,555 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-31.
Other skills, from other repositories
content-pipeline
A Chinese-language workflow for turning collected source material into articles and versions for several publishing platforms, including formatted previews, cover images, social posts, podcasts, and videos.
openai-image-gen
Batch-generate images via OpenAI Images API. Random prompt sampler + index.html gallery.
nano-banana-pro
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
video-frames
Extract frames or short clips from videos using ffmpeg.
sherpa-onnx-tts
Local text-to-speech via sherpa-onnx (offline, no cloud).
sag
ElevenLabs text-to-speech with mac-style say UX.