← 返回 Skills 市场
Tesla
作者
Matt Van Horn
· GitHub ↗
· v1.3.1
2060
总下载
1
收藏
2
当前安装
8
版本数
在 OpenClaw 中安装
/install tesla
功能描述
Control your Tesla vehicles — lock/unlock, climate, location, charge status, and more. Supports multiple vehicles via Tesla Fleet API.
安全使用建议
This skill appears to do what it says: it runs a local Python script that performs OAuth with Tesla and then calls the Tesla Owner API to control vehicles. Before installing, verify you trust the skill source and review scripts/tesla.py (it will cache a refresh token at ~/.tesla_cache.json). Ensure you have or will install the Python dependency (teslapy) and that network access to Tesla endpoints is acceptable. Note: SKILL.md mentions a 'tesla-fleet-api' package but the script uses teslapy—confirm dependencies before running. Keep your machine secure because the cached token grants access to your vehicles while valid.
功能分析
Type: OpenClaw Skill
Name: tesla
Version: 1.3.1
The Tesla skill provides legitimate vehicle control functionality (lock, climate, location) using the well-known 'teslapy' library. It implements a standard OAuth2 authentication flow with local token caching in '~/.tesla_cache.json' and shows no signs of data exfiltration, malicious execution, or prompt injection. The code in scripts/tesla.py is straightforward and aligns perfectly with the stated purpose in SKILL.md and README.md.
能力评估
Purpose & Capability
Name and description match the included script and commands. The skill needs a Tesla account identifier (TESLA_EMAIL) to initiate OAuth and then uses the unofficial Tesla Owner API (via teslapy) to control vehicles, which is coherent with the claimed functionality.
Instruction Scope
SKILL.md and scripts instruct the agent to run the local Python script and perform OAuth in-browser, cache a token at ~/.tesla_cache.json, and call Tesla endpoints. There are no instructions to read unrelated system files, exfiltrate data, or contact unknown third parties.
Install Mechanism
No install spec or remote downloads are present (instruction-only with an included script). The script lists a dependency (teslapy) in comments but does not trigger any external installer; this is low-risk compared with arbitrary downloads.
Credentials
Only TESLA_EMAIL is required (used to start authentication). The script caches OAuth tokens locally (~30 days) at ~/.tesla_cache.json. No unrelated secrets or extra service credentials are requested.
Persistence & Privilege
The skill is not forced always-on (always:false). It stores tokens under the user's home directory (its own cache file) which is expected behavior for this use case and does not modify other skills or system-wide config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tesla - 安装完成后,直接呼叫该 Skill 的名称或使用
/tesla触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.1
Fix display name (remove Clawdbot prefix)
v1.3.0
Rebrand: clawdbot → openclaw in metadata key and prose references.
v1.2.0
Republish after ClawHavoc moderation sweep. Updated descriptions, Grok-4/API 2026 notes, author/license/repository metadata.
v1.0.4
No changes detected in this version.
- No file modifications or documentation updates were made.
v1.0.3
Fix metadata key: use clawdbot namespace for registry recognition
v1.0.2
Fix security scan: add openclaw metadata, declare credentials, add disable-model-invocation, add Security section
v1.1.0
Multi-vehicle support, improved auth flow, tested with real Teslas
v1.0.0
Initial release: lock/unlock, climate, charging, location, honk, flash
元数据
常见问题
Tesla 是什么?
Control your Tesla vehicles — lock/unlock, climate, location, charge status, and more. Supports multiple vehicles via Tesla Fleet API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2060 次。
如何安装 Tesla?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tesla」即可一键安装,无需额外配置。
Tesla 是免费的吗?
是的,Tesla 完全免费(开源免费),可自由下载、安装和使用。
Tesla 支持哪些平台?
Tesla 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tesla?
由 Matt Van Horn(@mvanhorn)开发并维护,当前版本 v1.3.1。
推荐 Skills