AgentSkillsCN

openclaw-version-check

对比当前 OpenClaw 版本与 npm 上最新的可用版本。当您需要确认 OpenClaw 是否已更新时,可使用此功能。

SKILL.md
--- frontmatter
name: openclaw-version-check
description: Check current OpenClaw version vs latest available on npm. Use when you need to verify if OpenClaw is updated.

OpenClaw Version Check

Run the check script to get a full comparison:

bash
npm show openclaw dist-tags

This returns:

  • latest: The most recent public version
  • beta: The latest beta version (usually same as latest)

Output Interpretation

Local vs LatestStatusIcon
Local == LatestUpdated
Local < LatestUpdate available⬆️
Local > LatestAhead of release🔥

Quick Commands

bash
# Check latest available
npm show openclaw version

# Check all distribution tags
npm show openclaw dist-tags

# Check your installed version
openclaw version