say-narration
Use macOS text-to-speech for agent narration and announcements. Sub-agents announce themselves using different language voices speaking English. Use for multi-agent workflows where each agent has a distinct voice identity.
npx skills add majiayu000/claude-skill-registry --skill say-narration-plurigrid-asi-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Say Narration (macOS TTS) Use macOS text-to-speech for agent announcements and narration. ## MANDATORY: NextColor Per Interaction **EVERY interaction MUST use NextColor with the voice name as the seed.** ```clojure ;; Before EVERY voice announcement, compute NextColor (def color (next-color (seed-from-string "Ava (Premium)"))) ;; color determines the trit assignment: MINUS(-1), ERGODIC(0), PLUS(+1) ``` The voice name string IS the seed for deterministic color assignment. This ensures GF(3) conservation across all voice interactions. ## Quality Requirements **ONLY use Enhanced or Premium quality voices. NEVER use:** - Base/standard quality voices (no suffix) - British man voice (Daniel) - Any novelty voices (Albert, Bad News, Bells, Boing, etc.) ## Approved High-Quality Voices ### bmorphism Mathematician Personas (Premium) | Voice | Language | Mathematician Persona | Haiku Theme | |-------|----------|----------------------|-------------| | Anna (Premium) | German | Emmy Noether | Symmetry, Algebra | | Emma (Premium) | Italian | Maria Adelaide Sneider | Algorithms dance | | Federica (Premium) | Italian | Pia Nalli | Theorems flow | | Serena (Premium) | English UK | Bertha Swirles |
- MANDATORY: NextColor Per Interaction
- Quality Requirements
- Approved High-Quality Voices
- bmorphism Mathematician Personas (Premium)
- Currently Installed Voices (221 total, 14 Premium/Enhanced)
- Install Missing Voices
- Usage Pattern (MANDATORY)
- Agent Voice Assignments (Updated)
- List Available High-Quality Voices
- GF(3) Conservation
- Tips
Step 1: Compute NextColor with voice name as seed Step 2: Announce with high-quality voice say -v "Ava (Premium)" "Agent Oracle reporting status" say -v "Allison (Enhanced)" "Technical analysis complete" say -v "Nathan (Enhanced)" "Macro calculations finished" say -v '?' | grep -E "(Enhanced|Premium)"
What does the say-narration skill do?
Use macOS text-to-speech for agent narration and announcements. Sub-agents announce themselves using different language voices speaking English. Use for multi-agent workflows where each agent has a distinct voice identity.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill say-narration-plurigrid-asi-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
