A specialized management tool for checking, applying, and verifying updates to the OpenClaw platform and its core components.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-update-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-update-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Update Skill is an essential utility for developers and administrators looking to maintain a stable and modern environment for their Openclaw Skills. It provides a robust set of CLI commands to monitor versioning, fetch changelogs, and perform platform-wide upgrades without manual configuration overhead.
By streamlining the pnpm-based installation and update lifecycle, this skill ensures that your AI agent infrastructure remains secure and compatible with the latest features. It handles the critical transition between versions, including gateway restarts and verification steps, to minimize downtime and prevent configuration drift.
To utilize this skill, ensure that OpenClaw is installed in your path. You can initialize the update check and management workflow using the following commands:
# Check the current status and available updates
openclaw update status
# For pnpm installations, perform the update
pnpm add -g openclaw
# Restart the gateway to apply changes
openclaw gateway restart
The skill manages versioning data and platform metadata to facilitate smooth transitions. It primarily interacts with the following data points:
| Property | Description |
|---|---|
| current_version | The SemVer string of the currently active OpenClaw instance. |
| latest_version | The newest version detected at the update source. |
| status | An indicator of whether the system is up-to-date or requires action. |
| changelog | Detailed release notes associated with the pending update. |
| update_url | The endpoint defined by OPENCLAW_UPDATE_CHECK_URL for version fetching. |
--json flag for integration into custom dashboard or DevOps pipelines.Loading
A secure Gmail proxy for AI agents that enforces compliance through policies, audit logging, and human-in-the-loop approvals.

A specialized research automation tool that converts AI topics into comprehensive writing packages including social evidence and structured outlines in Obsidian.

A specialized automation tool for scouting, ranking, and archiving daily AI industry insights and KOL activity into structured Obsidian reports.

A dedicated tool for monitoring real-time OpenRouter API spend, model activity, and account balances directly within your agent workflow.

A dedicated management skill for monitoring and applying version updates to the OpenClaw platform.

An open standard for integrating human decision-making directly into autonomous AI agent workflows using HTTP 202 responses.








































