Loading...
Loading...
[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, asks 'is there a new version', 'latest version', 'update skills', 'check update', or any other qwen skill delegates to this skill, or user explicitly invokes this skill by name (e.g. use qwencloud-update-check). DO NOT TRIGGER when: non-update-related tasks, general version questions about other software.
npx skill4agent add qwencloud/qwencloud-ai qwencloud-update-checkversion.jsonversion{"has_update": true}last_interaction<repo_root>/.agents/state.jsonpython3 <path-to-this-skill>/scripts/check_update.py --print-response| Argument | Description |
|---|---|
| Print result as formatted JSON to stdout |
| Bypass 24-hour rate limit and check immediately |
{
"has_update": true
}| Environment Variable | Default | Description |
|---|---|---|
| | GitHub repo for remote version check |
last_interaction<repo_root>/.agents/state.jsongossamer.py