| name | dossier |
| description | Tesla vehicle intelligence — VIN decode, option codes, NHTSA recalls, specs, data sources, snapshots. Use when someone asks about their VIN, recalls, vehicle specs, option codes, battery type, or wants a deep profile.
|
| argument-hint | [query: build|show|vin|recalls|history|sources] |
| allowed-tools | Bash(tesla *) |
| level | 2 |
Tesla Vehicle Dossier
Comprehensive vehicle intelligence from 15+ data sources.
Build & View Dossier
tesla dossier build
tesla dossier show
tesla -j dossier show
VIN Decode
tesla vehicle vin
tesla vehicle vin 7SAYGDEF1TF123456
tesla vehicle option-codes
Recalls & Safety
tesla dossier build
Vehicle Profile
tesla vehicle bio
tesla vehicle profile
tesla vehicle battery-health
Data Sources & History
tesla data data-sources
tesla data build
tesla data history
tesla data diff
tesla data diff 1 3
Export
tesla data export-html
tesla data export-html --theme light
tesla data export-pdf
tesla vehicle export
tesla vehicle export -f csv -o car.csv
Response Guidelines
- If the CLI is not configured (no VIN, no auth), stop and tell the user to run
/tesla:setup — never auto-configure
- For VIN questions: decode position-by-position and explain each segment
- For recalls: list each recall with remedy status
- For option codes: explain what each code means (model, color, wheels, etc.)
- For "tell me everything": run
tesla dossier build then summarize
- For
$ARGUMENTS:
- "build" / "refresh" →
tesla dossier build
- "show" / no args →
tesla dossier show
- "vin" / "decode" →
tesla vehicle vin
- "recalls" / "safety" →
tesla dossier build (focus on recalls section)
- "history" / "changes" →
tesla data history + tesla data diff
- "sources" →
tesla data data-sources