A specialized tool for controlling Tesla vehicle climate, charging limits, and schedules through the MyTeslaMate API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tesla-commands
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tesla-commands using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Tesla Commands skill is a technical interface designed to bridge the gap between your Tesla vehicle and your automation workflows using Openclaw Skills. By leveraging the MyTeslaMate API, this skill provides a secure and scriptable way to interact with vehicle telemetry and commands without needing a mobile device.
Whether you need to monitor battery levels or pre-condition your vehicle's cabin, this integration within Openclaw Skills ensures your car is part of your broader developer environment. It supports sophisticated multi-vehicle management, making it an essential tool for Tesla owners who prioritize automation and efficiency.
To use this integration with Openclaw Skills, you must first obtain an API Token from your MyTeslaMate account. Once you have your token and vehicle VIN, configure your environment variables:
export TESLA_MATE_TOKEN="your_myteslamate_token"
export TESLA_VIN="your_vehicle_vin"
You can then run the status command to verify the connection:
./bin/tesla-control.py --status
The skill manages vehicle-specific data and authentication credentials to facilitate commands via Openclaw Skills. The data structure is organized as follows:
| Parameter | Description |
|---|---|
| TESLA_MATE_TOKEN | API bearer token for MyTeslaMate authentication |
| TESLA_VIN | Unique vehicle identifier for command targeting |
| status_payload | JSON response containing battery, climate, and lock status |
| charge_limit | Percentage value (50-100) for battery management |
| schedule_time | HH:MM format for charging start times |
Loading
A specialized tool for fetching real-time Finnish electricity prices and identifying the cheapest windows for EV charging.

A versatile CLI-based utility for converting between metric, imperial, and digital measurement systems.

A local Python-based utility to generate QR codes for URLs, WiFi credentials, and contact cards without external API dependencies.

A local, cryptographically secure utility for generating strong passwords, memorable passphrases, and performing detailed security strength analysis.

A highly autonomous AI agent that independently manages the full lifecycle of tasks through proactive research, planning, and execution.

A powerful Bitcoin Lightning payment CLI and self-custodial wallet designed specifically for AI agents and automated workflows.








































