Order
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.
npx -y skills add dacrypt/tesla-claude-plugin --skill orderAssembled 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 order tracking — delivery status, ETA, gates, ship tracking, inspection checklist. Use when someone asks about their Tesla order, delivery date, order status, when their car arrives, delivery appointment, or tracking.
SKILL.md
2.9 KB, 632 tokens by cl100k_base, as published. Nobody here has run it
Tesla Order Tracking
Track your Tesla order from placement through delivery.
Order Status
tesla order status # current status, VIN, model, delivery window
tesla order details # full: status + tasks + vehicle + delivery + financing
tesla order delivery # delivery appointment (date, time, location)
Delivery Intelligence
tesla order eta # delivery ETA (best/typical/worst estimates)
tesla order gates # 13-gate delivery journey tracker
tesla order estimate # community-based delivery date estimation
tesla order stores # nearby Tesla stores/Service Centers
tesla order stores --near 4.6,-74.1 # stores near coordinates
RUNT (Colombia Vehicle Registry)
tesla data runt # placa, estado, gravámenes, SOAT, matrícula
Automatically query RUNT alongside order status to show plate assignment, registration state, and lien (prenda) status. Uses openquery with automatic CAPTCHA solving.
Ship Tracking
tesla dossier ships # Tesla car carrier vessel positions
Delivery Prep
tesla order checklist # 34-item delivery inspection checklist
tesla order checklist --mark 5,12 # check off items during inspection
tesla order set-delivery 2026-04-15 # set confirmed delivery date
Continuous Monitoring
tesla order watch # monitor every 10 min with notifications
tesla order watch -i 5 # every 5 minutes
tesla order watch --no-notify # without push notifications
tesla order watch --on-change-exec "echo changed" # shell hook
Portal Documents
tesla order documents # list available documents (MVPA, invoice, etc.)
tesla order documents --download # download all to ~/.tesla-cli/documents/
Response Guidelines
- If the CLI is not configured, stop and tell the user to run
/tesla:setup— never auto-configure - Start with the current order status and delivery date if available
- Show the gate progress (which of 13 gates have been passed)
- If the car hasn't been delivered yet, include ETA estimates
- If delivery is upcoming, suggest the checklist
- For
$ARGUMENTS:- "status" / no args →
tesla order status+tesla order delivery - "delivery" →
tesla order delivery - "eta" / "when" →
tesla order eta - "gates" / "progress" →
tesla order gates - "watch" →
tesla order watch - "checklist" / "inspect" →
tesla order checklist - "ships" / "shipping" →
tesla dossier ships
- "status" / no args →