Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Control and monitor your Tesla vehicles via Tessie API for battery, climate, charging, drives, location, and vehicle state management.
Control and monitor your Tesla vehicles via Tessie API for battery, climate, charging, drives, location, and vehicle state management.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Control your Tesla vehicles via Tessie API - a Tesla management platform with 500,000+ users.
Get your Tessie API credentials: Go to https://tessie.com/developers Sign up and create an API key Configure in Clawdbot: skills: entries: tessie: apiKey: "your-tessie-api-key-here" Or via environment variable: export TESSIE_API_KEY="your-tessie-api-key-here" Note: Vehicle ID and VIN are auto-detected from API. No manual configuration needed.
Battery level: Current state of charge percentage Range: Estimated driving range Location: Current vehicle coordinates Vehicle state: Locked/unlocked, charging status, sleep mode Connection: Is the car online/offline?
Start/stop: Turn climate on or off Preheat/precool: Set cabin temperature (auto-detects Fahrenheit/Celsius) Defrost: Defrost windows/mirrors
Start/stop: Control charging remotely Charge limit: Set daily/standard charge limit Charging status: Current rate, time to complete, battery level
Recent drives: Last trips with distance, energy, locations
# Check battery and range "tessie battery" "tessie how much charge" "tessie range" # Preheat the car (assumes Fahrenheit if > 50) "tessie preheat 72" "tessie precool" "tessie turn on climate" # Check drives "tessie show my drives" "tessie recent drives" "tessie drives 5" # Charging commands "tessie start charging" "tessie stop charging" "tessie set charge limit to 90%" "tessie charging status" # Vehicle location "tessie where is my car" "tessie location" # Vehicle state "tessie is the car locked?" "tessie vehicle status"
All requests require: Authorization: Bearer <api-key>
GET https://api.tessie.com/vehicles Returns full vehicle list with last_state embedded
GET https://api.tessie.com/{VIN}/drives?limit=10 Returns recent drive history
GET https://api.tessie.com/{VIN}/idles?limit=10 Returns parked sessions with climate/sentry usage
All control commands use VIN (not vehicle_id): POST https://api.tessie.com/{VIN}/command/{command} Available commands: start_climate, stop_climate, set_temperatures start_charging, stop_charging, set_charge_limit lock, unlock, enable_sentry, disable_sentry activate_front_trunk, activate_rear_trunk open_windows, close_windows, vent_windows Full list: See https://developer.tessie.com
Tessie acts as a middleman between you and Tesla's API Provides richer data and analytics than raw Tesla API Requires Tesla account to be linked to Tessie first API uses VIN for commands (auto-detected) All temperatures in Celsius internally NOT YET DEPLOYED - Prepared for deployment pending user review
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.