← 返回 Skills 市场
Tesla Control via Tessie
作者
biguntroll
· GitHub ↗
· v1.0.0
1625
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tesla-tessie
功能描述
Control and monitor Tesla vehicles via the Tessie API. Use when you need to check Tesla status (battery, location, charging), control climate (heat/cool), lock/unlock doors, start/stop charging, honk/flash lights, open charge port or trunks, or any other Tesla vehicle command. Requires TESSIE_API_KEY environment variable.
安全使用建议
This skill implements exactly what it claims (remote Tesla control via Tessie) but the registry metadata incorrectly omits the required TESSIE_API_KEY. Before installing: (1) confirm the registry entry is updated to declare TESSIE_API_KEY as the primary credential; (2) review the included scripts to ensure no modifications are needed for your environment (they call https://api.tessie.com and read TESSIE_API_KEY from the environment); (3) ensure the API key you provide has the minimum scope needed and be prepared to rotate/revoke it if needed; (4) consider limiting the agent's autonomous use of this skill (so it cannot issue remote lock/unlock/fart/honk commands without your explicit approval); and (5) if you don't trust the skill owner, run the scripts in an isolated environment (or inspect and run locally) rather than granting platform-level access. If the registry maintainer cannot explain/fix the missing env metadata, treat the omission as a red flag and do not install.
功能分析
Type: OpenClaw Skill
Name: tesla-tessie
Version: 1.0.0
The skill is designed to control and monitor Tesla vehicles via the Tessie API. It requires a `TESSIE_API_KEY` environment variable, which is used to authenticate requests to the legitimate `https://api.tessie.com` endpoint. The Python scripts (`scripts/tessie.py`, `scripts/check-updates.py`) perform network requests and parse JSON responses, all directly related to the stated purpose. The `SKILL.md` instructions are clear, transparent, and do not contain any prompt injection attempts or directives for malicious actions. The suggested cron job for update notifications is a legitimate use of persistence for the skill's functionality. All observed behaviors are aligned with the stated purpose and lack evidence of intentional harm, data exfiltration to unauthorized endpoints, or other malicious activities.
能力评估
Purpose & Capability
The skill name, SKILL.md, reference docs, and included Python scripts all match the stated purpose (controlling a Tesla via the Tessie API). The actions implemented (lock/unlock, climate, charge, software updates, location, etc.) are coherent with the description.
Instruction Scope
Runtime instructions and scripts are limited to calling the Tessie API and using the TESSIE_API_KEY environment variable. The SKILL.md does not instruct reading unrelated system files or exfiltrating data to unexpected endpoints; all network calls target api.tessie.com per the reference doc.
Install Mechanism
There is no install spec (instruction-only), which is low risk; scripts require Python 'requests' (SKILL.md tells user to pip install requests). One minor inconsistency: code files are bundled but no install/packaging step is provided — acceptable but worth noting.
Credentials
The skill requires a TESSIE_API_KEY (declared in SKILL.md and used directly by both scripts) but the registry metadata lists 'Required env vars: none' and 'Primary credential: none'. That mismatch is significant: the skill will need a bearer token with control permissions for vehicles, and the registry should declare this explicitly. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request permanent/always-on inclusion (always:false) and does not attempt to modify other skills or system-wide settings. It can be invoked autonomously by the agent (default platform behavior) — because this skill can issue remote vehicle commands, allow autonomous invocation only with explicit user consent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tesla-tessie - 安装完成后,直接呼叫该 Skill 的名称或使用
/tesla-tessie触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Control Tesla via Tessie API - status, climate, charging, locks, software updates, and fart sounds
元数据
常见问题
Tesla Control via Tessie 是什么?
Control and monitor Tesla vehicles via the Tessie API. Use when you need to check Tesla status (battery, location, charging), control climate (heat/cool), lock/unlock doors, start/stop charging, honk/flash lights, open charge port or trunks, or any other Tesla vehicle command. Requires TESSIE_API_KEY environment variable. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1625 次。
如何安装 Tesla Control via Tessie?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tesla-tessie」即可一键安装,无需额外配置。
Tesla Control via Tessie 是免费的吗?
是的,Tesla Control via Tessie 完全免费(开源免费),可自由下载、安装和使用。
Tesla Control via Tessie 支持哪些平台?
Tesla Control via Tessie 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tesla Control via Tessie?
由 biguntroll(@biguntroll)开发并维护,当前版本 v1.0.0。
推荐 Skills