carfax
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCarfax Skill
Carfax 技能
Access vehicle history reports and find cars with clean records.
获取车辆历史报告,查找无事故记录的车辆。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/carfax/install.sh | bashOr manually:
bash
cp -r skills/carfax ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/carfax/install.sh | bash或者手动安装:
bash
cp -r skills/carfax ~/.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 CARFAX_EMAIL "your_email"
canifi-env set CARFAX_PASSWORD "your_password"
undefinedcanifi-env set CARFAX_EMAIL "your_email"
canifi-env set CARFAX_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
功能
- History Reports: Pull full vehicle history
- Search Cars: Find Carfax-verified vehicles
- Service History: View maintenance records
- Accident Check: Identify damage history
- Value Estimate: Get market valuations
- 历史报告:获取完整的车辆历史记录
- 车辆搜索:查找经Carfax验证的车辆
- 维修历史:查看保养记录
- 事故检查:识别车辆损伤历史
- 估值估算:获取市场估值
Usage Examples
使用示例
Get Report
获取报告
User: "Pull a Carfax report for this VIN"
Assistant: Returns vehicle history用户:“获取此VIN的Carfax报告”
助手:返回车辆历史记录Check Accidents
检查事故
User: "Does this car have any accidents?"
Assistant: Returns accident history用户:“这辆车有事故记录吗?”
助手:返回事故历史Find Clean Cars
查找无事故车辆
User: "Find cars with no accidents on Carfax"
Assistant: Returns verified clean vehicles用户:“在Carfax上查找无事故的车辆”
助手:返回已验证的无事故车辆Service Records
维修记录
User: "Show service history for this vehicle"
Assistant: Returns maintenance records用户:“显示此车辆的维修历史”
助手:返回保养记录Authentication Flow
认证流程
- Account-based authentication
- No official API
- Browser automation required
- Report credits system
- 基于账户的认证
- 无官方API
- 需要浏览器自动化
- 报告点数系统
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| VIN Not Found | Invalid VIN | Verify number |
| No Credits | Reports depleted | Purchase more |
| Report Error | Data unavailable | Try later |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭据无效 | 检查账户信息 |
| VIN未找到 | VIN无效 | 验证VIN编号 |
| 点数不足 | 报告点数已用尽 | 购买更多点数 |
| 报告错误 | 数据不可用 | 稍后重试 |
Notes
注意事项
- Industry standard reports
- Accident detection
- Service record tracking
- Used car marketplace
- No public API
- Report subscriptions available
- 行业标准报告
- 事故检测
- 维修记录追踪
- 二手车市场
- 无公开API
- 提供报告订阅服务