name: tesla-commands description: Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules. metadata: {"tags": ["tesla", "myteslamate", "ev", "car-control", "automation"]}
Tesla Commands Skill 🚗
This skill allows you to monitor and control your Tesla vehicle using the MyTeslaMate API.
Prerequisites
To use this skill, you must have:
- A MyTeslaMate account with a configured vehicle.
- An API Token from MyTeslaMate (Get it at app.myteslamate.com/fleet).
- The VIN of your vehicle.
Environment Variables
The following environment variables must be set for the skill to work:
-
TESLA_MATE_TOKEN: Your MyTeslaMate API token. -
TESLA_VIN: Your vehicle's VIN (optional if you specify it via command line).
Tools
tesla-control
Manage vehicle status, climate, charging, and schedules.
Usage:
public-skills/tesla-commands/bin/tesla-control.py [options]
Options:
-
--list: List all vehicles on the account and their VINs. -
--status: Fetch full vehicle data (battery, climate, location, locks, etc.). -
--wake: Wake up the vehicle from sleep mode. -
--climate [on|off]: Start or stop the climate control. -
--charge-limit [50-100]: Set the battery charge limit percentage. -
--set-schedule [HH:MM]: Set a scheduled charging start time. -
--clear-schedule: Disable scheduled charging. -
--vin [VIN]: Target a specific vehicle (overrides the defaultTESLA_VIN).
Examples
Wake up the car:
./bin/tesla-control.py --wake
Set charge limit to 80%:
./bin/tesla-control.py --charge-limit 80
Set charging to start at 02:00:
./bin/tesla-control.py --set-schedule 02:00
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
230
GitHub Forks
71
Created
Jan 2026
Last Updated
5个月前
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!