Use TTS to speak notifications, alerts, and important messages to the user. Invoke when the user requests audio feedback, task completion announcements, or error notifications that should be spoken aloud.
Speaks notifications, alerts, and messages aloud using TTS. Use when user requests audio feedback, tasks complete, or errors need spoken attention. Triggers on explicit audio requests or important events.
/plugin marketplace add centminmod/claude-kokori-tts/plugin install centminmod-claude-kokoro-tts@centminmod/claude-kokori-ttsThis skill is limited to using the following tools:
This skill enables Claude to speak text aloud using the Kokoro TTS system.
Invoke this skill when:
Execute the TTS wrapper script to speak a message:
"${CLAUDE_PLUGIN_ROOT}/scripts/tts-wrapper.sh" speak "Your message here"
For non-blocking notifications:
"${CLAUDE_PLUGIN_ROOT}/scripts/tts-wrapper.sh" speak -n -b -q "Quick notification"
Options:
-n, --notification - Optimized for quick notifications (reduced timeout)-b, --background - Play in background without blocking-q, --quiet - Suppress text outputUse a specific voice or blend:
"${CLAUDE_PLUGIN_ROOT}/scripts/tts-wrapper.sh" speak --voice af_bella "Message"
"${CLAUDE_PLUGIN_ROOT}/scripts/tts-wrapper.sh" speak --voice "af_bella+af_sky" "Blended"
These messages are preloaded for instant playback:
"${CLAUDE_PLUGIN_ROOT}/scripts/tts-wrapper.sh" speak -n -b "Task completed successfully"
"${CLAUDE_PLUGIN_ROOT}/scripts/tts-wrapper.sh" speak "Error: Build failed with 3 errors"
"${CLAUDE_PLUGIN_ROOT}/scripts/tts-wrapper.sh" speak -n -q "Processing step 2 of 5"
uv must be installed for Python dependency management