π¦ ClawHub
Openclaw Update
by @rothcold
Check for OpenClaw updates, perform updates, and manage version status. Provides automatic update checking, version comparison, and seamless updating of the...
TERMINAL
clawhub install openclaw-update-skillπ About This Skill
name: openclaw-update description: Check for OpenClaw updates, perform updates, and manage version status. Provides automatic update checking, version comparison, and seamless updating of the OpenClaw agent platform. metadata: { "openclaw": { "requires": { "bins": ["openclaw"] }, "install": [ { "id": "openclaw-update-skill", "kind": "skill", "path": "skills/openclaw-update", "label": "OpenClaw Update Skill", }, ], }, }
OpenClaw Update Skill
A skill for checking and applying OpenClaw updates.
Commands
Check Status
Check the current OpenClaw version and available updates:
openclaw update status
openclaw update status --json
Run Update (pnpm)
Update OpenClaw using pnpm (for pnpm installations):
# Check current version
pnpm list -g openclawUpdate to latest version
pnpm add -g openclawRestart gateway after update
openclaw gateway restart
Gateway Management
Restart OpenClaw gateway after update:
openclaw gateway restart
openclaw gateway status
pnpm Upgrade Workflow
For pnpm-installed OpenClaw:
# 1. Check current version
pnpm list -g openclaw2. Update to latest
pnpm add -g openclaw3. Restart gateway
openclaw gateway restart4. Verify update
openclaw update status
Use Cases
Environment Variables
OPENCLAW_UPDATE_CHECK_URL: Override update check URL (optional)Example Workflow
# Check for updates (human-readable output)
openclaw update statusCheck for updates (JSON output for automation)
openclaw update status --jsonFor pnpm installations, use pnpm to update
pnpm add -g openclawRestart gateway after update
openclaw gateway restart
Notes
/home/rothcold/.local/share/pnpm/pnpmβ‘ When to Use
π Tips & Best Practices
/home/rothcold/.local/share/pnpm/pnpm