agentsclimarketplace

Dossier

Skill dacrypt/tesla-claude-plugin/skills/dossier

Tesla plugin for Claude Code — control your Tesla with natural language. 9 skills: status, charging, vehicle control, order tracking, analytics, and a self-hosted web dashboard.

Install
npx -y skills add dacrypt/tesla-claude-plugin --skill dossier

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

2.7 KB, 583 tokens by cl100k_base, as published. Nobody here has run it

Tesla Vehicle Dossier

Comprehensive vehicle intelligence from 15+ data sources.

Build & View Dossier

tesla dossier build              # query ALL sources, save snapshot
tesla dossier show               # show saved dossier (no API calls)
tesla -j dossier show            # full dossier as JSON

VIN Decode

tesla vehicle vin                # decode your configured VIN
tesla vehicle vin 7SAYGDEF1TF123456  # decode any Tesla VIN
tesla vehicle option-codes       # decode Tesla option codes (140+ codes)

Recalls & Safety

tesla dossier build              # includes NHTSA recall check
# Recalls are part of the dossier — look for the recalls section

Vehicle Profile

tesla vehicle bio                # comprehensive 5-panel profile
tesla vehicle profile            # multi-source profile (Tesla + NHTSA + more)
tesla vehicle battery-health     # battery degradation from snapshot history

Data Sources & History

tesla data data-sources          # show all 15 sources + cache status + TTL
tesla data build                 # refresh all sources
tesla data history               # view historical snapshots
tesla data diff                  # compare last two snapshots
tesla data diff 1 3              # compare specific snapshots

Export

tesla data export-html           # interactive HTML report (dark theme)
tesla data export-html --theme light
tesla data export-pdf            # PDF export (requires pdf extra)
tesla vehicle export             # raw JSON export
tesla vehicle export -f csv -o car.csv  # CSV with flattened fields

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.