Claude Voice Skill banner
abracadabra50 abracadabra50

Claude Voice Skill

AI community Intermediate

Description

> **Voice conversations with Claude Opus 4.5 about your code.**

Installation

Terminal
claude install-skill https://github.com/abracadabra50/claude-code-voice-skill

README

Claude Code Voice

**Voice conversations with Claude Opus 4.5 about your code.**

Talk through problems, brainstorm ideas, or get a code review — all over the phone.

Quick Start

# Install
pip install claude-code-voice

# One-time setup
claude-code-voice setup

# Register a project
cd your-project
claude-code-voice register

# Start everything (server + tunnel + config)
claude-code-voice start

That's it! Now you can:

    undefined

What You Need

Before running setup:

    undefined

**Note:** New Vapi accounts get $10 free credit — enough to test everything without spending anything!

Features

Feature Description
Opus 4.5 Best-in-class reasoning for technical discussions
Project context Git status, recent files, todos loaded automatically
Live tools Claude reads files and searches code during calls
Auto-transcripts Every call saved as markdown
Personalized Claude greets you by name
Inbound calls Call your number and Claude answers

Commands

claude-code-voice setup              # Configure API key, phone, name
claude-code-voice register           # Register current project
claude-code-voice start              # Start server + tunnel (recommended)
claude-code-voice call [topic]       # Have Claude call you
claude-code-voice status             # Check configuration
claude-code-voice config name  # Update your name
claude-code-voice config show        # Show all config
claude-code-voice history            # View past calls

Customization

...