Setup
Tesla plugin for Claude Code — control your Tesla with natural language. 9 skills: status, charging, vehicle control, order tracking, analytics, and a self-hosted web dashboard.
npx -y skills add dacrypt/tesla-claude-plugin --skill setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Set up tesla-cli — install, authenticate with Tesla, discover your VIN, and configure your backend. Use for first-time setup or reconfiguration.
SKILL.md
2.4 KB, 568 tokens by cl100k_base, as published. Nobody here has run it
Tesla CLI Setup
Guide the user through installing and configuring tesla-cli.
Step 1: Check Prerequisites
python3 --version # Python 3.12+ required
which uv # uv package manager required
If uv is not installed:
curl -LsSf https://astral.sh/uv/install.sh | sh
Step 2: Install tesla-cli
uv tool install tesla-cli
With optional features:
uv tool install "tesla-cli[serve]" # + REST API + web dashboard
uv tool install "tesla-cli[teslaMate]" # + TeslaMate analytics
uv tool install "tesla-cli[fleet]" # + Tesla Fleet API
uv tool install "tesla-cli[pdf]" # + PDF dossier export
uv tool install "tesla-cli[serve,teslaMate,fleet,pdf]" # all features
Step 3: Interactive Setup
tesla setup
The setup wizard handles:
- Tesla OAuth2 authentication — opens browser, user logs in, pastes redirect URL
- VIN auto-discovery — finds your Tesla(s) automatically
- Order number detection — finds active orders if any
- Backend selection — Owner API (free), Tessie ($13/mo), or Fleet API (free)
- First data build — queries all 15 data sources
Step 4: Verify
tesla config show # show config + token status
tesla vehicle list # confirm vehicle access
tesla charge status --oneline # quick battery check
Step 5 (Optional): Additional Setup
Notifications
tesla notify add tgram://BOT_TOKEN/CHAT_ID # Telegram
tesla notify add discord://webhook_id/token # Discord
tesla notify test # verify
TeslaMate Analytics
tesla teslaMate install # managed Docker stack
# or
tesla teslaMate connect postgresql://user:pass@host:5432/teslamate
Multi-Vehicle
tesla config alias modely VIN1
tesla config alias model3 VIN2
Response Guidelines
- Check what's already installed/configured before suggesting steps
- Run
which teslaandtesla config show --jsonfirst to assess current state - Skip steps that are already done
- Celebrate when setup is complete — the user is about to control their Tesla from the terminal!
Gives 0 of the 12 instructions most project setup skills give in 568 tokens
Counted across 999 of the 1,637 authors here whose files we hold, read 2026-08-06
- ask one question at a timein 29 of 999, across 28 files
- detect the package manager from lockfilesin 28 of 999, across 9 files
- present findings to the userin 25 of 999, across 4 files
- explore current repo statein 24 of 999, across 3 files
- update the agent skills block in place if it existsin 24 of 999, across 3 files
- install husky lint-staged and prettierin 23 of 999, across 4 files
- create the lintstagedrc filein 22 of 999, across 3 files
- commit all changed filesin 22 of 999, across 3 files
- run lint-staged to verify it worksin 22 of 999, across 3 files
- initialize huskyin 21 of 999, across 2 files
- create the husky pre-commit filein 21 of 999, across 2 files
- create a prettierrc file if missingin 21 of 999, across 2 files
Said here and by no other author read
- install tesla-cli with uv
- run tesla setup
- check installed state before suggesting steps
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.