← 返回 Skills 市场
Auto-Updater Skill
作者
maximeprades
· GitHub ↗
· v1.0.0
96241
总下载
432
收藏
1529
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-updater
功能描述
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 what changed.
安全使用建议
Install only if you intentionally want Clawdbot and every installed skill to update automatically each day. Consider changing it to dry-run or notification-only, pinning critical skills, and keeping the documented cron removal command handy before enabling it.
功能分析
Type: OpenClaw Skill
Name: auto-updater
Version: 1.0.0
The 'auto-updater' skill is designed to automatically update Clawdbot and all installed skills via a daily cron job. The `SKILL.md` and `references/agent-guide.md` files contain instructions for the AI agent to set up a shell script (`auto-update.sh`) and a cron job. This script executes legitimate update commands (`npm update -g`, `pnpm update -g`, `bun update -g`, `clawdbot update`, `clawdbot doctor`, `clawdhub update --all`), logs actions locally, and provides a structured summary. While the skill has broad system access necessary for its function, there is no evidence of intentional malicious behavior such as data exfiltration, unauthorized remote execution, persistence beyond the stated cron job, or prompt injection designed to subvert the agent's purpose or security.
能力评估
Purpose & Capability
The stated purpose matches the behavior: it updates Clawdbot and installed skills and reports results. The impact is broad because it changes the agent runtime and all skills.
Instruction Scope
The cron message instructs the agent to apply updates automatically, including `clawdhub update --all` and `clawdbot doctor --yes`, without requiring review before each change.
Install Mechanism
Setup is user-initiated through a documented `clawdbot cron add` command, and the skill documents how to remove the cron job. No hidden installer or obfuscated command was found.
Credentials
The package-manager and ClawdHub update commands are coherent with the auto-update purpose, but they rely on upstream registries and can introduce changed code into the local environment.
Persistence & Privilege
Daily cron persistence is fully disclosed and purpose-aligned, but it creates ongoing unattended mutation authority over Clawdbot and all installed skills, with limited rollback or pinning guidance.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-updater - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-updater触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Automatically checks for and applies updates to Clawdbot and all installed skills once daily via cron.
Sends the user a message summarizing what was updated and any issues encountered.
元数据
常见问题
Auto-Updater Skill 是什么?
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 what changed. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96241 次。
如何安装 Auto-Updater Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-updater」即可一键安装,无需额外配置。
Auto-Updater Skill 是免费的吗?
是的,Auto-Updater Skill 完全免费(开源免费),可自由下载、安装和使用。
Auto-Updater Skill 支持哪些平台?
Auto-Updater Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Auto-Updater Skill?
由 maximeprades(@maximeprades)开发并维护,当前版本 v1.0.0。
推荐 Skills