voice-chat
Voice-controlled Claude Code - speak commands, hear responses in Olivia voice
npx skills add majiayu000/claude-skill-registry --skill voice-chat --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /voice-chat Voice-controlled Claude Code. Speak your commands/questions, Claude processes them verbatim (as if you typed them), and responds with Inworld Olivia voice. ## Usage ``` /voice-chat # Start voice-controlled mode /voice-chat stop # Exit voice mode ``` ## Requirements (from .claude/voice-chat-requirements.md) ### R1: Voice Input → Claude Code Verbatim Your spoken words are transcribed and passed **directly to Claude Code** — exactly as if you typed them. ### R2: Response in Inworld Olivia Voice Claude Code's response is spoken using **Inworld TTS with Olivia voice**. ## Prerequisites 1. **voice-bridge server** running with `INWORLD_API_KEY` set: ```bash cd ~/Documents/GitHub/voice-bridge VOICE_BACKEND=inworld INWORLD_API_KEY=<your-key> npm start ``` 2. Microphone permissions granted ## Instructions ### Starting Voice Mode When `/voice-chat` is invoked: 1. **Announce start**: ``` mcp__voice-mcp__voice_speak({ text: "Voice mode active. Speak your command.", voice_id: "Olivia", speed: 1.0 }) ``` 2. **Display**: `🎤 **Listening...**` 3. **Listen for voice**: ``` mcp__voice-mcp__voice_listen({ timeout_seconds: 30, language: "en-GB" }) ``` 4. **Display the transcription**: `👤
- Usage
- Requirements (from .claude/voice-chat-requirements.md)
- R1: Voice Input → Claude Code Verbatim
- R2: Response in Inworld Olivia Voice
- Prerequisites
- Instructions
- Starting Voice Mode
- Exit Conditions
- Stopping Voice Mode
- Example Flow
- Key Principle
- Troubleshooting
cd ~/Documents/GitHub/voice-bridge
What does the voice-chat skill do?
Voice-controlled Claude Code - speak commands, hear responses in Olivia voice
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill voice-chat --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
