clawdbot-release-check

Monitor GitHub for new clawdbot releases and notify on updates.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/vuxsoul-ui/catclash --skill clawdbot-release-check-vuxsoul-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdbot-release-check
Source: https://github.com/vuxsoul-ui/catclash/tree/main/skills/clawdbot-release-check
Command: npx skills add https://github.com/vuxsoul-ui/catclash --skill clawdbot-release-check-vuxsoul-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, uuidgen, npm, pnpm, and includes scripts (resource) components.

What problem does it solve?

Clawdbot Release Check automates monitoring of clawdbot releases and notifies you when a new version is available, eliminating manual checking.

Core Features & Use Cases

  • Automatic release monitoring from GitHub
  • Notifies on new versions so you don't miss updates
  • Highlights from release notes are shown to help decide upgrade
  • State persistence to avoid duplicate alerts
  • Configurable via cron-based scheduling and Telegram or other channels

Quick Start

Set up daily release checks and Telegram notifications using the provided setup script.

Frequently Asked Questions about clawdbot-release-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub release monitoring for my project?

Automate GitHub release monitoring by using scheduled cron jobs or gateway hooks that fetch release data, compare version numbers, and cache state to prevent duplicate notifications when new versions are available.

How does release state tracking work to avoid duplicate notifications?

Release state tracking avoids duplicate notifications by caching release data and persisting state across checks, ensuring you only receive alerts when a genuinely newer version is detected without repeated alerts for the same release.

Do I need jq and curl to set up automated release checks?

Yes, you need jq and curl to set up automated release checks, as these dependencies handle fetching GitHub release data via API and parsing JSON responses for version comparison and release highlights.

Can I schedule daily release checks and send notifications to Telegram?

Yes, you can schedule daily release checks using cron-based scheduling and configure notifications to Telegram or other channels, presenting release highlights to help you decide whether to upgrade.

What's the best way to monitor new GitHub releases without manual checking?

The best way to monitor new GitHub releases without manual checking is automating the process with scripts that handle version comparison, state persistence, and notification dispatch, eliminating the need to constantly visit GitHub.

Why am I getting repeated notifications for the same GitHub release?

Repeated notifications for the same GitHub release occur when state persistence and caching are not properly configured; proper version comparison and state tracking prevent duplicate alerts by remembering previously notified releases.