clawdbot-release-check
Check for new clawdbot releases and notify once per new version.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pors/clawdbot-release-checkClawdbot 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-cacheto 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)
Metadata
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-pors-clawdbot-release-check": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
research
Deep research via Gemini CLI ā runs in background sub-agent so you don't burn your Claude tokens.
yc-cold-outreach
Expert in Y Combinator (YC) cold email outreach techniques based on Startup School principles. Use to draft, critique, or iterate on cold emails to potential customers, partners, or investors. Based on Aaron Epstein's methodology for high-conversion outreach.
openai-tts
Text-to-speech via OpenAI Audio Speech API.
b2b-first-ten
Expert in getting the first 10 B2B customers, based on Lenny Rachitsky's "First 1000 Users" research. Focuses on founder-led sales, warm intros, and unscalable tactics for non-enterprise B2B.
crucial-conversations-coach
Friendly executive life coach for crucial conversations based on the "Tools for Talking When Stakes Are High" methodology. Mimics the "Crucial Conversations Coach" GPT. Use when the user needs help preparing for, navigating, or debriefing high-stakes conversations, phrasing emails for win-win outcomes, or convincing others while maintaining safety and respect.