skills/check-opencode-updates/SKILL.md
检查 opencode 和 oh-my-openagent (omo) 的版本更新情况,有更新时自动获取并展示 release 说明。当用户提及版本检查、更新、版本对比、更新日志、release notes,或询问 opencode/omo 是否需要更新、有没有新版本时,立即使用此技能。即使用户只是随意提到"检查更新"或"版本",也应触发此技能进行版本检查。
npx skillsauth add cnife/my-scripts check-opencode-updatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
检查 opencode 和 oh-my-openagent (omo) 的版本更新情况,有更新时自动获取并展示 release 说明。
python3 skills/check-opencode-updates/scripts/check_updates.py
无更新时:
opencode: 1.2.27 (up to date)
oh-my-openagent: 3.12.3 (up to date)
有更新时:
opencode: 1.2.27 (up to date)
oh-my-openagent: 3.12.2 (update available)
==================================================
## oh-my-openagent 更新日志
### v3.12.3
- revert(todo-continuation): remove debug logging
[查看完整发布说明](https://github.com/code-yeongyu/oh-my-openagent/releases/tag/v3.12.3)
| 状态 | 含义 |
|------|------|
| up to date | 本地版本与远程版本一致 |
| update available | 远程有新版本可用,并展示更新日志 |
| not installed | 本地未安装 |
| error | 获取版本失败 |
tools
抓取雪球用户的发言时间线,保存为 Markdown 文件
content-media
爬取雪球首页关注的时间线,生成投资分析报告和 PDF。当用户提及雪球时间线、投资要闻、市场热点、大 V 观点、投资分析、生成 PDF 报告时立即使用此技能
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.