Overview
- Skill Key
- bytesagain1/tesla-commander
- Author
- bytesagain1
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/bytesagain1/tesla-commander
- Latest Commit SHA
- 57e077e25ce7ca009b5a91122a5afba111ecfb44
Command and monitor Tesla vehicles via the Fleet API. Check status, control climate/charging/locks, track location, and analyze trip history.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tesla-commander 技能。 若已安装,则直接安装 tesla-commander 技能。
# Tesla Commander ## What Is This? A command-line interface for Tesla vehicle owners. Query your car's status, control climate and charging, lock/unlock doors, track location, and review trip history — all from a terminal or automation script. Built on the **Tesla Fleet API** (the official successor to the Owner API). ## Before You Start ### Authentication Tesla Fleet API uses OAuth 2.0. You need: 1. **Client ID & Secret** — Register an application at [developer.tesla.com](https://developer.tesla.com) 2. **Access Token** — Obtained via OAuth flow 3. **Vehicle ID** — Your car's API identifier ```bash export TESLA_ACCESS_TOKEN="eyJ..." export TESLA_VIN="5YJ3E1EA1NF000000" # Optional: defaults to first vehicle export TESLA_CLIENT_ID="your-client-id" # For token refresh export TESLA_CLIENT_SECRET="your-secret" # For token refresh ``` ### Token Management The script includes built-in token refresh: ```bash # Initial OAuth flow (opens browser for authorization) bash scripts/tesla-cmd.sh auth login # Refresh an expired token bash scripts/tesla-cmd.sh auth refresh # Check token validity bash scripts/tesla-cmd.sh auth check ``` --- ## Command Categories ### 1. Vehicle Status Get a comprehensive snapshot of your vehicle's current state. ```bash # Full vehicle data dump bash scripts/tesla-cmd.sh status # Specific subsystems bash scripts/tesla-cmd.sh status battery # Battery level, range, charging state bash scripts/tesla-cmd.sh status climate # Interior/exterior temp, HVAC settings bash scripts/tesla-cmd.sh status drive # Speed, heading, GPS coordinates bash scripts/tesla-cmd.sh status vehicle # Doors, windows, trunk, frunk status # Quick summary (one-line output for scripting) bash scripts/tesla-cmd.sh summary # Output: Model3 | 78% | 241mi | Parked | 72°F | Home | Locked ``` ### 2. Location & Tracking ```bash # Current location with address bash scripts/tesla-cmd.sh location # Open location in default map applicatio...
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.