Install
openclaw skills install openclaw-update-skillCheck for OpenClaw updates, perform updates, and manage version status. Provides automatic update checking, version comparison, and seamless updating of the OpenClaw agent platform.
openclaw skills install openclaw-update-skillA skill for checking and applying OpenClaw updates.
Check the current OpenClaw version and available updates:
openclaw update status
openclaw update status --json
Update OpenClaw using pnpm (for pnpm installations):
# Check current version
pnpm list -g openclaw
# Update to latest version
pnpm add -g openclaw
# Restart gateway after update
openclaw gateway restart
Restart OpenClaw gateway after update:
openclaw gateway restart
openclaw gateway status
For pnpm-installed OpenClaw:
# 1. Check current version
pnpm list -g openclaw
# 2. Update to latest
pnpm add -g openclaw
# 3. Restart gateway
openclaw gateway restart
# 4. Verify update
openclaw update status
OPENCLAW_UPDATE_CHECK_URL: Override update check URL (optional)# Check for updates (human-readable output)
openclaw update status
# Check for updates (JSON output for automation)
openclaw update status --json
# For pnpm installations, use pnpm to update
pnpm add -g openclaw
# Restart gateway after update
openclaw gateway restart