tesla-commands

Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tesla-commands" with this command: npx skills add ovaris/tesla-commands

Tesla Commands Skill 🚗

This skill allows you to monitor and control your Tesla vehicle using the MyTeslaMate API.

Prerequisites

To use this skill, you must have:

  1. A MyTeslaMate account with a configured vehicle.
  2. An API Token from MyTeslaMate (Get it at app.myteslamate.com/fleet).
  3. The VIN of your vehicle.

Environment Variables

The following environment variables must be set for the skill to work:

  • TESLA_MATE_TOKEN: Your MyTeslaMate API token.
  • TESLA_VIN: Your vehicle's VIN (optional if you specify it via command line).

Tools

tesla-control

Manage vehicle status, climate, charging, and schedules.

Usage: public-skills/tesla-commands/bin/tesla-control.py [options]

Options:

  • --list: List all vehicles on the account and their VINs.
  • --status: Fetch full vehicle data (battery, climate, location, locks, etc.).
  • --wake: Wake up the vehicle from sleep mode.
  • --climate [on|off]: Start or stop the climate control.
  • --charge-limit [50-100]: Set the battery charge limit percentage.
  • --set-schedule [HH:MM]: Set a scheduled charging start time.
  • --clear-schedule: Disable scheduled charging.
  • --vin [VIN]: Target a specific vehicle (overrides the default TESLA_VIN).

Examples

Wake up the car:

./bin/tesla-control.py --wake

Set charge limit to 80%:

./bin/tesla-control.py --charge-limit 80

Set charging to start at 02:00:

./bin/tesla-control.py --set-schedule 02:00

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

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.

Registry SourceRecently Updated
1.6K1Profile unavailable
Coding

TechPulse

AI-анализатор трендов в IoT, EV, играх, DIY и Emerging Tech с ежедневными сводками, бизнес-инсайтами и рекомендациями для предпринимателей и девелоперов.

Registry SourceRecently Updated
5370Profile unavailable
Coding

Aruba Iap Publish

Comprehensive Aruba Instant AP (IAP) configuration management with automatic baseline capture, rollback support, and health monitoring. Supports device disco...

Registry SourceRecently Updated
8610Profile unavailable
Coding

Sovereign git-commit-analyzer

Analyzes git commit history to report commit frequency, top contributors, file changes, and commit message quality for development insights.

Registry SourceRecently Updated
6150Profile unavailable
tesla-commands | V50.AI