← 返回 Skills 市场
q262045312-ui

Openclaw Auto Updater 1.0.0

作者 q262045312-ui · GitHub ↗ · v1.0.0 · MIT-0
darwinlinux ⚠ suspicious
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-auto-updater-1-0-0
功能描述
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of w...
安全使用建议
This skill appears to do what it claims, but take these precautions before enabling auto‑updates: - Prefer a dry-run first: run `clawdhub update --all --dry-run` to see what would change before enabling automatic installs. - Limit delivery endpoints: avoid sending raw update output to public channels (Telegram, email, etc.). Trim or sanitize logs before sending, or deliver only summaries listing package names/versions. - Run updates in an isolated, unprivileged account or container to limit damage if an update is malicious. - Require manual approval for updates to third‑party skills you rely on, or subscribe only to trusted registries/authors. - Keep backups and note how to roll back skill updates (clawdhub rollback or reinstall previous versions). If you want a higher-assurance setup, ask the author/source for signed release verification or configure the updater to only apply updates from an allowlist of skills or publishers.
功能分析
Type: OpenClaw Skill Name: openclaw-auto-updater-1-0-0 Version: 1.0.0 The skill provides automated update functionality for the Clawdbot core and its skills by scheduling a persistent cron job that executes shell commands (e.g., `npm update -g`, `clawdbot update`, and `clawdhub update`). While these actions are consistent with the stated purpose, the capability to modify system-wide software and establish persistent execution via cron constitutes a high-risk behavior. The implementation in `references/agent-guide.md` specifically instructs the agent to create local shell scripts and manage system configurations, which are sensitive operations that could be abused if the update source were compromised.
能力评估
Purpose & Capability
The name/description match the instructions: checking install type, running package-manager or source update commands, invoking clawdhub update --all, adding a cron job, and writing logs under ~/.clawdbot are all coherent with an auto-updater.
Instruction Scope
Instructions explicitly create an updater script, run package manager (npm/pnpm/bun) or source updates, run clawdbot doctor, and run clawdhub update --all. These are within scope, but the skill will automatically fetch and install new skill versions and collect the command output into logs and an 'update summary' that can be delivered to a provider (e.g., Telegram) — this raises a potential for unintended disclosure of sensitive output or automatically installing malicious updates if the registry or updates are untrusted.
Install Mechanism
This is instruction-only with no install spec and no external downloads — lowest-risk delivery model. All invoked tools are existing CLI commands (clawdbot, clawdhub, package managers).
Credentials
No environment variables, credentials, or unrelated config paths are requested. The only filesystem access is to user-scoped paths (~/.clawdbot) and to package managers, which is reasonable for an updater.
Persistence & Privilege
The skill does not set always:true and is user-invocable. However, adding a cron job means persistent automated execution that will autonomously install updates (including third‑party skill code) and deliver summaries; autonomous invocation combined with automatic updates increases operational risk if updates are later malicious or if summaries leak sensitive content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-auto-updater-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-auto-updater-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-auto-updater. - Sets up a daily cron job to automatically update Clawdbot and all installed skills. - Notifies the user with a summary of updates and changes each day. - Includes manual and troubleshooting instructions for update management. - Supports scheduling, timezone customization, and easy disabling or modification of updates.
元数据
Slug openclaw-auto-updater-1-0-0
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Auto Updater 1.0.0 是什么?

Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 Openclaw Auto Updater 1.0.0?

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

Openclaw Auto Updater 1.0.0 是免费的吗?

是的,Openclaw Auto Updater 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openclaw Auto Updater 1.0.0 支持哪些平台?

Openclaw Auto Updater 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 Openclaw Auto Updater 1.0.0?

由 q262045312-ui(@q262045312-ui)开发并维护,当前版本 v1.0.0。

💬 留言讨论