用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CraftOS-dev/CraftBot --skill tesla命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | tesla |
| description | Control your Tesla vehicles - lock/unlock, climate, location, charge status, and more. Supports multiple vehicles. |
| homepage | https://tesla-api.timdorr.com |
| user-invocable | true |
| disable-model-invocation | true |
| metadata | {"clawdbot":{"emoji":"🚗","primaryEnv":"TESLA_EMAIL","requires":{"bins":"[Truncated]","env":"[Truncated]"}}} |
Control your Tesla vehicles from Openclaw. Supports multiple cars on one account.
INSTALLATION AND USE INSTRUCTIONS
TESLA_EMAIL="you@email.com" 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
Auth not working?
This skill controls physical vehicles. Use with caution.
What this skill does:
teslapy library~/.tesla_cache.jsonWhat this skill does NOT do:
disable-model-invocation: true)Key safety:
~/.tesla_cache.json with restricted permissionsscripts/tesla.py before first use - it communicates only with Tesla's official API