voicemode-setup
Installation
SKILL.md
VoiceMode Setup
Natural 2-way voice conversations with Claude Code via the VoiceMode MCP server (mbailey/voicemode).
When to Use
- Hands-free coding sessions
- Dictating requirements or reviewing code verbally
- Accessibility — voice as an alternative to typing
Quick Start
# Install via pip
pip install voicemode
# Or clone and install
git clone https://github.com/mbailey/voicemode.git
cd voicemode && pip install -e .