| name | charge |
| description | Tesla charging management — battery status, charge sessions, cost tracking, weekly summaries, schedule, forecast. Use when someone asks about charging, battery, range, kWh, cost per charge, charge history, or Supercharger usage.
|
| argument-hint | [query: status|last|weekly|sessions|forecast|cost] |
| allowed-tools | Bash(tesla *) |
| level | 1 |
Tesla Charging
Manage and analyze charging state, history, and costs.
Current State
tesla charge status
tesla charge status --oneline
tesla charge last
Cost & Usage Tracking
tesla charge weekly
tesla charge weekly --weeks 8
tesla charge cost-summary
tesla charge cost-summary --csv costs.csv
tesla teslaMate cost-report
tesla teslaMate cost-report --month 2026-03
Charge History
tesla charge sessions
tesla charge sessions -n 50
tesla charge sessions --csv charges.csv
tesla charge history
Schedule & Forecast
tesla charge forecast
tesla charge schedule-preview
tesla charge schedule-preview --oneline
tesla charge profile
Charging Control
tesla charge start
tesla charge stop
tesla charge set-limit 80
tesla charge set-amps 32
tesla charge limit
tesla charge amps
Supercharging Invoices
tesla charge invoices
tesla charge invoices -n 50
tesla charge invoices --csv invoices.csv
Requires Tessie backend. Shows date, location, kWh, cost, duration.
Response Guidelines
- If the CLI is not configured (no VIN, no auth), stop and tell the user to run
/tesla:setup — never auto-configure
- Always include SoC % and charge state (charging, stopped, disconnected)
- If charging: show power (kW), time remaining, and target limit
- For cost queries: show kWh consumed and cost (using configured
cost_per_kwh)
- For weekly/monthly: show trends and comparisons
- Mention if TeslaMate is needed for deeper analytics
- For
$ARGUMENTS:
- "status" / no args →
tesla charge status
- "last" →
tesla charge last
- "weekly" / "week" →
tesla charge weekly
- "sessions" / "history" →
tesla charge sessions
- "forecast" / "eta" →
tesla charge forecast
- "cost" / "money" / "spent" →
tesla charge cost-summary