← 返回 Skills 市场
cuixiaoyang123

qwencloud-update-check

作者 Cuixiaoyang123 · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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,...
安全使用建议
This skill appears to be a straightforward update checker and is internally consistent with its description. Before installing, note: (1) it will read and write <repo>/.agents/state.json (used to suppress prompts for 24 hours) — if you have privacy concerns about shared state, avoid installing; (2) it fetches a version.json from a GitHub raw URL (you can change which repo is queried via QWEN_SKILLS_REPO); only point that env var to trusted repositories; (3) SKILL.md mentions curl but the bundled scripts use Python's urllib (no extra binary needed) — minor doc mismatch only. If you want extra assurance, you can review the two bundled scripts (both are stdlib-only, short, and readable) before enabling the skill.
功能分析
Type: OpenClaw Skill Name: qwencloud-update-check Version: 0.1.1 The skill bundle implements a standard update-checking mechanism for the qwencloud-ai skill pack. It compares a local version.json against a remote version hosted on GitHub (raw.githubusercontent.com/QwenCloud/qwencloud-ai) and uses a local state file (.agents/state.json) to rate-limit checks to once every 24 hours. The logic in check_update.py and gossamer.py is transparent and aligns with the stated purpose of notifying the user or agent of available updates without any evidence of data exfiltration or unauthorized execution.
能力评估
Purpose & Capability
The name/description (check for qwencloud-ai updates) align with the included scripts and SKILL.md. The scripts implement the advertised behavior (local version read, remote fetch from GitHub raw URL, semver compare, and notify). Use of skills-lock.json and building an npx install command is consistent with a repo-level update helper.
Instruction Scope
SKILL.md precisely describes the actions the code performs. The instructions access only repository-local files (.agents/state.json, skills-lock.json, version.json) and a remote GitHub raw URL. There is no evidence in the instructions of unrelated file reads, credential collection, or transmission to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with bundled Python scripts; there is no install spec that downloads arbitrary code at install time. The included scripts are stdlib-only and do not fetch external packages during runtime.
Credentials
No credentials or sensitive env vars are required. The SKILL.md documents an optional QWEN_SKILLS_REPO env var to point at a different repo (this simply changes which remote version.json is fetched). The skill does write and read a shared .agents/state.json (explicitly documented) — this is proportional for global rate-limiting but is a persistent file shared with other qwencloud helpers and may be surprising to some users.
Persistence & Privilege
always:false and no elevated privileges. The skill writes its own state to the repo's .agents directory (its declared scope) and does not modify other skills' configurations. It can be invoked autonomously (normal) but it does not request permanent platform-wide presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qwencloud-update-check
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qwencloud-update-check 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- No code or documentation changes detected in this release. - Version bumped to 0.1.1 for tracking or packaging purposes.
v0.1.0
- Initial release of qwencloud-update-check. - Automatically checks for updates to the qwencloud/qwencloud-ai skill pack. - Notifies users when a newer version is available on GitHub. - Used by all qwencloud skills; can also be manually triggered. - Implements rate-limiting to reduce unnecessary network requests. - Offers CLI options for manual checks and output format control.
元数据
Slug qwencloud-update-check
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 qwencloud-update-check?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qwencloud-update-check」即可一键安装,无需额外配置。

qwencloud-update-check 是免费的吗?

是的,qwencloud-update-check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

qwencloud-update-check 支持哪些平台?

qwencloud-update-check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 qwencloud-update-check?

由 Cuixiaoyang123(@cuixiaoyang123)开发并维护,当前版本 v0.1.1。

💬 留言讨论