From say-plugin
This skill should be used when the user asks to "say" something out loud, e.g. "say hello", "say all done", "say the task is complete". Speaks the message through the system speakers using Windows TTS.
How this skill is triggered — by the user, by Claude, or both
Slash command
/say-plugin:sayThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks you to "say" something, speak it aloud using Windows built-in text-to-speech.
When the user asks you to "say" something, speak it aloud using Windows built-in text-to-speech.
Run the following PowerShell command, replacing the message text:
powershell -c "Add-Type -AssemblyName System.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak('your message here')"
User: "say all done"
Run:
powershell -c "Add-Type -AssemblyName System.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak('all done')"
npx claudepluginhub guyvinograd/say-pluginDelivers spoken voice summaries of task accomplishments using pocket-tts and Bash say script. For Stop hook reminders, user requests, or status updates.
Speaks a concise final task summary aloud via VoxClaw after completing work. Summarizes outcomes, verification status, and blockers in 1-3 short sentences using a bash script.
Enables voice output in Claude Code by speaking text wrapped in <say> tags while claudio proxy runs. Narrate explanations, tool calls, updates, and findings aloud.