Voice AI plugin for Claude Code — talk to Claude about your codebase through your mic or join conference calls as an AI assistant
npx claudepluginhub meetocean-ai/codebase-voice-assistantTalk to Claude about your codebase using voice. Free local mode (mic + speakers) or Pro mode (dial into conference calls via SIP).
Claude Code plugin — talk to Claude about your codebase using voice. Ask questions through your mic and hear answers through your speakers, or join a conference call as an AI participant.
Talk to Claude through your microphone. Only needs a Deepgram API key (free tier: 12,000 min/month).
/voice-config # set your Deepgram API key
/voice-start # start talking
Say "Hey Claude" followed by your question. Claude searches the codebase and answers via voice.
Dial into Zoom, Meet, or Teams as an AI participant. Everyone on the call can ask codebase questions. Requires LiveKit + Twilio.
/voice-config # set all API keys
/voice-join +15551234567 12345# # join with dial-in + PIN
# Clone and install
git clone https://github.com/artemustimenko/codebase-voice-assistant.git
cd codebase-voice-assistant
./scripts/setup.sh
# Use as a Claude Code plugin
claude --plugin-dir /path/to/codebase-voice-assistant
/voice-start (local) or /voice-join (conference call)Mic / Conference Call
|
Audio Capture
|
Deepgram STT (streaming)
|
Wake Word Detector ("Hey Claude")
|
Question Queue ──> Claude Code (searches codebase)
| |
Filler audio Codebase answer
| |
Deepgram TTS <────────────┘
|
Speakers / Conference Call
| Command | Description |
|---|---|
/voice-start | Start local voice session (free) |
/voice-join <number> [pin] | Join conference call (pro) |
/voice-config | Configure API keys |
/voice-status | Check session status |