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
Reads the installed version from
version.json
(the
version
field bundled with this skill).
Fetches the latest version from the remote repository (GitHub raw content).
Compares versions using semver. Returns
{"has_update": true}
if a newer version exists.
Records the check timestamp (
last_interaction
) in
qwencloud-update-check
安装
npx skills add https://github.com/qwencloud/qwencloud-ai --skill qwencloud-update-check