← 返回 Skills 市场
148
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install my-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 w...
安全使用建议
This skill is internally coherent for auto-updating Clawdbot and installed skills, but take care before enabling automatic updates:
- Supply-chain risk: automatic updates will install new versions of skills from the registry. Only enable this if you trust the registry and the maintainers of installed skills. Consider running 'clawdhub update --all --dry-run' first.
- Permissions: global package updates may require elevated permissions; avoid running scheduled updates as root. Fix directory ownerships instead of granting broad sudo where possible.
- Use isolation and review logs: prefer the recommended 'isolated' session, and review ~/.clawdbot/logs/auto-update.log and the update summary after runs.
- Consider staged rollout: start with dry-run or weekly updates, or restrict to a curated list of skills rather than --all, if you rely on specific skills for critical workflows.
- Backups and recovery: ensure you have a way to roll back or reinstall if an update causes breakage; keep a snapshot of important configurations.
If you want extra safety, ask the agent to perform only the dry-run and produce the update summary for your manual approval before applying updates.
功能分析
Type: OpenClaw Skill
Name: my-auto-updater
Version: 1.0.0
The 'my-auto-updater' skill is a utility designed to automate updates for the Clawdbot platform and its installed skills. It functions by instructing the agent to set up a daily cron job that executes standard package management commands (e.g., `npm update`, `clawdhub update`) and runs system diagnostics (`clawdbot doctor`). The implementation in `SKILL.md` and `references/agent-guide.md` is transparent, aligns with the stated purpose, and uses the platform's built-in features for persistence and reporting without any evidence of malicious intent, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
Name and description match the actions in SKILL.md: adding a cron job, running Clawdbot/package-manager commands, and running clawdhub to update skills. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions tell the agent to run update commands, create an optional helper script in the user's home (~/.clawdbot/scripts/auto-update.sh), log to ~/.clawdbot/logs/auto-update.log, and emit a simple update summary for the agent to parse. These actions are in-scope for an auto-updater, but they will perform writes to the user's home and execute package-manager commands that modify system state (including global npm/pnpm/bun updates and running 'clawdbot doctor').
Install Mechanism
Instruction-only skill with no install spec or downloaded code. No archive downloads or external install URLs. This is a low-risk install surface from a packaging/install perspective.
Credentials
The skill declares no required env vars, credentials, or config paths. The SKILL.md uses standard local paths under the user's home and only references commands (clawdbot, clawdhub, npm/pnpm/bun) relevant to the stated task.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The skill recommends creating a cron job (persistent behavior) and suggests using an 'isolated' session. Because it updates installed skills automatically, granting it scheduled execution does carry supply-chain risk (it will accept and install new skill versions from the registry if available).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-auto-updater - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-auto-updater触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
auto-updater 1.0.0 – First release
- Sets up a daily cron job to automatically update Clawdbot and all installed skills.
- Sends users a summary message detailing updates and any issues found.
- Supports both package-manager and source installs of Clawdbot.
- Includes troubleshooting guidance and options to configure or disable auto-updates.
元数据
常见问题
My 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 w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。
如何安装 My Auto Updater?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-auto-updater」即可一键安装,无需额外配置。
My Auto Updater 是免费的吗?
是的,My Auto Updater 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
My Auto Updater 支持哪些平台?
My Auto Updater 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 My Auto Updater?
由 rockyzhuo(@rockyzhuo)开发并维护,当前版本 v1.0.0。
推荐 Skills