clawdbot-release-checkCheck for new clawdbot releases and notify once per new version.
Install via ClawdBot CLI:
clawdbot install pors/clawdbot-release-checkRequires:
Checks for new clawdbot releases from GitHub and notifies you once per version. No nagging.
clawdhub install clawdbot-release-check
# 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
# 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
github.com/clawdbot/clawdbot/releasespackage.json)š **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`
State ā ~/.clawdbot/clawdbot-release-check-state.json:
{
"lastNotifiedVersion": "v2026.1.5-3",
"lastCheckMs": 1704567890123
}
Cache ā ~/.clawdbot/clawdbot-release-check-cache.json:
--clear-cache to force refreshEnvironment 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)Generated Mar 1, 2026
Developers managing open-source projects like clawdbot can automate release monitoring to stay updated on new versions without manual checks. This ensures timely updates for security patches and feature enhancements, improving project stability and reducing maintenance overhead.
Integrate this skill into CI/CD pipelines to automatically check for dependency updates, such as clawdbot releases, before deployment. It helps prevent version drift and ensures teams are using the latest stable versions, enhancing system reliability and compliance.
Individual users or hobbyists can set up daily checks via cron jobs to receive notifications about new software releases via platforms like Telegram. This keeps them informed without constant manual monitoring, saving time and ensuring they don't miss important updates.
Organizations can deploy this skill across teams to monitor releases of critical tools like clawdbot, ensuring all users are on compatible versions. It aids in license compliance, reduces support tickets from version mismatches, and streamlines update rollouts.
Offer this skill as a free tool within a larger platform, with premium features like advanced analytics or multi-project monitoring for a subscription fee. This attracts users to the ecosystem and generates recurring revenue through upselling enhanced capabilities.
Provide consulting services to businesses for integrating and customizing this skill into their existing workflows, such as tailoring notifications for specific tools or compliance needs. Revenue comes from one-time setup fees and ongoing support contracts.
List this skill on a marketplace for AI agents or developer tools, taking a commission on sales or offering it as a paid download. This leverages existing user bases and generates passive income through direct purchases or licensing agreements.
š¬ Integration Tip
Set up cron jobs for automated daily checks and use environment variables like CLAWDBOT_DIR for flexible path configurations to ensure seamless integration across different systems.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack š¦
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper ā gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard ā runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...