carmax
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCarMax Skill
CarMax Skill
Buy, sell, and trade vehicles at America's largest used car retailer.
在美国最大的二手车零售商处买卖及置换车辆。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/carmax/install.sh | bashOr manually:
bash
cp -r skills/carmax ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/carmax/install.sh | bash或者手动安装:
bash
cp -r skills/carmax ~/.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 CARMAX_EMAIL "your_email"
canifi-env set CARMAX_PASSWORD "your_password"
undefinedcanifi-env set CARMAX_EMAIL "your_email"
canifi-env set CARMAX_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
功能
- Search Cars: Browse nationwide inventory
- Get Appraisal: Instant offer for your car
- Schedule Test Drive: Book in-store appointments
- Transfer Vehicle: Request vehicle transfers
- Financing Options: Explore payment options
- 搜索车辆:浏览全国范围内的库存
- 获取估价:为您的车辆提供即时报价
- 预约试驾:预约到店服务
- 车辆转移:申请车辆转移
- 融资选项:探索付款方案
Usage Examples
使用示例
Search Inventory
搜索库存
User: "Find trucks at CarMax near me"
Assistant: Returns available trucks用户:"在我附近的CarMax找卡车"
助手:返回可用的卡车Get Offer
获取报价
User: "Get a CarMax offer for my car"
Assistant: Starts appraisal process用户:"为我的车辆获取CarMax报价"
助手:启动估价流程Schedule Visit
预约到店
User: "Schedule a test drive at CarMax"
Assistant: Books appointment用户:"在CarMax预约试驾"
助手:完成预约Transfer Request
转移申请
User: "Transfer this vehicle to my local CarMax"
Assistant: Initiates transfer用户:"将这辆车转移到我当地的CarMax"
助手:发起转移流程Authentication Flow
认证流程
- Account-based authentication
- No official API
- Browser automation required
- Store integration
- 基于账户的认证
- 无官方API
- 需要浏览器自动化
- 门店集成
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| Vehicle Sold | No longer available | Search again |
| Transfer Error | Distance limit | Choose closer store |
| Appointment Error | Availability | Select new time |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭据无效 | 检查账户信息 |
| 车辆已售出 | 车辆不再可用 | 重新搜索 |
| 转移错误 | 距离限制 | 选择更近的门店 |
| 预约错误 | 无可用时段 | 选择新的时间 |
Notes
注意事项
- Nationwide inventory
- No-haggle pricing
- 30-day money back
- No public API
- In-store appraisals
- Financing available
- 全国范围的库存
- 一口价定价
- 30天无理由退款
- 无公开API
- 到店估价
- 提供融资服务