/install auto-updater-gateway
Auto-Updater (Gateway)
Create a reliable daily auto-update routine using Clawdbot Cron (Gateway scheduler).
This is a "skill" in the sense of a repeatable workflow + correct config shapes (not a plugin).
Quick setup checklist
- Ensure ClawHub CLI is logged in (for skill updates):
/home/xabo/.nvm/versions/node/v22.22.0/bin/clawdhub login --workdir /home/xabo/clawd --dir skills
/home/xabo/.nvm/versions/node/v22.22.0/bin/clawdhub whoami --workdir /home/xabo/clawd --dir skills
- Decide:
- When to run (cron + timezone)
- Whether the job should only report, or update + restart
Recommended cron job (isolated, deliver output)
Use an isolated cron job so it doesn’t spam the main session context.
Example CLI (04:00 Europe/Stockholm):
/home/xabo/.nvm/versions/node/v22.22.0/bin/clawdbot cron add \
--name "Daily auto-update (Clawdbot + skills)" \
--cron "0 4 * * *" \
--tz "Europe/Stockholm" \
--session isolated \
--wake now \
--deliver \
--channel telegram \
--to "2095290688" \
--message "Run daily auto-update: update skills via clawdhub update --all; if Clawdbot has an update available, apply it and restart; then run clawdbot doctor --non-interactive; report what changed."
What the job should do (workflow)
Within the cron run:
- Capture “before” state
clawdbot --versionclawdhub list(skills + versions)
- Update skills
clawdhub update --all
- (Optional) Update Clawdbot
- Only if the owner explicitly wants self-updates.
- After updating, run
clawdbot doctor --non-interactive. - Restart gateway if required.
- Send a concise summary
- Clawdbot version before/after
- Skills updated (old → new)
- Any errors
Notes / gotchas
- Timezone field: in Gateway job objects this is
schedule.tz(IANA tz likeEurope/Stockholm). - Delivery: Prefer explicit
channel+toso the job always reaches you. - Clawdbot self-update: can be disruptive (restarts). Run at a quiet time.
Troubleshooting
clawdhub updatesays “Not logged in” → runclawdhub loginagain.- Job doesn’t run → confirm Gateway is always-on and cron is enabled.
- Nothing updates → that can be normal; still send a “no changes” report.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-updater-gateway - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-updater-gateway触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Auto-Updater (Gateway) 是什么?
Schedule and run safe daily/weekly updates for Clawdbot + installed skills using the Gateway cron scheduler. Use when setting up "run updates at 04:00" jobs, rotating update reports, running `clawdhub update --all`, and (optionally) applying Clawdbot updates + restart + doctor. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2035 次。
如何安装 Auto-Updater (Gateway)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-updater-gateway」即可一键安装,无需额外配置。
Auto-Updater (Gateway) 是免费的吗?
是的,Auto-Updater (Gateway) 完全免费(开源免费),可自由下载、安装和使用。
Auto-Updater (Gateway) 支持哪些平台?
Auto-Updater (Gateway) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(windows, darwin, linux)。
谁开发了 Auto-Updater (Gateway)?
由 xabo1986(@xabo1986)开发并维护,当前版本 v1.0.1。