← Back to Skills Marketplace
1793
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tesla-commands
Description
Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules.
Usage Guidance
This skill's behavior (calling MyTeslaMate with a bearer token) matches its description, but the registry metadata fails to declare the required TESLA_MATE_TOKEN. Before installing/providing credentials: (1) verify the skill's provenance (the package.json homepage points to a GitHub repo—check that repo and commits), (2) only provide a token scoped for this service (avoid reuse of high-privilege or cloud-wide tokens), (3) prefer running the included script locally first to confirm behavior, (4) confirm the platform will prompt for TESLA_MATE_TOKEN securely, and (5) if unsure, ask the publisher to update registry metadata to declare the required env vars and justify them. If you want higher assurance, request the upstream GitHub repo link and review its history and maintainer identity before trusting your token.
Capability Analysis
Type: OpenClaw Skill
Name: tesla-commands
Version: 1.0.0
The skill is designed to control a Tesla vehicle via the MyTeslaMate API. The `SKILL.md` clearly outlines the purpose, required environment variables (`TESLA_MATE_TOKEN`, `TESLA_VIN`), and usage. The `bin/tesla-control.py` script uses `urllib.request` to communicate exclusively with `https://api.myteslamate.com`, as expected. There is no evidence of data exfiltration to unauthorized endpoints, malicious command execution, persistence mechanisms, obfuscation, or prompt injection attempts in the `SKILL.md` that would subvert the agent's intended behavior. All actions are aligned with the stated purpose of vehicle control.
Capability Assessment
Purpose & Capability
The name/description, SKILL.md, and bin/tesla-control.py consistently implement MyTeslaMate vehicle control (wake, climate, charge limits, schedules) against https://api.myteslamate.com. The requested operations match the stated purpose.
Instruction Scope
Runtime instructions are narrowly scoped: set TESLA_MATE_TOKEN (and optionally TESLA_VIN) and run the included script with the documented CLI flags. The instructions do not ask the agent to read unrelated files or exfiltrate data to unexpected endpoints; network calls are limited to the MyTeslaMate API base URL.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. However, a runnable Python script is included in the bundle (bin/tesla-control.py) — this is fine but means the skill will execute local code rather than only calling remote services.
Credentials
The SKILL.md and the Python script require TESLA_MATE_TOKEN (and optionally TESLA_VIN) to operate, but the registry metadata incorrectly lists 'Required env vars: none' and 'Primary credential: none'. This mismatch is concerning because the platform may not surface the need for a secret and users could be asked to provide credentials without clear registry-level prompts.
Persistence & Privilege
The skill does not request persistent system privileges, does not set always:true, and does not modify other skills or system-wide configs. It runs on demand and relies on environment variables for auth.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tesla-commands - After installation, invoke the skill by name or use
/tesla-commands - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release
Metadata
Frequently Asked Questions
What is Tesla Commands?
Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules. It is an AI Agent Skill for Claude Code / OpenClaw, with 1793 downloads so far.
How do I install Tesla Commands?
Run "/install tesla-commands" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tesla Commands free?
Yes, Tesla Commands is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Tesla Commands support?
Tesla Commands is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tesla Commands?
It is built and maintained by ovaris (@ovaris); the current version is v1.0.0.
More Skills