carvana
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCarvana Skill
Carvana Skill
Buy and sell cars online with home delivery.
在线买卖汽车,支持送货上门。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/carvana/install.sh | bashOr manually:
bash
cp -r skills/carvana ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/carvana/install.sh | bash或者手动安装:
bash
cp -r skills/carvana ~/.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 CARVANA_EMAIL "your_email"
canifi-env set CARVANA_PASSWORD "your_password"
undefinedcanifi-env set CARVANA_EMAIL "your_email"
canifi-env set CARVANA_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 Inventory: Browse available vehicles
- Get Offer: Instant offer for your car
- Schedule Delivery: Arrange vehicle delivery
- Financing: Explore financing options
- Trade-In: Trade your current vehicle
- 搜索库存:浏览可用车辆
- 获取报价:为您的车辆提供即时报价
- 预约配送:安排车辆配送
- 融资服务:探索融资选项
- 以旧换新:置换您当前的车辆
Usage Examples
使用示例
Search Cars
搜索车辆
User: "Find SUVs under $30,000 on Carvana"
Assistant: Returns matching vehicles用户:"在Carvana上找3万美元以下的SUV"
助手:返回匹配的车辆Get Trade Offer
获取以旧换新报价
User: "Get an offer for my 2019 Honda Accord"
Assistant: Returns instant offer用户:"为我的2019款本田雅阁获取报价"
助手:返回即时报价Schedule Delivery
预约配送
User: "Schedule delivery for my Carvana purchase"
Assistant: Opens delivery scheduling用户:"为我在Carvana上的购车预约配送"
助手:打开配送预约界面Check Financing
查询融资
User: "What financing rates does Carvana offer?"
Assistant: Returns financing options用户:"Carvana提供哪些融资利率?"
助手:返回融资选项Authentication Flow
认证流程
- Account-based authentication
- No official API
- Browser automation required
- Financing requires credit check
- 基于账户的认证
- 无官方API
- 需要浏览器自动化
- 融资需要信用检查
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| Vehicle Sold | No longer available | Search alternatives |
| Delivery Error | Location issue | Verify address |
| Financing Denied | Credit issue | Review terms |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭据无效 | 检查账户信息 |
| 车辆已售出 | 车辆不再可用 | 搜索替代车型 |
| 配送错误 | 地址问题 | 验证地址信息 |
| 融资被拒 | 信用问题 | 查看条款说明 |
Notes
注意事项
- Online car buying
- 7-day return policy
- Home delivery
- No public API
- Vending machine pickups
- Financing available
- 在线购车
- 7天退换政策
- 送货上门
- 无公开API
- 自动售货机取车点
- 提供融资服务