Loading...
Loading...
Compare original and translation side by side
pip install claude-code-voice-skillpip install claude-code-voice-skillvoice-skill setupvoice-skill setupcd /path/to/your/project
voice-skill registercd /path/to/your/project
voice-skill registervoice-skill startvoice-skill startvoice-skill callvoice-skill callvoice-skill statusvoice-skill statusvoice-skill config name "Your Name"voice-skill config name "Your Name"ls ~/.voice-skill/transcripts/ls ~/.voice-skill/transcripts/[Phone rings]
Claude: "Hey Alex! I see you're working on the user-service
project. What would you like to discuss?"
You: "I'm having trouble with the authentication middleware.
Can you take a look at auth.py?"
Claude: "Sure, let me read that... I see you're using JWT
tokens. The issue might be on line 45 where you're checking
the expiry. You're comparing timestamps in different formats..."
You: "Oh, that makes sense. What's the fix?"
Claude: "You should convert both to Unix timestamps before
comparing. I'd suggest using datetime.timestamp() on line 45..."[电话响起]
Claude:"嘿,Alex!我看到你正在处理user-service项目。你想讨论什么内容?"
你:"我在身份验证中间件上遇到了问题,能帮我看看auth.py吗?"
Claude:"没问题,让我看看……我发现你使用了JWT令牌。问题可能出在第45行的过期时间检查上,你在比较不同格式的时间戳……"
你:"哦,原来是这样。怎么修复呢?"
Claude:"你应该在比较前将两者都转换为Unix时间戳。我建议在第45行使用datetime.timestamp()……"undefinedundefinedundefinedundefined~/.voice-skill/config.yaml~/.voice-skill/config.yamluser:
name: "Your Name"
phone: "+1234567890"
vapi:
api_key: "your-key"
phone_number: "+1987654321"
preferences:
greeting_style: casual # casual, professional
auto_transcript: true
transcript_dir: ~/.voice-skill/transcriptsuser:
name: "你的姓名"
phone: "+1234567890"
vapi:
api_key: "你的密钥"
phone_number: "+1987654321"
preferences:
greeting_style: casual # casual, professional(随意、专业)
auto_transcript: true
transcript_dir: ~/.voice-skill/transcriptsvoice-skill startvoice-skill startvoice-skill registervoice-skill register