skills$openclaw/tesla-commands
ovaris7.8k

by ovaris

tesla-commands – OpenClaw Skill

tesla-commands is an OpenClaw Skills integration for data analytics workflows. Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules.

7.8k stars7.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nametesla-commands
descriptionControl your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules. OpenClaw Skills integration.
ownerovaris
repositoryovaris/tesla-commands
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @ovaris/tesla-commands
last updatedFeb 7, 2026

Maintainer

ovaris

ovaris

Maintains tesla-commands in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
bin
tesla-control.py
3.7 KB
_meta.json
280 B
package.json
296 B
SKILL.md
1.7 KB
SKILL.md

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:

  1. A MyTeslaMate account with a configured vehicle.
  2. An API Token from MyTeslaMate (Get it at app.myteslamate.com/fleet).
  3. 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 default TESLA_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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

To use this skill, you must have: 1. A **MyTeslaMate** account with a configured vehicle. 2. An **API Token** from MyTeslaMate (Get it at [app.myteslamate.com/fleet](https://app.myteslamate.com/fleet)). 3. 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).

FAQ

How do I install tesla-commands?

Run openclaw add @ovaris/tesla-commands in your terminal. This installs tesla-commands into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/ovaris/tesla-commands. Review commits and README documentation before installing.