Claude Skill
abracadabra50/claude-code-voice-skill
一个基于Python的Claude Skill,允许通过电话就编码项目进行语音对话。与Claude讨论代码、获取技术帮助并进行远程头脑风暴。
概览
仓库信息
安装这个 Skill
pip install claude-code-voiceRegistry 信息
pip install claude-code-voicegit clone https://github.com/abracadabra50/claude-code-voice-skill.gitnpx localtunnel --port 8765
项目简介
一个Claude Skill,允许用户通过电话与Claude讨论其编码项目,为技术对话提供基于语音的交互方式。
Skill to talk to Claude about your projects over the phone
要点
- 与Claude的语音交互
- 通过电话讨论编码项目
- Python实现
- 支持远程技术对话
使用场景
- 远程代码审查讨论
- 通过电话进行技术项目头脑风暴
- 离开电脑时获取编程帮助
- 基于语音的调试协助
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 ```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
话题
暂无话题