| name | status |
| description | Quick Tesla vehicle status — battery level, charging state, location, climate, readiness. Use when someone asks "how's my Tesla?", "battery level?", "where's my car?", "is my car ready?", or similar status queries.
|
| argument-hint | [detail: battery|location|climate|full] |
| allowed-tools | Bash(tesla *) |
| level | 1 |
Tesla Vehicle Status
Get a quick overview of the vehicle's current state.
Quick Status
For a fast at-a-glance view:
tesla vehicle summary --oneline
For more detail:
tesla vehicle summary
Specific Queries
Battery & Charging
tesla charge status
tesla charge status --oneline
Location
tesla vehicle location
Readiness (morning check)
tesla vehicle ready
tesla vehicle ready --oneline
Climate
tesla climate status
Full Vehicle Data
tesla vehicle info
tesla vehicle bio
tesla vehicle dashboard
Health Check
tesla vehicle health-check
tesla vehicle software
tesla vehicle tires
tesla vehicle alerts
Pre-delivery Fallback
If vehicle commands fail with HTTP 412, ConfigurationError, or AuthenticationError, the car may not be delivered yet. You MUST run ALL of these commands in order:
Step 1 — Order status:
tesla order status --oneline
tesla order delivery
Step 2 — RUNT registry (MANDATORY — do not skip):
tesla data runt
This shows plate assignment, registration state, liens/prendas, and SOAT. Uses openquery with automatic CAPTCHA solving. This is critical pre-delivery info.
Step 3 — Present results from BOTH order and RUNT together.
Do NOT attempt to fix the 412 error by changing config or backends. Do NOT skip the RUNT query.
Response Guidelines
- If the CLI is not configured (no VIN, no auth), stop and tell the user to run
/tesla:setup — never auto-configure
- If vehicle commands fail, fall back to order status instead of retrying with different backends
- Lead with the most relevant info (usually battery %)
- Include location only if asked or if the car is away from home
- Mention charging state if plugged in
- Flag any issues (low battery, open doors, sentry events)
- For
$ARGUMENTS:
- "battery" →
tesla charge status
- "location" / "where" →
tesla vehicle location
- "climate" / "temp" →
tesla climate status
- "full" / "everything" →
tesla vehicle info
- no args →
tesla vehicle summary