Access vehicle history reports and find cars with clean records.
Access vehicle history reports and find cars with clean records.
curl -sSL https://canifi.com/skills/carfax/install.sh | bash
Or manually:
cp -r skills/carfax ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set CARFAX_EMAIL "your_email"
canifi-env set CARFAX_PASSWORD "your_password"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
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.
User: "Pull a Carfax report for this VIN"
Assistant: Returns vehicle history
User: "Does this car have any accidents?"
Assistant: Returns accident history
User: "Find cars with no accidents on Carfax"
Assistant: Returns verified clean vehicles
User: "Show service history for this vehicle"
Assistant: Returns maintenance records
| 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 |