Agent skill · AI & Agents

voice-chat

Voice-controlled Claude Code - speak commands, hear responses in Olivia voice

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill voice-chat --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/voice-chat/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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**: `👤

What's inside
Steps it walks through
  1. Usage
  2. Requirements (from .claude/voice-chat-requirements.md)
  3. R1: Voice Input → Claude Code Verbatim
  4. R2: Response in Inworld Olivia Voice
  5. Prerequisites
  6. Instructions
  7. Starting Voice Mode
  8. Exit Conditions
  9. Stopping Voice Mode
  10. Example Flow
  11. Key Principle
  12. Troubleshooting
Ships with 1 file
  • metadata.json
Commands it runs
cd ~/Documents/GitHub/voice-bridge
More from claude-skill-registry
All skills →
About this skill
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.

Keep going