← 返回 Skills 市场
baanish

Tessie Tesla Control

作者 Aanish Bhirud · GitHub ↗ · v2.0.3
cross-platform ⚠ suspicious
3346
总下载
3
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install tessie
功能描述
Control and monitor your Tesla vehicles via Tessie API for battery, climate, charging, drives, location, and vehicle state management.
安全使用建议
What to check before installing: - Metadata mismatch: The skill bundle/metadata did not declare required environment variables or config paths, but SKILL.md and tessie.sh expect TESSIE_API_KEY and read ~/.clawdbot/clawdbot.json. Treat that mismatch as a red flag and ask the author to correct the metadata. - Config access: The script reads your Clawdbot config file. Verify that this file does not contain other credentials you don't want the skill to access, or ask for a version that accepts the API key via a single dedicated environment variable only. - Potential PII leakage: Some error branches print full API responses (Response: $RESULT). Ask the maintainer to remove or make this gated behind a --verbose flag to avoid leaking location/vehicle metadata. - Missing declarations and deps: The script uses jq and curl (and possibly other helper functions referenced but not defined). Ensure those tools are available and request a complete, syntax-checked script (some functions like validate_number/get_vehicle_id appear undefined in the provided fragment). - Test in isolation: If you decide to proceed, run the skill in a sandboxed environment or with a limited/test Tessie account and review network traffic and stdout to confirm no unexpected data exfiltration. If the author cannot (or will not) correct the metadata, remove debug prints, and confirm precise file access, consider classifying this skill as untrusted.
功能分析
Type: OpenClaw Skill Name: tessie Version: 2.0.3 The OpenClaw AgentSkills skill bundle for Tessie is classified as benign. The `SKILL.md` file provides clear, non-malicious instructions and usage examples without any prompt injection attempts. The `tessie.sh` script securely handles API keys, validates all user inputs, constructs JSON payloads safely using `jq -n --arg`, and makes API requests exclusively to `https://api.tessie.com` via `curl` with appropriate security flags. The `SECURITY_AUDIT.md` further confirms these secure practices, highlighting that minor PII exposure in error messages was addressed, and no other significant vulnerabilities were found. The skill's actions are entirely aligned with its stated purpose of controlling Tesla vehicles.
能力评估
Purpose & Capability
The code and SKILL.md both describe a Tessie-based Tesla control skill (vehicle status, climate, charging, drives), so the capability matches the name. However the registry metadata claims no required env vars or config paths, while SKILL.md and the script clearly expect a TESSIE_API_KEY and read a Clawdbot config (~/.clawdbot/clawdbot.json). Also the script depends on external binaries (jq, curl) that are not declared. The omission in metadata is inconsistent and should be corrected.
Instruction Scope
SKILL.md and the bundled script instruct the agent to call Tessie endpoints using an API key and to auto-detect vehicle info from the user's Clawdbot config. The script reads the user's ~/.clawdbot/clawdbot.json to extract the API key and vehicle id/VIN. Some error branches print raw API responses (e.g., 'Response: $RESULT'), which can contain PII/location/vehicle metadata. There are also references to functions or checks in the script that appear undefined/truncated (e.g., validate_number, get_vehicle_id), suggesting the script may be buggy. Together these expand the agent's data access beyond what the registry metadata declares.
Install Mechanism
This is an instruction-only skill with a bundled script; there is no install spec that downloads external code. No remote installs or archives are used, which reduces installer risk.
Credentials
The skill requires an API key for Tessie (TESSIE_API_KEY) and optionally a vehicle id; SKILL.md asks users to set the key via environment or the Clawdbot config. Yet the registry lists no required environment variables and no config path requirements. The script reading the Clawdbot config could access unrelated stored data (potentially other credentials) if the config contains them. The requested credential is reasonable for the claimed purpose, but the lack of declaration and the script's file access are disproportionate and risky.
Persistence & Privilege
The skill is not always-on and can be invoked by the agent, which is normal. However the script reads the user's agent config (~/.clawdbot/clawdbot.json) to obtain credentials/vehicle info; that gives it access to a file which may contain other keys or metadata. While it appears to only jq specific fields, the code path that reads the file is not declared in metadata and debug output may leak API responses. This elevated file access without explicit declaration is a privilege concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tessie
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tessie 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.3
Complete Tessie API skill for vehicle status, climate control, charging, drives, idles, and FSD stats. Updated API paths, PII scrubbed. Note: Not been tested thoroughly but worked on user's car (2026-01-14).
v2.0.1
Complete Tessie API skill for vehicle status, climate control, charging, drives, and idles. Updated API paths, PII scrubbed.
元数据
Slug tessie
版本 2.0.3
许可证
累计安装 3
当前安装数 3
历史版本数 2
常见问题

Tessie Tesla Control 是什么?

Control and monitor your Tesla vehicles via Tessie API for battery, climate, charging, drives, location, and vehicle state management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3346 次。

如何安装 Tessie Tesla Control?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tessie」即可一键安装,无需额外配置。

Tessie Tesla Control 是免费的吗?

是的,Tessie Tesla Control 完全免费(开源免费),可自由下载、安装和使用。

Tessie Tesla Control 支持哪些平台?

Tessie Tesla Control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tessie Tesla Control?

由 Aanish Bhirud(@baanish)开发并维护,当前版本 v2.0.3。

💬 留言讨论