Stats
Actions
Tags
How 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), browse the roster - `/unmute matilda` — Set session voice to matilda and enable voice ## Implementation First normalize `$ARGUMENTS`: strip a leading `@` if present (a user may type `@matilda` out of habit) and trim whitespace. Treat a lone `@` as no argument. - **(no argument)**: 1. Call the `who` MCP tool to get `current` and `feat...
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), browse the roster/unmute matilda — Set session voice to matilda and enable voiceFirst normalize $ARGUMENTS: strip a leading @ if present (a user may type @matilda out of habit) and trim whitespace. Treat a lone @ as no argument.
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.npx claudepluginhub punt-labs/claude-plugins --plugin vox/unmuteUnmutes a Mr. Meeseeks sound category (done, asking, feedback, or all) and displays current on/off status of all categories.