Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Requires: macOS only. Uses built-in `say` command.
Path: skills/agent/say-narration-plurigrid-asi-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 |

What's inside
Steps it walks through
  1. MANDATORY: NextColor Per Interaction
  2. Quality Requirements
  3. Approved High-Quality Voices
  4. bmorphism Mathematician Personas (Premium)
  5. Currently Installed Voices (221 total, 14 Premium/Enhanced)
  6. Install Missing Voices
  7. Usage Pattern (MANDATORY)
  8. Agent Voice Assignments (Updated)
  9. List Available High-Quality Voices
  10. GF(3) Conservation
  11. Tips
Ships with 1 file
  • metadata.json
Commands it runs
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)"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going