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 (the field bundled with this skill). 2. Fetches the latest version from the remote repository (GitHub raw content). 3. Compares versions using semver. Returns if a newer version…