Github Release Watcher
/install github-release-watcher
GitHub Release Watcher
Monitor GitHub repositories for new releases and get notified.
Setup
- Requires
ghCLI (GitHub CLI), authenticated - Edit
repos.txt— oneowner/repoper line,#for comments
Usage
# Check all repos for new releases
bash scripts/check_releases.sh
# Use custom config file
bash scripts/check_releases.sh /path/to/repos.txt
# Dry run (show all latest releases regardless of state)
rm -f scripts/.last_seen.json && bash scripts/check_releases.sh
Integration
Cron (recommended)
Run daily via OpenClaw cron job to get notified of new releases:
Schedule: daily at 09:00
Payload: "Check for new GitHub releases using the github-release-watcher skill"
Heartbeat
Add to HEARTBEAT.md for periodic checks (1x/day recommended).
Output
🆕 **owner/repo** → tag (name)— new release detected✅ No new releases detected.— all repos up to date
State
Release state stored in scripts/.last_seen.json. Delete to reset.
Adding Repos
Edit repos.txt:
# My tools
owner/repo
another/repo
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install github-release-watcher - After installation, invoke the skill by name or use
/github-release-watcher - Provide required inputs per the skill's parameter spec and get structured output
What is Github Release Watcher?
Monitor specified GitHub repositories for new releases and receive notifications of newly detected tags. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Github Release Watcher?
Run "/install github-release-watcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Github Release Watcher free?
Yes, Github Release Watcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Github Release Watcher support?
Github Release Watcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Github Release Watcher?
It is built and maintained by rogue-agent1 (@rogue-agent1); the current version is v1.0.0.