**claude-code-voice-skill**
Development 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
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official