abracadabra50

Claude Code Voice Skill — Development skill for Claude Code

Development community intermediate

Skill to talk to Claude about your projects over the phone.

How to install Claude Code Voice Skill

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

What Claude Code Voice Skill does

(141 ⭐): Skill to talk to Claude about your projects over the phone.

One of 2 entries listed from abracadabra50/claude-code-voice-skill. The repository README describes the whole collection, not this skill — read it on GitHub.

Alternatives in Development

  • Happy — Mobile and Web client for Claude Code, with realtime voice, encryption and fully featured 16.3k ★
  • Peon Ping — Warcraft III Peon voice notifications (+ StarCraft, Portal, Zelda) for Claude Code and other agents 4k ★
  • Call Me — Minimal plugin that lets Claude Code call you on the phone 2.5k ★

Repository README

This is the README for abracadabra50/claude-code-voice-skill, shared by 2 entries in this directory. It describes the repository, not this entry specifically.

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:

  • Have Claude call you: claude-code-voice call "debug the auth flow"
  • Call Claude: Dial your Vapi number and Claude answers with your project loaded

What You Need

Before running setup:

  1. Vapi accounthttps://vapi.ai (free to sign up, $10 credit included)
  2. Vapi API keyhttps://dashboard.vapi.ai/api-keys
  3. Vapi phone numberhttps://dashboard.vapi.ai/phone-numbers (~$2/month)
  4. Node.js — for localtunnel

**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

...