Check for OpenClaw updates, perform updates, and manage version status. Provides automatic update checking, version comparison, and seamless updating of the...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-update-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-update-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-update-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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", }, ], }, } ---
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
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
安装 Openclaw Update 后,可以对 AI 说这些话来触发它
Help me get started with Openclaw Update
Explains what Openclaw Update does, walks through the setup, and runs a quick demo based on your current project
Use Openclaw Update to check for OpenClaw updates, perform updates, and manage version status
Invokes Openclaw Update with the right parameters and returns the result directly in the conversation
What can I do with Openclaw Update in my ai agent & automation workflow?
Lists the top use cases for Openclaw Update, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-update-skill/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-update-skill/(项目级)。重启 AI 客户端后,用 /openclaw-update-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Openclaw Update 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Openclaw Update 可免费安装使用。请查阅仓库了解许可证信息。
Check for OpenClaw updates, perform updates, and manage version status. Provides automatic update checking, version comparison, and seamless updating of the...
Openclaw Update 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Openclaw Update
Identifies repetitive steps in your workflow and sets up Openclaw Update to handle them automatically