Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub punt-labs/claude-plugins --plugin voxHow this command is triggered — by the user, by Claude, or both
Slash command
/vox-dev:unmute [@voice-name]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /unmute command Enable voice mode (spoken notifications). Optionally set a session voice or browse the roster. Does not change the notification level — use `/vox y` or `/vox c` for that. ## Usage - `/unmute` — Enable voice mode (spoken notifications) - `/unmute @matilda` — Set session voice to matilda and enable voice - `/unmute @` — Browse voice roster (who's at the mic?) ## Implementation - **(no argument)**: 1. Call the `who` MCP tool to get `current` and `featured` voices. 2. If `featured` has 2+ voices, build a candidate list: start with `current` (if set), then append `feat...
Share bugs, ideas, or general feedback.
Enable voice mode (spoken notifications). Optionally set a session voice or browse the roster. Does not change the notification level — use /vox y or /vox c for that.
/unmute — Enable voice mode (spoken notifications)/unmute @matilda — Set session voice to matilda and enable voice/unmute @ — Browse voice roster (who's at the mic?)who MCP tool to get current and featured voices.featured has 2+ voices, build a candidate list: start with current (if set), then append featured voices, de-duplicating by name. Take the first 4 and call AskUserQuestion (label=name, description=blurb; append "(current)" to the current voice's description). Then call speak with mode="y" and voice set to the chosen name. No text output. Stop.featured has fewer than 2 voices, call speak with mode="y" (provider default). Done — no text output.@<name>: Call the speak MCP tool with mode="y" and voice="<name>". No text output — the panel confirms.@ (bare @): Call the who MCP tool to list voices. Display featured voices with blurbs in a casual "who's around" format. Tell the user to pick with /unmute @<name>.