Overview
- Skill Key
- biguntroll/tesla-tessie
- Author
- biguntroll
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/biguntroll/tesla-tessie
- Latest Commit SHA
- acd742353381970a5fbf9031c81cbc4bcc92b677
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tesla 技能。 若已安装,则直接安装 tesla 技能。
# Tesla Control via Tessie Control Tesla vehicles using the Tessie API through Python scripts. ## Prerequisites **Python 3 with requests library:** ```bash pip install requests ``` **Set the `TESSIE_API_KEY` environment variable** with your Tessie API key from https://my.tessie.com/settings/api ```bash # Linux/macOS export TESSIE_API_KEY="your-api-key-here" # Windows (PowerShell) $env:TESSIE_API_KEY = "your-api-key-here" # Windows (cmd) set TESSIE_API_KEY=your-api-key-here ``` For persistent storage, add to your shell profile (.bashrc, .zshrc, PowerShell profile, etc.). ## Common Commands All commands use the `scripts/tessie.py` script. Most commands require a VIN (Vehicle Identification Number). ### Get Vehicle List ```bash python scripts/tessie.py vehicles ``` Returns all vehicles associated with your Tessie account with their VINs. ### Check Status ```bash python scripts/tessie.py status --vin <VIN> ``` Returns comprehensive vehicle status including battery, location, climate, charging state, and more. ### Battery Info ```bash python scripts/tessie.py battery --vin <VIN> ``` Returns battery level, range, and charging information. ### Location ```bash python scripts/tessie.py location --vin <VIN> ``` Returns current vehicle location (latitude, longitude, heading). ### Lock & Unlock ```bash python scripts/tessie.py lock --vin <VIN> python scripts/tessie.py unlock --vin <VIN> ``` ### Climate Control ```bash # Start climate python scripts/tessie.py start_climate --vin <VIN> # Stop climate python scripts/tessie.py stop_climate --vin <VIN> # Set temperature (Celsius) python scripts/tessie.py set_temperature --vin <VIN> --value 22 ``` ### Charging ```bash # Start charging python scripts/tessie.py start_charging --vin <VIN> # Stop charging python scripts/tessie.py stop_charging --vin <VIN> # Set charge limit (0-100) python scripts/tessie.py set_charge_limit --vin <VIN> --value 80 # Open/close charge port python scripts/tessie.py open_char...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.