Overview
- Skill Key
- assistant-design/cc-changelog-monitor
- Author
- assistant-design
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/assistant-design/cc-changelog-monitor
- Latest Commit SHA
- 150a2c59d62651550eb1e276ac8bd73ac5905726
Monitor Claude Code releases and get Telegram alerts when new versions ship. Zero AI credits — pure bash monitoring.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 cc-changelog-monitor 技能。 若已安装,则直接安装 cc-changelog-monitor 技能。
# cc-changelog-monitor
Monitors `@anthropic-ai/claude-code` on npm and sends Telegram alerts when a new version is detected, including a diff summary of what changed between versions.
**Zero AI credits used during monitoring** — pure bash + curl + jq.
## Quick Start
### 1. Setup (one-time)
```bash
bash ~/clawd/skills/cc-changelog-monitor/scripts/setup.sh
```
This will:
- Auto-detect your Telegram bot token from OpenClaw config
- Ask for your Telegram chat ID (defaults to your personal ID)
- Initialize the version tracker at the current Claude Code version
- Make scripts executable
### 2. Manual run
```bash
bash ~/clawd/skills/cc-changelog-monitor/scripts/monitor.sh
```
Output when no new version:
```
✓ Claude Code is at v2.1.69 — no change.
```
Output when new version detected:
```
🔔 New version detected: v2.1.69 → v2.1.70
📦 Downloading @anthropic-ai/claude-code@2.1.70...
✅ Telegram alert sent!
✅ Saved v2.1.70 as current version.
```
### 3. Add to OpenClaw Cron
See `cron-payload.md` for the exact payload to set up automatic monitoring every 2 hours.
## How It Works
1. **Polls npm registry** — `curl https://registry.npmjs.org/@anthropic-ai/claude-code/latest`
2. **Compares** with `~/.cc-changelog-version` (stored version)
3. **If new version**: downloads the tarball, extracts it, diffs against previous
4. **Sends Telegram alert** with version info + diff summary
5. **Saves new version** to disk
## Config
Credentials stored in `~/.cc-changelog-config`:
```bash
TELEGRAM_BOT_TOKEN="your-bot-token"
TELEGRAM_CHAT_ID="your-chat-id"
```
## Files Created by Monitor
- `~/.cc-changelog-version` — tracks the last seen version
- `~/.cc-changelog-config` — Telegram credentials
- `~/clawd/projects/cc-changelog/{version}/` — extracted npm packages for diffing
## Force Test Alert
```bash
# Reset version to trigger an alert
echo "0.0.0" > ~/.cc-changelog-version
bash ~/clawd/skills/cc-changelog-monitor/scripts/monitor.sh
```
## Skill Invocation (from OpenCla...
# cc-changelog-monitor > 🤖 Get Telegram alerts the moment Claude Code ships a new version — with a diff of what changed. **Zero AI credits used during monitoring.** Pure bash + curl + jq. Runs as an OpenClaw cron job every 2 hours. --- ## What It Does - Polls the npm registry for `@anthropic-ai/claude-code` every 2 hours - Detects new versions by comparing with the last seen version - Downloads the npm tarball and diffs it against the previous version - Sends a Telegram alert with: - Old vs new version numbers - Count of changed/new files - Brief diff summary - Link to npm package page **Example alert:** ``` 🤖 Claude Code v2.1.70 released! 📌 Previous: v2.1.69 📝 Changed files: 3 ✨ New files: 1 🕐 Published: 2026-03-06T10:23:11.000Z 🔗 https://www.npmjs.com/package/@anthropic-ai/claude-code Diff summary: Files dist/common/utils.js and dist/common/utils.js differ Only in v2.1.70: dist/new-feature.js _Monitored by OpenClaw cc-changelog-monitor_ ``` --- ## Prerequisites - [OpenClaw](https://openclaw.ai) installed (for cron scheduling) - A Telegram bot token (create one via [@BotFather](https://t.me/BotFather)) - `curl`, `jq`, `npm` installed on your machine --- ## Quick Start **1. Clone/install the skill:** ```bash # If using ClawdHub clawdhub install cc-changelog-monitor # Or clone directly git clone https://github.com/antoinersx/cc-changelog-monitor ~/clawd/skills/cc-changelog-monitor ``` **2. Run setup:** ```bash bash ~/clawd/skills/cc-changelog-monitor/scripts/setup.sh ``` The setup script will: - Auto-detect your Telegram bot token from OpenClaw config (if available) - Ask for your Telegram chat ID - Initialize the version tracker at the current Claude Code version - Print instructions for adding the cron job **3. Add the cron in OpenClaw:** See [`cron-payload.md`](./cron-payload.md) for the exact payload to paste into OpenClaw. --- ## How It Works (No AI Credits) Most monitoring tools use LLMs to summarize changes — this one d...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai