Install
openclaw skills install @legionspace-hackathon/legionspace-version检查大群空间 (LegionSpace, package: com.tongfudun.legion) 在各大应用商店的最新版本号。 This skill should be used when the user asks to check LegionSpace versions, 大群空间版本, query app store versions for LegionSpace, or any request about the version status of the LegionSpace app across Chinese app stores. Covers: Apple App Store, Tencent MyApp, Xiaomi, vivo, Honor, Huawei, OPPO.
openclaw skills install @legionspace-hackathon/legionspace-version查询 LegionSpace(包名 com.tongfudun.legion)在 7 大应用商店的最新版本号。
| # | 商店 | 查询方式 |
|---|---|---|
| 1 | Apple App Store | iTunes Lookup API |
| 2 | Tencent MyApp (应用宝) | Playwright 渲染 |
| 3 | Xiaomi (小米) | Playwright 渲染 |
| 4 | vivo | Playwright 渲染 |
| 5 | Honor (荣耀) | Playwright 渲染 |
| 6 | Huawei AppGallery (华为) | Playwright 渲染 |
| 7 | OPPO | Playwright 渲染 |
bash ${SKILL_DIR}/scripts/大群空间版本查询.sh
python ${SKILL_DIR}/scripts/legionspace_version_checker.py
入口脚本会自动完成以下步骤:
python3 / python)requests、playwright + Chromium)${SKILL_DIR}/scripts/LegionSpace_versions.txt也可直接调用 Python 脚本以跳过依赖检查:
python3 ${SKILL_DIR}/scripts/legionspace_version_checker.py
requests — Apple API 查询playwright + Chromium — 渲染 JS 页面抓取版本号脚本已强制关闭代理(no_proxy=*,trust_env=False),确保直连各应用商店。
N/A${SKILL_DIR}/scripts/LegionSpace_versions.txt