Check for new OpenClaw releases and notify once per new version.
70
59%
Does it follow best practices?
Impact
90%
1.45xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./clawdbot/clawdbot-release-check/SKILL.mdChecks for new OpenClaw releases from GitHub and notifies once per version (no spam).
clawhub install clawdbot-release-check# Add daily update check at 9am, notify via Telegram
{baseDir}/scripts/setup.sh --telegram YOUR_TELEGRAM_ID
# Custom hour
{baseDir}/scripts/setup.sh --hour 8 --telegram YOUR_TELEGRAM_ID
# Remove cron job
{baseDir}/scripts/setup.sh --uninstallAfter setup, restart gateway:
openclaw gateway restart{baseDir}/scripts/check.sh
{baseDir}/scripts/check.sh --status
{baseDir}/scripts/check.sh --force
{baseDir}/scripts/check.sh --all-highlights
{baseDir}/scripts/check.sh --reset
{baseDir}/scripts/check.sh --help~/.openclaw/clawdbot-release-check-state.json~/.openclaw/clawdbot-release-check-cache.jsonEnvironment variables:
OPENCLAW_DIR — path to OpenClaw source/installCACHE_MAX_AGE_HOURS — cache TTL in hours (default: 24)6768672
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.