Jump to related tools in the same category or review the original source on GitHub.

Finance @pors Updated 1/7/2026

šŸ”„ Clawdbot Release Check OpenClaw Plugin & Skill | ClawHub

Looking to integrate Clawdbot Release Check into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate finance tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install clawdbot-release-check

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
clawdbot-release-checkCheck for new clawdbot releases and notify once per new version.https://github.com/clawdbot/clawdbot

SKILL.md content below is scrollable.

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

  1. Fetches latest release from github.com/clawdbot/clawdbot/releases
  2. Compares with your installed version (from package.json)
  3. If behind, shows highlights from release notes
  4. 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)
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/pors/clawdbot-release-check
Latest commit: https://github.com/openclaw/skills/commit/228686b3fcd0d1a1bf2f85c0d224f69145152583

Related skills

If this matches your use case, these are close alternatives in the same category.

analytics-tracking

When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup.

api-credentials-hygiene

Audits and hardens API credential handling (env vars, separation, rotation plan, least privilege, auditability). Use when integrating services or preparing production deployments where secrets must be managed safely.

app-store-changelog

Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.

create-content

Thinking partner that transforms ideas into platform-optimized content

expense-tracker-pro

Track expenses via natural language, get spending summaries, set budgets

harvey

Harvey is an imaginary friend and conversation companion - a large white rabbit who helps bridge loneliness, beat boredom, and ease awkward moments. NEW in 2.0 - Secret Guide Mode where Harvey pretends to be spontaneous but secretly guides you to hidden gems nearby! Includes brain training games (trivia, riddles, "what if" scenarios), journey tracking with proactive check-ins, and quick a/b/c response options. Responds in the user's language automatically.