Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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).
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
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."
Within the cron run: Capture βbeforeβ state clawdbot --version clawdhub 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
Timezone field: in Gateway job objects this is schedule.tz (IANA tz like Europe/Stockholm). Delivery: Prefer explicit channel + to so the job always reaches you. Clawdbot self-update: can be disruptive (restarts). Run at a quiet time.
clawdhub update says βNot logged inβ β run clawdhub login again. 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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.