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.
npx claudepluginhub pchalasani/claude-code-tools --plugin voiceThis skill uses the workspace's default tool permissions.
Provide spoken audio feedback to the user using pocket-tts.
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.
Announces plans, issues, and summaries aloud via TTS with project-specific voices and fallback providers (Google, OpenAI, ElevenLabs, say). Auto-triggers after finalizing plans, resolving issues, or generating summaries.
Share bugs, ideas, or general feedback.
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)