talkback
Installation
SKILL.md
talkback — hear it instead of reading it
Speaks text aloud from any project directory, saves the audio, and never silently spends a metered quota.
Use it
S=~/.claude/skills/talkback/scripts
$S/talkback.py "Here is what changed and why it matters." # ElevenLabs (default)
$S/talkback.py --fast "Throwaway line." # local, instant, free
$S/talkback.py --quota # what's left
$S/talkback.py --voices # list voices
$S/talkback.py --dry-run "..." # see spoken text, synthesise nothing
Text can also be piped: git log -1 --format=%B | $S/talkback.py.