Add Voice Notify skill
loading diff…
Developers using Claude Code often miss task completion notifications when multitasking or away from the screen. Voice Notify provides real-time TTS (text-to-speech) audio feedback for Claude Code events — task completion, errors, session start — so developers can stay in flow without constantly watching the terminal.
say + afplaybash install-hooks.sh auto-configures global hooks# Install the skill
claude /skills add ~/.claude/skills/voice-notify
# Auto-install hooks (one-time setup)
bash ~/.claude/skills/voice-notify/scripts/install-hooks.sh
# Now Claude Code automatically speaks on task completion, errors, etc.
Built with macOS native TTS (say) and system sounds (afplay). Filler word injection inspired by NoizAI's characteristic-voice concept.
🤖 Generated with Claude Code