返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
c

clawdbot-release-check

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
2,878
下载量
11
收藏
概述
安装方式
版本历史

clawdbot-release-check

# Clawdbot Release Check Checks for new clawdbot releases from GitHub and notifies you once per version. No nagging. ## Installation ```bash clawdhub install clawdbot-release-check ``` ## Quick Setup (with cron) ```bash # 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: ```bash launchctl kickstart -k gui/$(id -u)/com.clawdis.gateway ``` ## Manual Usage ```bash # 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`: ```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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 clawdbot-release-check-1776396081 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 clawdbot-release-check-1776396081 技能

通过命令行安装

skillhub install clawdbot-release-check-1776396081

下载 Zip 包

⬇ 下载 clawdbot-release-check v1.0.1

文件大小: 6.17 KB | 发布时间: 2026-4-17 14:40

v1.0.1 最新 2026-4-17 14:40
Fix: Stay silent when running ahead of latest release (dev builds)

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部