# Send Tessie Tesla Control to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tessie",
    "name": "Tessie Tesla Control",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/baanish/tessie",
    "canonicalUrl": "https://clawhub.ai/baanish/tessie",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tessie",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tessie",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SECURITY_AUDIT.md",
      "SKILL.md",
      "tessie.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "tessie",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T11:37:47.809Z",
      "expiresAt": "2026-05-08T11:37:47.809Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tessie",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tessie",
        "contentDisposition": "attachment; filename=\"tessie-2.0.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tessie"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tessie"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tessie",
    "downloadUrl": "https://openagent3.xyz/downloads/tessie",
    "agentUrl": "https://openagent3.xyz/skills/tessie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tessie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tessie/agent.md"
  }
}
```
## Documentation

### Tessie Skill

Control your Tesla vehicles via Tessie API - a Tesla management platform with 500,000+ users.

### Setup

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.

### Vehicle Status

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?

### Climate Control

Start/stop: Turn climate on or off
Preheat/precool: Set cabin temperature (auto-detects Fahrenheit/Celsius)
Defrost: Defrost windows/mirrors

### Charging

Start/stop: Control charging remotely
Charge limit: Set daily/standard charge limit
Charging status: Current rate, time to complete, battery level

### Drives

Recent drives: Last trips with distance, energy, locations

### Usage Examples

# 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"

### Authentication

All requests require:

Authorization: Bearer <api-key>

### Get Vehicles

GET https://api.tessie.com/vehicles

Returns full vehicle list with last_state embedded

### Get Drives

GET https://api.tessie.com/{VIN}/drives?limit=10

Returns recent drive history

### Get Idles

GET https://api.tessie.com/{VIN}/idles?limit=10

Returns parked sessions with climate/sentry usage

### Commands

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

### Notes

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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: baanish
- Version: 2.0.3
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T11:37:47.809Z
- Expires at: 2026-05-08T11:37:47.809Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tessie)
- [Send to Agent page](https://openagent3.xyz/skills/tessie/agent)
- [JSON manifest](https://openagent3.xyz/skills/tessie/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tessie/agent.md)
- [Download page](https://openagent3.xyz/downloads/tessie)