Control your Tesla vehicles — lock/unlock, climate, location, charge status, and more. Supports multiple vehicles via Tesla Fleet API.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install tesla或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install tesla⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/tesla/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: tesla version: "1.1.0" description: Control your Tesla vehicles — lock/unlock, climate, location, charge status, and more. Supports multiple vehicles via Tesla Fleet API. author: mvanhorn license: MIT repository: https://github.com/mvanhorn/clawdbot-skill-tesla homepage: https://developer.tesla.com/docs/fleet-api metadata: openclaw: emoji: "🚗" requires: env: - TESLA_EMAIL primaryEnv: TESLA_EMAIL tags: - tesla - vehicle - iot - fleet-api ---
Control your Tesla vehicles from OpenClaw. Supports multiple cars on one account.
> Fleet API Update (2026): Tesla is deprecating direct /command REST calls. Vehicles on firmware 2024.26+ > require the Vehicle Command Protocol (VCP) SDK. The tesla-fleet-api Python package (v1.x+) handles this automatically.
TESLA_EMAIL="[email protected]" python3 {baseDir}/scripts/tesla.py auth
This will:
TESLA_EMAIL — Your Tesla account email~/.tesla_cache.jsonUse --car or -c to specify which vehicle:
# List all vehicles
python3 {baseDir}/scripts/tesla.py list
# Commands for specific car
python3 {baseDir}/scripts/tesla.py --car "Snowflake" status
python3 {baseDir}/scripts/tesla.py -c "Stella" lock
Without --car, commands target your first vehicle.
# List all vehicles
python3 {baseDir}/scripts/tesla.py list
# Get vehicle status
python3 {baseDir}/scripts/tesla.py status
python3 {baseDir}/scripts/tesla.py --car "Stella" status
# Lock/unlock
python3 {baseDir}/scripts/tesla.py lock
python3 {baseDir}/scripts/tesla.py unlock
# Climate
python3 {baseDir}/scripts/tesla.py climate on
python3 {baseDir}/scripts/tesla.py climate off
python3 {baseDir}/scripts/tesla.py climate temp 72
# Charging
python3 {baseDir}/scripts/tesla.py charge status
python3 {baseDir}/scripts/tesla.py charge start
python3 {baseDir}/scripts/tesla.py charge stop
# Location
python3 {baseDir}/scripts/tesla.py location
# Honk & flash
python3 {baseDir}/scripts/tesla.py honk
python3 {baseDir}/scripts/tesla.py flash
# Wake up (if asleep)
python3 {baseDir}/scripts/tesla.py wake
Uses the unofficial Tesla Owner API documented at: https://tesla-api.timdorr.com
~/.tesla_cache.json安装 Tesla 后,可以对 AI 说这些话来触发它
Help me get started with Tesla
Explains what Tesla does, walks through the setup, and runs a quick demo based on your current project
Use Tesla to control your Tesla vehicles — lock/unlock, climate, location, charg...
Invokes Tesla with the right parameters and returns the result directly in the conversation
What can I do with Tesla in my developer & devops workflow?
Lists the top use cases for Tesla, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/tesla/ 目录(个人级,所有项目可用),或 .claude/skills/tesla/(项目级)。重启 AI 客户端后,用 /tesla 主动调用,或让 AI 根据上下文自动发现并使用。
Tesla 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Tesla 可免费安装使用。请查阅仓库了解许可证信息。
Control your Tesla vehicles — lock/unlock, climate, location, charge status, and more. Supports multiple vehicles via Tesla Fleet API.
Tesla 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Tesla
Identifies repetitive steps in your workflow and sets up Tesla to handle them automatically