From voice
Speaks Claude's responses aloud using text-to-speech. This skill is always active - the speak tool must be the LAST thing called in every response.
How this skill is triggered — by the user, by Claude, or both
Slash command
/voice:skills/voiceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You MUST call the `speak` MCP tool as the **very last action** in every response. No text or tool calls should come after `speak`.
You MUST call the speak MCP tool as the very last action in every response. No text or tool calls should come after speak.
speak tool call must be the final thing in your response. Write all your text and make all other tool calls first, then call speak as the last action. NEVER write text after calling speak.speak call. No exceptions.npx claudepluginhub nathanphelps/claude-voice-mcp --plugin voiceEnables voice output in Claude Code by speaking text wrapped in <say> tags while claudio proxy runs. Narrate explanations, tool calls, updates, and findings aloud.
Delivers spoken voice summaries of task accomplishments using pocket-tts and Bash say script. For Stop hook reminders, user requests, or status updates.
Sends text to VoxClaw on macOS for spoken output using OpenAI neural voices or Apple TTS. Useful for audible agent notifications and feedback.