Index
-
Automatic Voice Feedback
Claude speaks a summary after every response β no prompting required.
-
Multi-Backend TTS
Fish Speech (GPU), Kokoro (CPU), pocket-tts (zero setup) β auto-detected.
-
Slash Command Control
Change voice, backend, speed, and personality on the fly with
/voice:speak. -
2-Minute Setup
Install the plugin, optionally start a Docker container, and go.
Quick Start¶
# Install the plugin
claude plugin marketplace add BestSithInEU/cc-vox
claude plugin install voice
# (Optional) Start Kokoro for best quality
docker run -d --name kokoro -p 32612:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest
# Use Claude Code β voice is automatic!
claude
How It Looks¶
$ claude
You: refactor the auth module to use JWT tokens
Claude: I've refactored the authentication module...
[... full response ...]
π’ Done! I refactored auth to use JWT. Changed 3 files:
auth.py, middleware.py, and config.py. All tests pass.
π ββββββββββββββββββββββββ Speaking...
The π’ summary is extracted by the stop hook and spoken aloud through your chosen TTS backend.