say-narration
Installation
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.
;; 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.