Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
自动检测本地与线上 skill 版本差异 - 支持 ClawHub/GitHub,定期检查更新
自动检测本地与线上 skill 版本差异 - 支持 ClawHub/GitHub,定期检查更新
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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
自动检测本地与线上 skill 版本差异
📋 维护两个列表 本地 skill 列表(含版本) 线上 skill 列表(ClawHub + GitHub) ⏰ 定时检查 每半小时自动获取线上版本 对比本地与线上版本差异 🔔 版本告警 本地落后时提醒更新 支持手动触发检查
文件说明data/local.json本地 skill 列表data/online.json线上 skill 列表
高粘性使用 - 只保留用户真正在用的 skills,避免装一堆不用的。
1. 首次运行 init ↓ 2. 自动获取线上所有 skills(ClawHub + GitHub) ↓ 3. 生成完整本地列表(含版本) ↓ 4. 用户删除不想要的 skill ↓ 5. 后续只跟踪保留下来的 skills
# 首次初始化(从线上拉取全部) /catch-my-skill init # 删除不想要的 skill(减少跟踪) /catch-my-skill remove white-stone-mem # 添加回想跟踪的 skill /catch-my-skill add elegant-sync # 检查版本 /catch-my-skill check # 本地落后时自动更新(任选一个渠道) /catch-my-skill update elegant-sync
{ "skills": [ {"name": "white-stone-mem", "version": "1.0.0", "path": "~/.openclaw/skills/white-stone-mem"}, {"name": "elegant-sync", "version": "1.0.1", "path": "~/.openclaw/skills/elegant-sync"} ], "updated": "2026-02-28T16:00:00Z" }
{ "clawhub": [ {"name": "white-stone-mem", "version": "1.0.0", "owner": "russellfei"}, {"name": "elegant-sync", "version": "1.0.3", "owner": "russellfei"} ], "github": [ {"name": "minimax-mcp-call", "version": "1.0.0", "owner": "russellfei", "repo": "russellfei/minimax-mcp-call"} ], "updated": "2026-02-28T16:00:00Z" }
在 .backup.env 中配置: # 检查间隔(分钟),默认 30 分钟 CATCH_INTERVAL=30
GITHUB_USERNAME=russellfei
1. 定时触发(每30分钟) ↓ 2. 获取 ClawHub 线上版本(clawhub inspect) ↓ 3. 获取 GitHub 线上版本(gh api) ↓ 4. 对比本地版本 ↓ 5. 输出差异报告 ↓ 6. 本地落后 → 提醒更新
=== Skill 版本检查 === 本地落后需更新: ⚠️ elegant-sync: 本地 1.0.1 < 线上 1.0.3 本地已是最新: ✅ white-stone-mem: 1.0.0 ✅ minimax-mcp-call: 1.0.0 线上新技能: (无)
自动添加到 crontab: # 每30分钟检查 */30 * * * * node /path/to/catch-my-skill/index.js check >> /home/orangepi/.openclaw/logs/catch-my-skill.log 2>&1
# 复制到 skills 目录 cp -r catch-my-skill ~/.openclaw/workspace/skills/ # 初始化 node index.js init
2026-02-28: 初始版本
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.