@kg-ai/kugou-skill 0.0.22 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -93,6 +93,12 @@ kugou-cli install --hermes --openclaw --codex
93
93
  ```bash
94
94
  kugou-cli --version
95
95
  kugou-cli --help
96
+
97
+ # 检查更新
98
+ kugou-cli update --check
99
+
100
+ # 更新(仅 npm 安装支持)
101
+ kugou-cli update --force
96
102
  ```
97
103
 
98
104
  ## 输出格式
package/SKILL.md CHANGED
@@ -57,6 +57,7 @@ description: |
57
57
  | [references/auth.md](references/auth.md) | 认证命令:扫码登录、查看状态、登出 |
58
58
  | [references/music.md](references/music.md) | 音乐命令:搜索、推荐、收藏、统计、榜单 |
59
59
  | [references/install.md](references/install.md) | 安装命令:SKILL.md 安装到各平台 |
60
+ | [references/update.md](references/update.md) | 更新命令:检查/执行自动更新 |
60
61
  | [references/output-format.md](references/output-format.md) | 输出格式与展示规范 |
61
62
  | [references/error-handling.md](references/error-handling.md) | 错误处理与常见错误 |
62
63
 
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kg-ai/kugou-skill",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "Kugou Skill CLI",
5
5
  "main": "index.js",
6
6
  "bin": {