yourmechanic
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseYourMechanic Skill
YourMechanic Skill
Book mobile mechanics who come to you for car repairs and maintenance.
预约可上门为您提供汽车维修与保养服务的移动技工。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/yourmechanic/install.sh | bashOr manually:
bash
cp -r skills/yourmechanic ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/yourmechanic/install.sh | bash或手动安装:
bash
cp -r skills/yourmechanic ~/.canifi/skills/Setup
配置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set YOURMECHANIC_EMAIL "your_email"
canifi-env set YOURMECHANIC_PASSWORD "your_password"
undefinedcanifi-env set YOURMECHANIC_EMAIL "your_email"
canifi-env set YOURMECHANIC_PASSWORD "your_password"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭证,由您掌控。 Canifi LifeOS 尊重您的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭证:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录该服务
- Claude将使用您的已认证会话,全程不会获取您的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果您愿意共享凭证,可将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭证仅能在您的本地设备访问,绝不会被传输至外部。
Capabilities
功能
- Get Quote: Instant repair price estimates
- Book Service: Schedule mobile mechanic visits
- Service History: View past repairs
- Diagnostic Help: Identify car problems
- Mechanic Selection: Choose your technician
- 获取报价:即时维修价格估算
- 预约服务:安排移动技工上门
- 服务历史:查看过往维修记录
- 故障诊断帮助:排查汽车问题
- 技工选择:挑选您心仪的技师
Usage Examples
使用示例
Get Quote
获取报价
User: "Get a quote for brake pad replacement"
Assistant: Returns pricing and availability用户:“获取刹车片更换的报价”
助手:返回价格与可预约时段Book Mechanic
预约技工
User: "Book an oil change at my home"
Assistant: Schedules mobile service用户:“预约上门更换机油的服务”
助手:安排移动服务Check History
查看历史记录
User: "Show my service history"
Assistant: Returns past repairs用户:“展示我的服务历史”
助手:返回过往维修记录Diagnose Issue
诊断故障
User: "My check engine light is on"
Assistant: Returns possible causes and repair options用户:“我的发动机故障灯亮了”
助手:返回可能的原因与维修方案Authentication Flow
认证流程
- Account-based authentication
- No official API
- Browser automation required
- Location-based service
- 基于账户的认证
- 无官方API
- 需要浏览器自动化
- 基于地理位置的服务
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| Service Unavailable | Location issue | Check service area |
| Booking Failed | No mechanics available | Try different time |
| Quote Error | Vehicle not supported | Contact support |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭证无效 | 检查账户信息 |
| 服务不可用 | 地理位置问题 | 确认服务覆盖区域 |
| 预约失败 | 无可用技工 | 尝试其他时段 |
| 报价错误 | 车辆不被支持 | 联系客服 |
Notes
注意事项
- Mobile mechanics
- Upfront pricing
- Service at your location
- Parts included
- No public API
- Fair price guarantee
- 移动技工上门服务
- 透明定价
- 可在您指定的地点服务
- 包含配件
- 无公开API
- 价格保障承诺