Toolverse
All skills

tesla

by openclaw

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.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

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.

How to use

  1. Zainstaluj bibliotekę requests w Pythonie, uruchamiając w terminalu polecenie pip install requests.

  2. Utwórz klucz API na stronie https://my.tessie.com/settings/api i zapisz go w zmiennej środowiskowej TESSIE_API_KEY. W systemach Linux/macOS dodaj export TESSIE_API_KEY="twój-klucz-tutaj" do pliku .bashrc lub .zshrc; w Windows PowerShell użyj $env:TESSIE_API_KEY = "twój-klucz-tutaj".

  3. Pobierz numer VIN (Vehicle Identification Number) swojego pojazdu, uruchamiając python scripts/tessie.py vehicles — wyświetli listę wszystkich samochodów przypisanych do Twojego konta Tessie.

  4. Sprawdzaj status pojazdu poleceniem python scripts/tessie.py status --vin TWÓJ_VIN, aby uzyskać informacje o baterii, lokalizacji, klimatyzacji i stanie ładowania.

  5. Steruj pojazdem za pomocą dedykowanych poleceń: python scripts/tessie.py lock --vin TWÓJ_VIN do zablokowania, unlock do odblokowania, start_climate do włączenia klimatyzacji, start_charging do rozpoczęcia ładowania.

  6. Sprawdzaj szczegóły baterii i lokalizację osobnymi poleceniami battery i location z parametrem --vin, aby monitorować zasięg i bieżące położenie samochodu.

Related skills

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146