← 返回 Skills 市场
Rivian Ls
作者
Paul Frederiksen
· GitHub ↗
· v1.1.0
· MIT-0
234
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install rivian-ls
功能描述
Access Rivian vehicle telemetry (battery, range, charge state, locks, doors, tires, cabin temp, location) using the rivian-ls CLI tool. Use when the user ask...
安全使用建议
This skill is a thin wrapper around the third-party rivian-ls CLI and appears to do what it claims. Before installing: (1) Confirm you trust the upstream rivian-ls project (the SKILL.md links to github.com/pfrederiksen/rivian-ls). (2) Be aware that authenticating requires your Rivian credentials and an OTP; rivian-ls caches tokens at ~/.config/rivian-ls/credentials.json — treat that file as sensitive. (3) If you expose data via a web endpoint or add the suggested cron job, you may unintentionally publish live vehicle location/status to others; secure any server endpoints and cron outputs. (4) Note the tool uses an unofficial API and may break. If you want tighter control, avoid placing credentials in environment variables or public cron jobs and prefer manual or local-only usage.
功能分析
Type: OpenClaw Skill
Name: rivian-ls
Version: 1.1.0
The rivian-ls skill is a legitimate wrapper for an unofficial Rivian CLI tool used to monitor vehicle telemetry. The Python script (scripts/rivian_status.py) follows security best practices by using subprocess.run with shell=False and contains no evidence of data exfiltration, obfuscation, or unauthorized access. The instructions in SKILL.md and README.md are consistent with the tool's stated purpose of providing vehicle status updates.
能力评估
Purpose & Capability
Name/description match behavior: the skill simply runs the rivian-ls CLI to fetch vehicle telemetry and formats the output. Bundled script and documentation align with that purpose; nothing in the files attempts to access unrelated services.
Instruction Scope
Runtime instructions and the script call only the rivian-ls CLI and operate on its JSON output. The SKILL.md recommends installing rivian-ls, authenticating (including providing email/password/OTP), using cron to refresh caches, and optionally exposing data via a server-side exec example; these are within the scope of providing telemetry but do recommend actions (storing cached credentials, adding cron jobs, exposing API endpoints) that have privacy implications.
Install Mechanism
The skill itself has no install spec and includes only a small Python script; it instructs users to install the rivian-ls CLI from its GitHub repo or via Homebrew (both reasonable). No downloads from obscure URLs or archive extraction are performed by the skill bundle.
Credentials
The skill metadata declares no required environment variables, which is reasonable because authentication is handled by the external rivian-ls CLI. SKILL.md does reference optional environment variables (RIVIAN_EMAIL, RIVIAN_PASSWORD) and filesystem cache (~/.config/rivian-ls/credentials.json); this is expected but means users must trust the rivian-ls credential cache. No unrelated credentials are requested.
Persistence & Privilege
The skill is not always-on and does not modify other skills or system-wide agent settings. The README suggests creating a cron job to refresh the rivian-ls cache, which is a user-level operational recommendation rather than the skill asserting elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rivian-ls - 安装完成后,直接呼叫该 Skill 的名称或使用
/rivian-ls触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Updated auth docs for v0.5.x two-phase MFA login flow
v1.0.0
Initial release: battery, range, charge state, locks, doors, tires, location via rivian-ls CLI
元数据
常见问题
Rivian Ls 是什么?
Access Rivian vehicle telemetry (battery, range, charge state, locks, doors, tires, cabin temp, location) using the rivian-ls CLI tool. Use when the user ask... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 Rivian Ls?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rivian-ls」即可一键安装,无需额外配置。
Rivian Ls 是免费的吗?
是的,Rivian Ls 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rivian Ls 支持哪些平台?
Rivian Ls 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rivian Ls?
由 Paul Frederiksen(@pfrederiksen)开发并维护,当前版本 v1.1.0。
推荐 Skills