用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill skill-refresh命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | skill-refresh |
| description | Audit and update skills against current OpenClaw capabilities, GitHub changes, and MCP ecosystem |
| tags | ["skills","maintenance","updates","mcp","self-improvement"] |
| version | 1.0.0 |
Skills go stale. OpenClaw updates, MCP ecosystem evolves, new CLI commands appear. This skill audits and updates other skills to stay current.
oc update)# Check OpenClaw version and available commands
oc --version
oc commands
# Check for new/changed CLI commands
oc --help 2>/dev/null | diff - /root/.openclaw/last-cli-snapshot.txt || true
# Check GitHub for recent changes (via Research Agent)
oc agent --agent spec-research --message "Check OpenClaw GitHub for recent PRs and releases affecting CLI commands, MCP support, skills, or plugins. Focus on changes since our version 2026.3.3." --json --timeout 120
# Snapshot current CLI for next comparison
oc --help > /root/.openclaw/last-cli-snapshot.txt 2>/dev/null
# List all skills across all workspaces
find /root/.openclaw/workspace*/skills -name "SKILL.md" -exec grep -l "version:" {} \;
# Check each skill for:
# - Commands that no longer exist
# - Missing new capabilities that fit the skill's purpose
# - Outdated version references
# - MCP alternatives that could replace script-based approaches
For each outdated skill:
oc <relevant-command> --help for current options# Research Agent: scan for new MCP servers relevant to our setup
oc agent --agent spec-research --message "Search for MCP servers relevant to: Chartroom/LanceDB, Discord, GitHub, security scanning, cron/scheduling. What's available on npm or GitHub that we could plug into OpenClaw's mcp-bridge?" --json --timeout 120
chart add "skill-refresh-<date>" "Refreshed N skills. Changes: [list]. New MCP servers found: [list]. Next refresh recommended: [date]." "reading" 0.8
openclaw subcommands (compare --help output)skill, mcp, cli, or pluginIntent: Growing [I09]. Purpose: [P-TBD].
基于 SOC 职业分类