Claude Code Voice banner
mckaywrigley mckaywrigley

Claude Code Voice

Development community intermediate

Description

Hands-free voice control for Claude Code on macOS.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Voice

Hands-free voice control for Claude Code on macOS.

Requirements

  • macOS
  • Python 3.x
  • SpeechRecognition library
  • pyaudio library

Quickstart

  1. Install dependencies:
pip install -r requirements.txt
  1. Run Claude Code with `claude --dangerous-skip-permissions` (the flag is required for total hands-free control)

  2. Type `start voice` to enable voice mode

  3. Speak your commands naturally with 2-second pauses for submission

  4. Hit escape and type `stop voice` to disable

Implementation

Uses Claude Code hooks (UserPromptSubmit and Stop) to create a continuous voice listening session with macOS speech recognition and Google's speech-to-text API.

Created By

[Mckay Wrigley](https://x.com/mckaywrigley)