Setup & Installation
Install openclaw-version-monitor using the ClawHub CLI or OpenClaw CLI:
clawhub install openclaw-version-monitorIf the CLI is not installed:
npx clawhub@latest install openclaw-version-monitorOr install with OpenClaw CLI:
openclaw skills install openclaw-version-monitorWhat This Skill Does
openclaw-version-monitor is a Software Development skill for OpenClaw by 00010110.
OpenClaw 版本监控
功能
- 检查版本 - 调用 GitHub API 获取最新版本
- 对比版本 - 与当前版本比较,判断是否有新版本
- 获取发布说明 - 获取完整的 changelog
- 翻译中文 - 将英文发布说明翻译成中文
- 推送到渠道 - 发送消息到 Telegram 和 Feishu
使用方法
检查版本
# 获取最新版本号
curl -s https://api.github.com/repos/openclaw/openclaw/releases/latest | jq -r '.tag_name'
# 返回: v2026.3.13
# 获取最新版本内容
curl -s https://api.github.com/repos/openclaw/openclaw/releases/latest | jq -r '.body'
推送格式
🆕 OpenClaw 版本更新 | {版本号}
📅 发布于: {日期}
━━━━━━━━━━━━━━━━━━━━━━━━━━
📝 更新内容:
【新增功能】
• ...
【问题修复】
• ...
━━━━━━━━━━━━━━━━━━━━━━━━━━
🔗 完整更新日志:
https://github.com/openclaw/openclaw/releases/tag/{版本号}
Telegram 推送
- Chat ID: 8290054457
- 限制: 4096 字符/条
Feishu 推送
- 需要目标用户或群 ID
- 限制相对宽松
定时任务配置
工作时段 (9:00-19:00)
- 表达式:
0,30 9-18 * * * - 行为: 检测到新版本立即推送
非工作时段
- 表达式:
0 9 * * * - 行为: 每天早上9点检查并推送
当前版本
当前监控版本: 2026.3.13
Version History
Latest version: 1.0.0
First published: Mar 14, 2026. Last updated: Mar 14, 2026.
1 version released.
Frequently Asked Questions
Is openclaw-version-monitor free to use?
Yes. openclaw-version-monitor is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What languages/platforms does openclaw-version-monitor support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, openclaw-version-monitor will work seamlessly across operating systems.
How do I update openclaw-version-monitor?
Run
openclaw skills update openclaw-version-monitor to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.Can I use openclaw-version-monitor with other skills?
Yes. OpenClaw skills are composable — you can combine openclaw-version-monitor with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.