From voice
Delivers spoken voice summaries of task accomplishments using pocket-tts and Bash say script. For Stop hook reminders, user requests, or status updates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/voice:voice-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide spoken audio feedback to the user using pocket-tts.
Provide spoken audio feedback to the user using pocket-tts.
say script with the summary textUse Bash to call the say script:
${CLAUDE_PLUGIN_ROOT}/scripts/say "Your summary here"
Example:
${CLAUDE_PLUGIN_ROOT}/scripts/say "I've fixed the bug in the login handler and added the unit tests."
With a specific voice:
${CLAUDE_PLUGIN_ROOT}/scripts/say --voice azure "Task completed successfully."
uvx and afplay (macOS) or aplay (Linux)npx claudepluginhub pchalasani/claude-code-tools --plugin voiceSpeaks 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.
Enables voice conversations with Claude Code using speech-to-text and text-to-speech. Includes setup, diagnostics, and MCP-based voice interaction.