/speak
Enable, disable, or configure voice feedback.
> /plugin marketplace add pchalasani/claude-code-toolsHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/speak
Context preview
What this command does when you run it.
Enable, disable, or configure voice feedback.
Command definition
speak.mdallowed-tools: Bash, Read, Write, Edit arguments: voice
Enable, disable, or configure voice feedback.
**Commands:**
- `/speak` - Enable voice feedback with current voice
- `/speak <voice>` - Set voice (e.g., azure, alba) and enable feedback
- `/speak stop` - Disable voice feedback
- `/speak prompt <text>` - Set custom instruction for voice summaries
- `/speak prompt` - Clear custom prompt
**Config file:** `~/.claude/voice.local.md`
--- voice: azelma enabled: true prompt: "always end with 'peace out'" ---
**Behavior:**
- When no argument: Set `enabled: true` and tell user:
"Voice feedback enabled. Use `/speak stop` to disable, or `/speak <name>` to change voice."
- When voice name given: Set `voice: <name>` and `enabled: true`, tell user:
"Voice set to <name> and enabled. Use `/speak stop` to disable."
- When `stop`: Set `enabled: false` AND `just_disabled: true` (voice unchanged), tell user:
"Voice feedback disabled. Use `/speak` to re-enable."
- When `prompt <text>`: Set `prompt: <text>`, tell user:
"Custom prompt set: <text>"
- When `prompt` (no text): Clear the prompt field, tell user:
"Custom prompt cleared."
Create the config file if it doesn't exist (default voice: azelma).
Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents.
Repo: pchalasani/claude-code-tools
Other commands on claude-code-tools.
- /recover-context
Strategically explore the most recent parent session from the session lineage (shown in the first user message) to extract the full context of the last task.
Open command - /inbox
Check and respond to inter-agent messages
Open command - /register
A human-friendly name for this agent session (e.g., architect, tester, reviewer)
Open command

