Install
openclaw skills install openclaw-updater-v2Check 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-updater-v2A skill for checking and applying OpenClaw updates.
Check the current OpenClaw version and available updates:
openclaw update status
openclaw update status --json
Update OpenClaw to the latest version:
openclaw update run
View current update configuration:
openclaw update config
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
# If update available, apply it
openclaw update run