speech

speech is a skill for Claude Code, Codex from Lengros/bennu. It costs 195 tokens per session (1,966 once invoked), scanned A, original, MIT.

A process for turning dictated, unordered ideas into a script that is ready to speak aloud, including structure, translation when needed, and spoken-language editing.

In plain words
What is it for?
Use it to prepare talks, presentations, or other spoken scripts from dictation while keeping the speaker's meaning, uncertainty, humor, and voice.
Why use it?
It makes rough voice notes understandable and natural to deliver without inventing ideas the speaker did not provide.

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/lengros/bennu/speech
Any agent
npx skills add Lengros/bennu --skill speech
Clone the repo
git clone --depth 1 https://github.com/Lengros/bennu

Made for: Claude Code, Codex.

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 speech

README.md
[![agentmods](https://agentmods.dev/badge/skills/lengros/bennu/speech.svg)](https://agentmods.dev/skills/lengros/bennu/speech)
Your own site
<a href="https://agentmods.dev/skills/lengros/bennu/speech"><img src="https://agentmods.dev/badge/skills/lengros/bennu/speech.svg" alt="Measured on agentmods" height="20"></a>
Per session 195 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,966 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 $0.00195 $0.01966
Opus 5 $0.00097 $0.00983
Sonnet 5 $0.00039 $0.00393
Haiku 4.5 $0.00019 $0.00197

Measured 4d ago against content hash 4e729ea3a7ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

speech 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 4d 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.

.claude/skills/speech/SKILL.md · 126 lines

How it starts

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

/speech — dictation → delivery-ready spoken script

Takes raw, dictated, out-of-order ideas (often voice-to-text, often in one language for delivery in another) and returns a script the user can read aloud. It does the structuring, translation, and verbal polish — it does not invent content the speaker didn't give.

The engine, repeated at every stage: this text will be spoken, not read. Every choice serves the ear and the speaker's authentic voice — never the page. Preserve the speaker's own honesty (tentative claims stay tentative) and deliberate humor/attribution; written-doc register and pitch-deck clichés are the failure modes.

Argument (optional): a topic/title, or pre-existing notes. If absent, the user is about to dictate — set up to capture (§2) and wait.

This is artifact-shaped work: delegate the writer/editor passes to fresh subagents, each embodying a purpose-built persona defined inline below (a narrative_writer, then a narrative_editor) — inline production reads flat. The orchestrator runs intake + capture + delivery; the personas produce the prose.


How to run

1. Intake — settle the load-bearing parameters BEFORE capture

The first three shape the whole script and must not be guessed — ask (AskUserQuestion is ideal) unless already stated. The fourth (register) is derived, not asked.

  • Language of the final script (dictation language may differ → translation needed).
  • Audience — who's in the room (internal team / clients / investors / conference / public). Drives register and what can be assumed vs explained.
  • Length in minutes → convert to a word budget at ~130–150 words/min (e.g. 5 min ≈ 650–750 words). The budget is a ceiling — cut to fit.
  • Register — live demo-walkthrough (first person, "let me show you") vs polished talk vs internal update. Infer it from Audience + Length rather than asking a separate question: short internal talk → loose first-person; investor/keynote/press → tighter and more composed. Only ask if genuinely ambiguous. Never over-structure a casual talk.

Read the full file on GitHub · 126 lines

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. 4d ago First seen · 126 lines · 0 tokens per session scan A 4e729ea3a7ff

Subscribe to this mod's changes

speech is a skill published in the GitHub repository Lengros/bennu (2 stars, last pushed 1mo ago), licensed MIT. It adds 195 tokens to every session and 1,966 once invoked, about $0.0010 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.