@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
|
-
|
|
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
|
package/bin/darwin-x64/kugou-cli
CHANGED
|
Binary file
|
|
Binary file
|
package/bin/linux-x64/kugou-cli
CHANGED
|
Binary file
|
|
Binary file
|