← All skills
Tencent SkillHub · Communication & Collaboration

Clawdbot Release Check

Check for new clawdbot releases and notify once per new version.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Check for new clawdbot releases and notify once per new version.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/check.sh, scripts/setup.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Clawdbot Release Check

Checks for new clawdbot releases from GitHub and notifies you once per version. No nagging.

Installation

clawdhub install clawdbot-release-check

Quick Setup (with cron)

# Add daily update check at 9am, notify via Telegram {baseDir}/scripts/setup.sh --telegram YOUR_TELEGRAM_ID # Custom hour (e.g., 8am) {baseDir}/scripts/setup.sh --hour 8 --telegram YOUR_TELEGRAM_ID # Remove cron job {baseDir}/scripts/setup.sh --uninstall After setup, restart the gateway: launchctl kickstart -k gui/$(id -u)/com.clawdis.gateway

Manual Usage

# Check for updates (silent if up-to-date or already notified) {baseDir}/scripts/check.sh # Show version info {baseDir}/scripts/check.sh --status # Force notification (bypass "already notified" state) {baseDir}/scripts/check.sh --force # Show highlights from ALL missed releases {baseDir}/scripts/check.sh --all-highlights # Clear state (will notify again on next check) {baseDir}/scripts/check.sh --reset # Help {baseDir}/scripts/check.sh --help

How It Works

Fetches latest release from github.com/clawdbot/clawdbot/releases Compares with your installed version (from package.json) If behind, shows highlights from release notes Saves state to prevent repeat notifications

Example Output

  • 🔄 **Clawdbot Update Available!**
  • Current: `2.0.0-beta5`
  • Latest: `2026.1.5-3`
  • _(3 versions behind)_
  • **Highlights:**
  • Models: add image-specific model config
  • Agent tools: new `image` tool
  • Config: default model shorthands
  • 🔗 https://github.com/clawdbot/clawdbot/releases/tag/v2026.1.5-3
  • To update: `cd /path/to/clawdis && git pull && pnpm install && pnpm build`

Files

State — ~/.clawdbot/clawdbot-release-check-state.json: { "lastNotifiedVersion": "v2026.1.5-3", "lastCheckMs": 1704567890123 } Cache — ~/.clawdbot/clawdbot-release-check-cache.json: Release data cached for 24 hours (saves API calls) Highlights extracted once per release (saves tokens) Use --clear-cache to force refresh

Configuration

Environment variables: CLAWDBOT_DIR — Path to clawdbot source (auto-detected from ~/dev/clawdis, ~/clawdbot, or npm global) CACHE_MAX_AGE_HOURS — Cache TTL in hours (default: 24)

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/check.sh Scripts
  • scripts/setup.sh Scripts