← 返回 Skills 市场
pfrederiksen

OpenClaw Update Checker

作者 Paul Frederiksen · GitHub ↗ · v1.1.1
cross-platform ✓ 安全检测通过
610
总下载
0
收藏
5
当前安装
5
版本数
在 OpenClaw 中安装
/install openclaw-update-checker
功能描述
Check for OpenClaw updates by comparing installed version against the npm registry. Use when: user asks about updates, version status, or 'is openclaw up to...
安全使用建议
This skill is coherent and low-risk: it only reads two global npm package.json paths and makes a single HTTPS request to the public npm registry. Before installing, note that (1) the checker will only find a globally-installed OpenClaw at the two hard-coded paths — it will not detect project-local installs; (2) the agent invoking the skill needs outbound HTTPS access to registry.npmjs.org; and (3) the script runs as the agent user, so it can only read files that user can access. If you do not want any outbound network calls, do not enable the skill or restrict network access. If you want extra assurance, you can inspect the included script (scripts/check_update.py) yourself — it is small and contains the full behavior.
功能分析
Type: OpenClaw Skill Name: openclaw-update-checker Version: 1.1.1 The OpenClaw Update Checker skill is benign. Both the `SKILL.md` documentation and the `scripts/check_update.py` code consistently describe and implement a read-only operation. The skill only reads specific `package.json` files at hardcoded paths (`/usr/lib/node_modules/openclaw/package.json`, `/usr/local/lib/node_modules/openclaw/package.json`) and performs a single HTTPS GET request to the public npm registry (`https://registry.npmjs.org/openclaw`). The Python script uses only standard library functions (`pathlib`, `urllib.request`, `json`, `re`) and explicitly avoids subprocess execution, file writing, or any other system modifications. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
Name/description match the code and instructions: the script reads known global npm package.json locations and queries https://registry.npmjs.org/openclaw to compare versions. No unrelated credentials, binaries, or packages are requested.
Instruction Scope
SKILL.md and the bundled script are specific and limited: they only read two explicit file paths and perform a single HTTPS GET to the npm registry. There are no instructions to read other system files, environment variables, or to transmit data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only behavior) and the provided Python script is small and transparent. Nothing is downloaded from third-party URLs or extracted during install.
Credentials
The skill declares no required environment variables or credentials and the code does not access environment variables. It does require outbound HTTPS access to the npm registry, which is proportionate to its purpose.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills or system configuration, and is read-only in behavior as claimed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-update-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-update-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Fixed SKILL.md to accurately describe implementation: documents package.json file reads and HTTPS request to registry.npmjs.org. Added System Access section.
v1.1.0
Removed all subprocess calls. Reads package.json directly, queries npm registry via stdlib urllib. Zero shell execution.
v1.0.2
Security: removed update/restart instructions from SKILL.md, removed update_command from script output. Skill is now strictly read-only — reports version status only.
v1.0.1
Hardened for VirusTotal: explicit shell=False, specific exception types, return code checks, type hints
v1.0.0
Initial release
元数据
Slug openclaw-update-checker
版本 1.1.1
许可证
累计安装 5
当前安装数 5
历史版本数 5
常见问题

OpenClaw Update Checker 是什么?

Check for OpenClaw updates by comparing installed version against the npm registry. Use when: user asks about updates, version status, or 'is openclaw up to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 610 次。

如何安装 OpenClaw Update Checker?

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

OpenClaw Update Checker 是免费的吗?

是的,OpenClaw Update Checker 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Update Checker 支持哪些平台?

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

谁开发了 OpenClaw Update Checker?

由 Paul Frederiksen(@pfrederiksen)开发并维护,当前版本 v1.1.1。

💬 留言讨论