Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install tesla-commands或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install tesla-commands⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/tesla-commands/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: tesla-commands description: Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules. metadata: {"tags": ["tesla", "myteslamate", "ev", "car-control", "automation"]} ---
This skill allows you to monitor and control your Tesla vehicle using the MyTeslaMate API.
To use this skill, you must have:
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).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).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安装 Tesla Commands 后,可以对 AI 说这些话来触发它
Help me get started with Tesla Commands
Explains what Tesla Commands does, walks through the setup, and runs a quick demo based on your current project
Use Tesla Commands to control your Tesla via MyTeslaMate API
Invokes Tesla Commands with the right parameters and returns the result directly in the conversation
What can I do with Tesla Commands in my developer & devops workflow?
Lists the top use cases for Tesla Commands, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/tesla-commands/ 目录(个人级,所有项目可用),或 .claude/skills/tesla-commands/(项目级)。重启 AI 客户端后,用 /tesla-commands 主动调用,或让 AI 根据上下文自动发现并使用。
Tesla Commands 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Tesla Commands 可免费安装使用。请查阅仓库了解许可证信息。
Control your Tesla via MyTeslaMate API. Supports multi-vehicle accounts, climate control, and charging schedules.
Tesla Commands 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Tesla Commands
Identifies repetitive steps in your workflow and sets up Tesla Commands to handle them automatically