Claude Code Changelog Monitor — Claude Code Change记录 监控
v2.1.69监控 Claude Code releases and 获取 Telegram alerts when new versions ship. Zero AI credits — pure bash 监控ing.
运行时依赖
安装命令
点击复制技能文档
cc-change记录-监控
监控s @anthropic-AI/claude-code on npm and 发送s Telegram alerts when a new version is 检测ed, including a diff summary of what changed between versions.
Zero AI credits used during 监控ing — pure bash + curl + jq.
Quick 启动
- 设置up (one-time)
This will:
Auto-检测 your Telegram 机器人 令牌 from OpenClaw config Ask for your Telegram chat ID (defaults to your personal ID) 初始化 the version 追踪er at the current Claude Code version Make scripts executable
- Manual 运行
输出 when no new version:
✓ Claude Code is at v2.1.69 — no change.
输出 when new version 检测ed:
🔔 New version 检测ed: v2.1.69 → v2.1.70 📦 下载ing @anthropic-AI/claude-code@2.1.70... ✅ Telegram alert sent! ✅ Saved v2.1.70 as current version.
- 添加 to OpenClaw Cron
See cron-payload.md for the exact payload to 设置 up automatic 监控ing every 2 hours.
How It Works Polls npm registry — curl https://registry.npmjs.org/@anthropic-AI/claude-code/latest Compares with ~/.cc-change记录-version (stored version) If new version: 下载s the tarball, 提取s it, diffs agAInst previous 发送s Telegram alert with version 信息 + diff summary Saves new version to disk Config
凭证s stored in ~/.cc-change记录-config:
TELEGRAM_机器人_令牌="your-机器人-令牌" TELEGRAM_CHAT_ID="your-chat-id"
Files 创建d by 监控 ~/.cc-change记录-version — 追踪s the last seen version ~/.cc-change记录-config — Telegram 凭证s ~/clawd/projects/cc-change记录/{version}/ — 提取ed npm packages for diffing Force Test Alert # Re设置 version to trigger an alert echo "0.0.0" > ~/.cc-change记录-version bash ~/clawd/技能s/cc-change记录-监控/scripts/监控.sh
技能 Invocation (from OpenClaw chat)
You can ask OpenClaw to 运行 the 监控 manually:
"检查 if there's a new Claude Code version"
OpenClaw will 运行 监控.sh and 报告 the 结果.