← 返回
未分类 中文

qwencloud-update-check

[QwenCloud] Check for qwencloud-ai updates and notify the user when a new version is available. TRIGGER when: user asks to check for updates, check version,...
检查 qwencloud-ai 更新并在有新版本时通知用户。触发条件:用户请求检查更新、查看版本等。
cuixiaoyang123
未分类 clawhub v0.2.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 397
下载
💾 0
安装
1
版本
#latest

概述

Qwen Update Checker

Automatic version checker for the qwencloud/qwencloud-ai skill pack. Compares the locally installed version against the latest release on GitHub and notifies the user when an update is available.

This skill is referenced by all other qwencloud/qwencloud-ai. When any skill runs, it checks if this skill is installed and delegates version checking here.

How It Works

  1. Reads the installed version from version.json (the version field bundled with this skill).
  2. Fetches the latest version from the remote repository (GitHub raw content).
  3. Compares versions using semver. Returns {"has_update": true} if a newer version exists.
  4. Records the check timestamp (last_interaction) in /.agents/state.json to rate-limit network requests to once every 24 hours.

Usage

Other skills invoke this script automatically. You can also run it manually:

python3 <path-to-this-skill>/scripts/check_update.py --print-response

CLI Arguments

ArgumentDescription
-----------------------
--print-responsePrint result as formatted JSON to stdout
--forceBypass 24-hour rate limit and check immediately

Output Format

{
  "has_update": true
}

Configuration

Environment VariableDefaultDescription
-------------------------------------------
QWEN_SKILLS_REPOqwencloud/qwencloud-aiGitHub repo for remote version check

State File

The last_interaction timestamp is stored at /.agents/state.json for rate-limiting. Check results are not cached in the state file. This file persists across sessions and is shared with gossamer.py for fatigue control.

版本历史

共 1 个版本

  • v0.2.1 当前
    2026-05-03 08:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

qwencloud-vision

cuixiaoyang123
使用 Qwen 视觉模型理解图片和视频。触发条件:用户需分析、描述或提取图片/视频信息。
★ 0 📥 433

qwencloud-image-generation

cuixiaoyang123
[QwenCloud] 使用 Wan 与 Qwen Image 模型生成与编辑图像,支持文生图、图像编辑(风格迁移、主体一致性、文字渲染...
★ 0 📥 543

qwencloud-ops-auth

cuixiaoyang123
【QwenCloud】配置认证(API密钥、端点)。触发条件:设置 QWEN_API_KEY、排查 401/认证错误、其他技能报告...
★ 0 📥 384