Claude Skill
abracadabra50/claude-code-voice-skill
A Python-based Claude Skill enabling voice conversations about coding projects over phone calls. Discuss code, get technical help, and brainstorm remotely with Claude.
Overview
Repository
Install this Skill
pip install claude-code-voiceRegistry
pip install claude-code-voicegit clone https://github.com/abracadabra50/claude-code-voice-skill.gitnpx localtunnel --port 8765
Summary
A Claude Skill that enables users to discuss their coding projects with Claude via phone calls, providing voice-based interaction for technical conversations.
Claude Skill:通过电话与Claude讨论您的项目
Key features
- Voice-based interaction with Claude
- Discuss coding projects over phone
- Python implementation
- Enables remote technical conversations
Use cases
- Remote code review discussions
- Technical project brainstorming via phone
- Getting programming help while away from computer
- Voice-based debugging assistance
README excerpt
# 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 ```bash # 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 account** — https://vapi.ai (free to sign up, **$10 credit included**) 2. **Vapi API key** — https://dashboard.vapi.ai/api-keys 3. **Vapi phone number** — https://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 ```bash 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 c
Topics
No topics yet.