Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Check for OpenClaw updates, perform updates, and manage version status. Provides automatic update checking, version comparison, and seamless updating of the...
Check for OpenClaw updates, perform updates, and manage version status. Provides automatic update checking, version comparison, and seamless updating of the...
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.
A 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
Automatic update checks: Configure cron jobs for periodic update checks Version monitoring: Monitor if a newer version is available Safe updates: Check before updating to ensure compatibility Update history: Track when updates were applied pnpm workflow: Special commands for pnpm-based installations
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
Requires OpenClaw to be installed Supports semantic versioning for version comparison Provides detailed change logs when updating Supports rollback if needed (check documentation)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.