carfax

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Carfax Skill

Carfax 技能

Access vehicle history reports and find cars with clean records.
获取车辆历史报告,查找无事故记录的车辆。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/carfax/install.sh | bash
Or 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
undefined

First, ensure canifi-env is installed:

首先,确保已安装 canifi-env:

canifi-env set CARFAX_EMAIL "your_email" canifi-env set CARFAX_PASSWORD "your_password"
undefined
canifi-env set CARFAX_EMAIL "your_email" canifi-env set CARFAX_PASSWORD "your_password"
undefined

Privacy & 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:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭据:
  1. 使用CDP模式完成 浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. 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

功能

  1. History Reports: Pull full vehicle history
  2. Search Cars: Find Carfax-verified vehicles
  3. Service History: View maintenance records
  4. Accident Check: Identify damage history
  5. Value Estimate: Get market valuations
  1. 历史报告:获取完整的车辆历史记录
  2. 车辆搜索:查找经Carfax验证的车辆
  3. 维修历史:查看保养记录
  4. 事故检查:识别车辆损伤历史
  5. 估值估算:获取市场估值

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

认证流程

  1. Account-based authentication
  2. No official API
  3. Browser automation required
  4. Report credits system
  1. 基于账户的认证
  2. 无官方API
  3. 需要浏览器自动化
  4. 报告点数系统

Error Handling

错误处理

ErrorCauseSolution
Login FailedInvalid credentialsCheck account
VIN Not FoundInvalid VINVerify number
No CreditsReports depletedPurchase more
Report ErrorData unavailableTry later
错误原因解决方案
登录失败凭据无效检查账户信息
VIN未找到VIN无效验证VIN编号
点数不足报告点数已用尽购买更多点数
报告错误数据不可用稍后重试

Notes

注意事项

  • Industry standard reports
  • Accident detection
  • Service record tracking
  • Used car marketplace
  • No public API
  • Report subscriptions available
  • 行业标准报告
  • 事故检测
  • 维修记录追踪
  • 二手车市场
  • 无公开API
  • 提供报告订阅服务