← 返回 Skills 市场
Tesla China
作者
mywind2020
· GitHub ↗
· v1.0.1
· MIT-0
259
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tesla-cn
功能描述
面向中国特斯拉车主的远程控制技能,基于特斯拉官方车队 API(Fleet API)实现,使用简单、体验自然。
安全使用建议
This skill is coherent and the code is small and readable, but it relies on a third‑party proxy (https://tesla.dhuar.com) and asks you to obtain and store an apiKey from that site. Before installing or using it: 1) Verify who runs tesla.dhuar.com and whether you trust them to receive your apiKey, VINs, and vehicle telemetry/location; 2) Prefer using official Tesla authentication if possible, or only use a revocable/dedicated key; 3) Understand that the skill will store the apiKey in ~/.tesla_cn.json (anyone with file access can read it) — consider file permissions and storing secrets in a safer vault; 4) If unsure, contact the author or run the scripts in an isolated environment and monitor outbound requests to confirm behavior; 5) If you proceed, treat the apiKey as sensitive and be prepared to revoke it if you lose trust in the proxy service.
功能分析
Type: OpenClaw Skill
Name: tesla-cn
Version: 1.0.1
The skill manages Tesla vehicle controls by routing sensitive API keys and commands through a third-party proxy (https://tesla.dhuar.com) instead of the official Tesla API. It stores credentials in the user's home directory (~/.tesla_cn.json) and transmits the apiKey as a plaintext query parameter in the URL, which is a significant security vulnerability that exposes vehicle access to the proxy operator and network logs. While the scripts (scripts/tesla-command.js and scripts/init-tesla-config.js) perform their stated functions, the architectural choice of using an unofficial intermediary for car telemetry and control poses a high risk of credential theft or unauthorized vehicle access.
能力评估
Purpose & Capability
The skill claims to be a client for Tesla's Fleet API, but rather than calling Tesla's official endpoints it directs all requests to https://tesla.dhuar.com and requires an apiKey obtained from that site. A user might reasonably expect direct communication with Tesla; routing credentials and vehicle data through a third party is not implied by the description and is disproportionate to the stated purpose without further justification.
Instruction Scope
The SKILL.md and scripts instruct the agent/user to store an apiKey in ~/.tesla_cn.json or pass it on the command line. The runtime behavior appends that apiKey (and VINs / request data) as query parameters to the proxy URL. The instructions do not attempt to read other system files, but they do direct potentially sensitive vehicle data and credentials to an external service (tesla.dhuar.com).
Install Mechanism
There is no install spec or remote downloader — the skill is instruction plus two small JS scripts. Nothing is fetched from arbitrary URLs at install time. This is low risk from an installation perspective.
Credentials
No platform environment variables are requested, but the skill requires an apiKey which the user must obtain from a third party and store locally. That apiKey is effectively a credential granting remote control; requesting it (and guiding the user to a non‑official issuer) is a disproportionate trust requirement given the skill's description. The scripts also require writing a file in the user's home directory (~/.tesla_cn.json) to persist that secret.
Persistence & Privilege
The skill does not request always:true and can be invoked by the user. It does write/modify a single config file (~/.tesla_cn.json) in the user's home directory to store the apiKey — this is expected for storing a credential but is persistent and should be considered sensitive.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tesla-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/tesla-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
特斯拉中国技能
通过特斯拉官方车队 API,为中国地区的特斯拉车辆提供远程控制能力
支持核心指令:车辆列表查询、唤醒、车门上锁/解锁、前后备箱控制、闪灯、空调控制、鸣笛、充电口控制以及远程音效等。
提供灵活的 apiKey 配置方式:可通过用户主目录配置文件(~/.tesla_cn.json),或通过命令行参数覆盖。
内置完整的使用说明及脚本,支持一键初始化配置文件。
包含安全与隐私使用指引,保障使用过程中的安全性。
v1.0.0
特斯拉中国技能
通过特斯拉官方车队 API,为中国地区的特斯拉车辆提供远程控制能力
支持核心指令:车辆列表查询、唤醒、车门上锁/解锁、前后备箱控制、闪灯、空调控制、鸣笛、充电口控制以及远程音效等。
提供灵活的 apiKey 配置方式:可通过用户主目录配置文件(~/.tesla_cn.json),或通过命令行参数覆盖。
内置完整的使用说明及脚本,支持一键初始化配置文件。
包含安全与隐私使用指引,保障使用过程中的安全性。
元数据
常见问题
Tesla China 是什么?
面向中国特斯拉车主的远程控制技能,基于特斯拉官方车队 API(Fleet API)实现,使用简单、体验自然。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。
如何安装 Tesla China?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tesla-cn」即可一键安装,无需额外配置。
Tesla China 是免费的吗?
是的,Tesla China 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tesla China 支持哪些平台?
Tesla China 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tesla China?
由 mywind2020(@mywind2020)开发并维护,当前版本 v1.0.1。
推荐 Skills