← Back to Skills Marketplace
biguntroll

Tesla Control via Tessie

by biguntroll · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1625
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tesla-tessie
Description
Control and monitor Tesla vehicles via the Tessie API. Use when you need to check Tesla status (battery, location, charging), control climate (heat/cool), lock/unlock doors, start/stop charging, honk/flash lights, open charge port or trunks, or any other Tesla vehicle command. Requires TESSIE_API_KEY environment variable.
Usage Guidance
This skill implements exactly what it claims (remote Tesla control via Tessie) but the registry metadata incorrectly omits the required TESSIE_API_KEY. Before installing: (1) confirm the registry entry is updated to declare TESSIE_API_KEY as the primary credential; (2) review the included scripts to ensure no modifications are needed for your environment (they call https://api.tessie.com and read TESSIE_API_KEY from the environment); (3) ensure the API key you provide has the minimum scope needed and be prepared to rotate/revoke it if needed; (4) consider limiting the agent's autonomous use of this skill (so it cannot issue remote lock/unlock/fart/honk commands without your explicit approval); and (5) if you don't trust the skill owner, run the scripts in an isolated environment (or inspect and run locally) rather than granting platform-level access. If the registry maintainer cannot explain/fix the missing env metadata, treat the omission as a red flag and do not install.
Capability Analysis
Type: OpenClaw Skill Name: tesla-tessie Version: 1.0.0 The skill is designed to control and monitor Tesla vehicles via the Tessie API. It requires a `TESSIE_API_KEY` environment variable, which is used to authenticate requests to the legitimate `https://api.tessie.com` endpoint. The Python scripts (`scripts/tessie.py`, `scripts/check-updates.py`) perform network requests and parse JSON responses, all directly related to the stated purpose. The `SKILL.md` instructions are clear, transparent, and do not contain any prompt injection attempts or directives for malicious actions. The suggested cron job for update notifications is a legitimate use of persistence for the skill's functionality. All observed behaviors are aligned with the stated purpose and lack evidence of intentional harm, data exfiltration to unauthorized endpoints, or other malicious activities.
Capability Assessment
Purpose & Capability
The skill name, SKILL.md, reference docs, and included Python scripts all match the stated purpose (controlling a Tesla via the Tessie API). The actions implemented (lock/unlock, climate, charge, software updates, location, etc.) are coherent with the description.
Instruction Scope
Runtime instructions and scripts are limited to calling the Tessie API and using the TESSIE_API_KEY environment variable. The SKILL.md does not instruct reading unrelated system files or exfiltrating data to unexpected endpoints; all network calls target api.tessie.com per the reference doc.
Install Mechanism
There is no install spec (instruction-only), which is low risk; scripts require Python 'requests' (SKILL.md tells user to pip install requests). One minor inconsistency: code files are bundled but no install/packaging step is provided — acceptable but worth noting.
Credentials
The skill requires a TESSIE_API_KEY (declared in SKILL.md and used directly by both scripts) but the registry metadata lists 'Required env vars: none' and 'Primary credential: none'. That mismatch is significant: the skill will need a bearer token with control permissions for vehicles, and the registry should declare this explicitly. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request permanent/always-on inclusion (always:false) and does not attempt to modify other skills or system-wide settings. It can be invoked autonomously by the agent (default platform behavior) — because this skill can issue remote vehicle commands, allow autonomous invocation only with explicit user consent.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tesla-tessie
  3. After installation, invoke the skill by name or use /tesla-tessie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Control Tesla via Tessie API - status, climate, charging, locks, software updates, and fart sounds
Metadata
Slug tesla-tessie
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tesla Control via Tessie?

Control and monitor Tesla vehicles via the Tessie API. Use when you need to check Tesla status (battery, location, charging), control climate (heat/cool), lock/unlock doors, start/stop charging, honk/flash lights, open charge port or trunks, or any other Tesla vehicle command. Requires TESSIE_API_KEY environment variable. It is an AI Agent Skill for Claude Code / OpenClaw, with 1625 downloads so far.

How do I install Tesla Control via Tessie?

Run "/install tesla-tessie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tesla Control via Tessie free?

Yes, Tesla Control via Tessie is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tesla Control via Tessie support?

Tesla Control via Tessie is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tesla Control via Tessie?

It is built and maintained by biguntroll (@biguntroll); the current version is v1.0.0.

💬 Comments