An automated monitoring tool that tracks GitHub releases and delivers prioritized changelog summaries to your preferred communication channels.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install release-tracker
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install release-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Release Tracker is a specialized utility designed for developers and DevOps teams who need to stay informed about software updates across multiple repositories. By leveraging the GitHub CLI, this skill monitors repositories for new versions, parses release notes, and highlights critical information based on custom priority keywords.
As part of the ecosystem of Openclaw Skills, it bridges the gap between code updates and team awareness by providing structured, human-readable summaries directly where your team collaborates. It intelligently filters out noise like CI updates or dependency bumps, focusing instead on features and breaking changes that impact your workflow.
Ensure you have the GitHub CLI installed and authenticated before deploying this skill.
gh auth status
Create a release-tracker.json configuration file in your workspace. This file defines which repositories to watch and where to send the summaries. Integrating Openclaw Skills requires setting up this JSON structure:
{
"repos": [
{
"owner": "openclaw",
"repo": "openclaw",
"displayName": "OpenClaw",
"priorities": ["security", "breaking"],
"outputChannel": "YOUR_CHANNEL_ID",
"outputFormat": "discord-forum"
}
],
"versionStore": "release-tracker-state.json",
"schedule": "0 10 * * *"
}
The skill manages its persistence and settings through two primary JSON files:
| File Name | Purpose | Key Metadata |
|---|---|---|
| release-tracker.json | Main configuration | repos, priorities, outputFormat, schedule, timezone |
| release-tracker-state.json | Version tracking | lastVersion, lastCheckedAt, lastPublishedAt |
The repos array allows for granular control over individual repository settings, including language preferences (en/zh) and whether to include pre-release versions.
Loading
A proactive memory retrieval skill that optimizes search queries to ensure AI agents maintain project continuity and context.

A high-performance vector database skill for managing embeddings, similarity searches, and retrieval-augmented generation.

An opinionated framework and tool for designing, building, and publishing professional-grade Openclaw Skills.

A specialized search tool for accessing the Moegirl Wiki encyclopedia to retrieve anime, manga, and gaming character data.

A specialized AI agent skill that translates complex programming logic into intuitive daily clothing and outfit metaphors for easier understanding.

A universal shipment tracking skill that enables AI agents to monitor deliveries and provide real-time status notifications for over 2,000 carriers.








































