Check for new clawdbot releases and notify once per new version.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawdbot-release-check或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawdbot-release-check⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawdbot-release-check/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: clawdbot-release-check description: Check for new clawdbot releases and notify once per new version. homepage: https://github.com/clawdbot/clawdbot metadata: {"clawdbot":{"emoji":"🔄","requires":{"bins":["curl","jq"]}}} ---
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)安装 Clawdbot Release Check 后,可以对 AI 说这些话来触发它
Help me get started with Clawdbot Release Check
Explains what Clawdbot Release Check does, walks through the setup, and runs a quick demo based on your current project
Use Clawdbot Release Check to check for new clawdbot releases and notify once per new version
Invokes Clawdbot Release Check with the right parameters and returns the result directly in the conversation
What can I do with Clawdbot Release Check in my ai agent & automation workflow?
Lists the top use cases for Clawdbot Release Check, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawdbot-release-check/ 目录(个人级,所有项目可用),或 .claude/skills/clawdbot-release-check/(项目级)。重启 AI 客户端后,用 /clawdbot-release-check 主动调用,或让 AI 根据上下文自动发现并使用。
Clawdbot Release Check 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Clawdbot Release Check 可免费安装使用。请查阅仓库了解许可证信息。
Check for new clawdbot releases and notify once per new version.
Clawdbot Release Check 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Clawdbot Release Check
Identifies repetitive steps in your workflow and sets up Clawdbot Release Check to handle them automatically