repairpal
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRepairPal Skill
RepairPal Skill
Find certified shops and get fair price estimates for car repairs.
查找认证维修店并获取公平的汽车维修价格估算。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/repairpal/install.sh | bashOr manually:
bash
cp -r skills/repairpal ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/repairpal/install.sh | bash或手动安装:
bash
cp -r skills/repairpal ~/.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 REPAIRPAL_EMAIL "your_email"
canifi-env set REPAIRPAL_PASSWORD "your_password"
undefinedcanifi-env set REPAIRPAL_EMAIL "your_email"
canifi-env set REPAIRPAL_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
功能
- Price Estimates: Get fair repair cost ranges
- Find Shops: Locate certified repair shops
- Shop Reviews: Read mechanic ratings
- Maintenance Guide: Track service schedules
- Warranty Info: Understand repair warranties
- 价格估算:获取公平的维修费用区间
- 查找维修店:定位认证维修店铺
- 维修店评价:查看技师评分
- 维护指南:跟踪保养日程
- 保修信息:了解维修保修政策
Usage Examples
使用示例
Get Estimate
获取价格估算
User: "How much should a timing belt replacement cost?"
Assistant: Returns fair price range用户:"正时皮带更换大概需要多少钱?"
助手:返回公平的价格区间Find Shop
查找维修店
User: "Find certified shops near me"
Assistant: Returns RepairPal certified locations用户:"查找我附近的认证维修店"
助手:返回RepairPal认证的门店位置Check Reviews
查看评价
User: "Show reviews for this repair shop"
Assistant: Returns ratings and feedback用户:"展示这家维修店的评价"
助手:返回评分和反馈Service Schedule
保养日程
User: "When should I service my 2020 Accord?"
Assistant: Returns maintenance schedule用户:"我的2020款雅阁什么时候需要保养?"
助手:返回保养日程Authentication Flow
认证流程
- Account-based authentication
- No official API
- Browser automation required
- Vehicle-specific data
- 基于账户的认证机制
- 无官方API
- 需要浏览器自动化
- 车辆专属数据
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| Estimate Error | Vehicle not found | Verify make/model |
| Shop Not Found | Location issue | Expand search |
| Data Error | Missing info | Complete vehicle details |
| 错误类型 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭据无效 | 检查账户信息 |
| 估算错误 | 未找到车辆信息 | 确认品牌/型号 |
| 维修店未找到 | 位置问题 | 扩大搜索范围 |
| 数据错误 | 信息缺失 | 完善车辆详细信息 |
Notes
说明
- Fair price guarantee
- Certified shop network
- Independent estimates
- Manufacturer data
- No public API
- Consumer advocate
- 公平价格保障
- 认证维修店网络
- 独立估算结果
- 原厂数据支持
- 无公开API
- 消费者权益支持