Q

qianwen-update-check

by @qianwen-aiv
4.4(120)

この Skill は、QianWen-AI スキルパックの最新バージョンを自動的にチェックし、利用可能なアップデートがある場合にユーザーに通知します。GitHub リポジトリと比較することで、ユーザーは常に最新かつ安定したスキルバージョンを使用でき、開発効率とシステムセキュリティが向上し、手動メンテナンスの負担が軽減されます。

update-checkversion-managementskill-managementautomationGitHub
インストール方法
npx skills add https://github.com/qianwen-ai/qianwen-ai --skill qianwen-update-check
compare_arrows

Before / After 効果比較

1
使用前

この Skill がない場合、ユーザーは手動で GitHub リポジトリにアクセスし、最新バージョン情報を探し、ローカルバージョンと比較する必要がありました。これは時間がかかり、見落としやすく、スキルパックが長期間更新されず、新機能やセキュリティ修正を逃す原因となっていました。

使用後

この Skill は、QianWen-AI スキルパックの最新バージョンを自動的に検出し、アップデートがある場合にユーザーに迅速に通知します。これにより、手動での介入なしにスキルが常に最新の状態に保たれ、スキルメンテナンスの効率と正確性が大幅に向上します。

SKILL.md

Qwen Update Checker

Automatic version checker for the QianWen-AI/qianwen-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 QianWen-AI/qianwen-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 <repo_root>/.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_REPOQianWen-AI/qianwen-aiGitHub repo for remote version check

State File

The last_interaction timestamp is stored at <repo_root>/.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.

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数4.5K
評価4.4 / 5.0
バージョン
更新日2026年9月13日
比較事例1 件

ユーザー評価

4.4(120)
5
37%
4
43%
3
13%
2
5%
1
2%

この Skill を評価

0.0

対応プラットフォーム

🤖claude-code

タイムライン

作成2026年6月9日
最終更新2026年9月13日
🎁 Agent 知識カード
アンケート