@kg-ai/kugou-skill 0.0.13 → 0.0.15

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
@@ -347,7 +347,7 @@ kugou-cli music stats --date-type 1 --date 20260501 # 指定周查询
347
347
 
348
348
  **关键字段**:
349
349
  - `listen_duration`: 今日/周/月听歌时长(秒)
350
- - `top_clocks`: 听歌时长最长的 Top3 时段描述(日类型格式如"今日08:00-10:00听歌30分钟",周/月类型格式如"近7天平均08:00-10:00听歌119分钟")
350
+ - `top_clocks`: 听歌时长最长的 Top3 时段描述(日类型格式如"今日08:00-10:00听歌30分钟",周/月类型格式如"2026-02月听歌38213分钟")
351
351
  - `accumulate_listen_days`: 累计听歌天数
352
352
  - `continue_listen_days`: 连续听歌天数
353
353
  - `listen_total`: 累计听歌次数
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.13",
3
+ "version": "0.0.15",
4
4
  "description": "Kugou Skill CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -41,6 +41,7 @@ const skillDirs = [
41
41
  path.join(os.homedir(), '.hermes', 'skills', 'kugou-skill'),
42
42
  path.join(os.homedir(), '.openclaw', 'skills', 'kugou-skill'),
43
43
  path.join(os.homedir(), '.codex', 'skills', 'kugou-skill'),
44
+ path.join(os.homedir(), '.workbuddy', 'skills', 'kugou-skill'),
44
45
  ];
45
46
 
46
47
  if (fs.existsSync(skillSrc)) {