@kg-ai/kugou-skill 0.0.8 → 0.0.9

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/SKILL.md CHANGED
@@ -1,8 +1,17 @@
1
1
  ---
2
2
  name: kugou-skill
3
3
  description: |
4
- kugou-skill 是酷狗音乐 API CLI 工具,用于搜索、推荐、收藏、统计、榜单等功能。
5
- 触发场景:用户要求搜索歌曲、获取推荐、管理收藏、查看听歌统计、查看榜单等酷狗音乐相关操作。
4
+ 酷狗音乐助手,提供歌曲搜索、每日推荐、相似推荐、收藏管理、听歌统计、酷狗榜单等功能。
5
+
6
+ **触发场景**(满足任一即使用本技能):
7
+ - 用户要求推荐歌曲、听歌建议
8
+ - 用户要求搜索歌曲、查找歌手作品
9
+ - 用户要求查看音乐榜单(飙升榜、TOP500、抖音热歌等)
10
+ - 用户要求查看收藏、最近播放、听歌统计
11
+ - 用户提到"酷狗"、"kugou"、"每日推荐"、"相似歌曲"
12
+
13
+ **与其他音乐技能的区别**:酷狗音乐以推荐算法见长,榜单数据实时更新,适合获取热门歌曲和个性化推荐。
14
+
6
15
  安装方式:npm install -g @kg-ai/kugou-skill
7
16
  ---
8
17
 
@@ -144,7 +153,7 @@ kugou-cli auth login --output base64 # 输出 base64 编码的图片数据(
144
153
  - `{"status": "waiting", ...}` — 等待扫码
145
154
  - `{"status": "scanned", "nickname": "...", ...}` — 已扫码,等待用户在手机上确认
146
155
  - `{"status": "success", "nickname": "...", "secret": "..."}` — 登录成功,token 已持久化
147
- - `{"status": "failed", "message": "QR code expired or login failed"}` — 登录失败(二维码过期),需重新执行
156
+ - `{"status": "failed", "message": "QR code expired or login failed"}` — 登录失败(二维码过期),需重新执行
148
157
 
149
158
  ---
150
159
 
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.8",
3
+ "version": "0.0.9",
4
4
  "description": "Kugou Skill CLI",
5
5
  "main": "index.js",
6
6
  "bin": {