smart-updater-proOpenClaw auto-update checker and safe applier. Checks for new versions, compares changelogs, and applies updates with rollback safety. Designed to run as a c...
Install via ClawdBot CLI:
clawdbot install aiwithabidi/smart-updater-proKeep OpenClaw up to date automatically and safely.
Checks for new OpenClaw versions via git tags, compares with your current version, shows what's new, and optionally applies the update with safe rollback support.
# Check for updates (safe, read-only)
bash {baseDir}/scripts/check_update.sh
# Check and apply if available
bash {baseDir}/scripts/check_update.sh --apply
# JSON output (for cron/automation)
bash {baseDir}/scripts/check_update.sh --json
# Check + apply + JSON
bash {baseDir}/scripts/check_update.sh --apply --json
Add to your cron jobs to check daily:
{
"name": "auto-update-check",
"schedule": "0 1 * * *",
"command": "bash skills/auto-updater/{baseDir}/scripts/check_update.sh --json",
"description": "Daily OpenClaw update check at 1 AM"
}
# Check daily at 1 AM, log results
0 1 * * * cd /root/.openclaw/workspace && bash skills/auto-updater/{baseDir}/scripts/check_update.sh >> /var/log/openclaw-updates.log 2>&1
git fetch --tags from the OpenClaw repogit fetch before comparing (fresh data)If an update breaks something:
# 1. See recent tags
cd /host/openclaw && git tag --sort=-v:refname | head -5
# 2. Checkout previous version
git checkout <previous-tag>
# 3. Rebuild
pnpm install && pnpm build
docker build -t openclaw:latest .
docker compose up -d
# 4. Verify
docker compose logs --tail=20
The script outputs rollback instructions automatically when applying updates.
Built by M. Abidi | agxntsix.ai
Part of the AgxntSix Skill Suite for OpenClaw agents.
π Need help setting up OpenClaw for your business? Book a free consultation
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
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.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.