Skip to content

Index

cc-vox

  • 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

Full installation guide

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.

Learn how it works