一键导入
tesla
Control your Tesla vehicles - lock/unlock, climate, location, charge status, and more. Supports multiple vehicles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Control your Tesla vehicles - lock/unlock, climate, location, charge status, and more. Supports multiple vehicles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Process raw events into distilled long-term memories using batch processing.
Create a brand-new reusable skill from a single completed task. Read the per-task SKILL_SOURCE markdown the handler wrote, distil the workflow into a generalised SKILL.md, save it at skills/<name>/SKILL.md. Use this when CraftBot has spawned a 'Create Skill' workflow task and you need to author the new skill end-to-end without user interaction.
Refine an existing CraftBot skill using evidence from one completed task that used it. Read the per-task SKILL_SOURCE markdown the handler wrote, diff it against the existing SKILL.md, apply surgical edits to skills/<target>/SKILL.md. Use this when CraftBot has spawned an 'Improve Skill' workflow task and you need to refine the skill's accuracy or token efficiency without redesigning it.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
Conduct a conversational interview to explore user's job and life goals
Daily planning skill that reviews recent interactions, scans external environment, identifies tasks for today, and updates the Goals, Plan, and Status section in PROACTIVE.md.
| 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":["python3"],"env":["TESLA_EMAIL"]}}} |
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