← 返回 Skills 市场
spideystreet

Oc Self Update

作者 𝑠𝑝𝑖𝑑𝑒𝑦 · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
346
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install oc-self-update
功能描述
Check for OpenClaw updates and self-update the installation. Use when the user asks to update OpenClaw, check for updates, upgrade the bot, install a new ver...
安全使用建议
This skill is coherent for updating an npm package, but before installing consider: (1) the package's source/homepage is not provided here — confirm you trust the openclaw npm package and publisher; (2) npm install -g may require elevated privileges (sudo) and will run any install scripts published with the package — only proceed if you trust the registry package; (3) the skill expects a "configured channel" but doesn't show where it's stored — be prepared to ask the agent which channel to use; (4) the included check script is small and readable, but network or npm registry failures will make it report errors; (5) require explicit user confirmation before performing updates (the SKILL.md already instructs this). If you need stronger assurance, verify the openclaw package page on the npm registry and its maintainer before allowing updates.
功能分析
Type: OpenClaw Skill Name: oc-self-update Version: 1.0.2 The skill provides a legitimate mechanism for checking and applying updates to the OpenClaw software via npm. It uses a helper script (scripts/check_update.sh) to compare versions and includes clear instructions in SKILL.md requiring explicit user confirmation before executing the update command (npm install). No malicious patterns, obfuscation, or data exfiltration attempts were detected.
能力评估
Purpose & Capability
Name/description match the actions: checking npm and installing openclaw@<channel>. The only minor gaps: the skill metadata/source/homepage are missing (source: unknown, homepage: none) and SKILL.md references a "user-configured" channel without showing where that config is stored. These are usability/documentation issues, not evidence of misbehavior.
Instruction Scope
Instructions are limited to running the included check_update.sh (which calls npm list/npm show) and then running npm install -g openclaw@<channel> after user confirmation. The SKILL.md explicitly requires confirmation before updating and tells the agent not to restart automatically. The script does not read unrelated files or environment variables.
Install Mechanism
There is no install spec (instruction-only) and the provided script is small and readable. The update mechanism uses npm install -g, which is expected for an npm-distributed package but does execute package install scripts from the npm registry — normal for this use case but something to be aware of.
Credentials
The skill requires only the npm binary and declares no environment variables, credentials, or config paths. That is proportionate to a tool that checks and installs an npm package.
Persistence & Privilege
always is false and the skill does not request persistent/global agent privileges. It does not modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but not by itself a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oc-self-update
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oc-self-update 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fix README install slug to match folder name (`oc-self-update`).
v1.0.1
Translate all prompts and examples to English.
v1.0.0
Initial release.
v0.0.0-pr-check
Slug availability check
元数据
Slug oc-self-update
版本 1.0.2
许可证
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Oc Self Update 是什么?

Check for OpenClaw updates and self-update the installation. Use when the user asks to update OpenClaw, check for updates, upgrade the bot, install a new ver... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。

如何安装 Oc Self Update?

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

Oc Self Update 是免费的吗?

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

Oc Self Update 支持哪些平台?

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

谁开发了 Oc Self Update?

由 𝑠𝑝𝑖𝑑𝑒𝑦(@spideystreet)开发并维护,当前版本 v1.0.2。

💬 留言讨论