← 返回 Skills 市场
170
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kugou
功能描述
访问和摘要酷狗音乐公开歌单、排行榜及歌手作品的播放和收藏数据,支持趋势与风格分析。
使用说明 (SKILL.md)
酷狗音乐
用途与边界
- 面向公开歌单与歌曲页的检索与表现数据摘要
- 不提供下载、接口逆向或突破风控能力
- 仅用于公开页面的轻量分析与提醒
关键入口
- 主页:https://www.kugou.com/
- 排行榜:https://www.kugou.com/yy/rank/home/1-8888.html
- 搜索入口:https://www.kugou.com/yy/html/search.html
常见任务
- 指定歌单/榜单的曲目摘要(播放、收藏)
- 歌手主页作品的时序表现对比(近7/30天)
- 风格与语种分布统计
数据字段
- 歌曲名称、歌手、专辑、时长、播放量/收藏量、链接
- 歌单名称、创建者、曲目数、播放/收藏量、链接
- 歌手主页链接、作品交互指标摘要
自动化要点
- 动态渲染与人机校验,建议人工打开后触发解析
- 请求频率需控制,不进行批量抓取
- 登录态仅用于个人页信息整理,不自动执行交互
示例流程
- 榜单摘要:访问榜单页 → 抽取曲目 → 统计播放/收藏
- 歌手对比:访问主页 → 抽取近期作品 → 输出表现摘要
- 分类统计:访问歌单 → 依据标签与元数据统计风格/语种
合规提示
- 遵守平台规则,不进行下载、接口调用或批量采集
- 结果仅用于内部分析与提醒
安全使用建议
This skill appears coherent: it only documents how to extract and summarize publicly visible Kugou pages and does not request credentials or install code. Things to consider before installing: (1) confirm the agent environment won't grant the skill access to your browser cookies or saved sessions unless you intend that — the SKILL.md mentions 'login state' but does not request credentials; (2) enforce the documented limits (no bulk scraping, no automated login) in any automated execution policy you use; (3) avoid providing your Kugou account credentials to the skill. If you need the skill to run fully automated, ask the author for explicit, minimal credential requirements and safe rate-limiting behavior.
功能分析
Type: OpenClaw Skill
Name: kugou
Version: 0.1.0
The skill bundle consists of metadata and instructions (SKILL.md) for an AI agent to interact with the Kugou Music website. It focuses on retrieving public data such as song rankings and playlist summaries, and it explicitly includes constraints against downloading, reverse engineering, or bypassing security controls. No malicious code, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description (summarize public playlists, charts, artist metrics) align with the SKILL.md tasks and data fields. The skill asks for no unusual binaries, env vars, or config paths.
Instruction Scope
SKILL.md confines actions to public pages, describes fields to extract, and explicitly forbids downloads, API reverse-engineering, bulk scraping, and automated login interactions. It recommends manual opening for dynamic pages, which keeps scope narrow. No instructions ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
No install spec or code files are present (instruction-only). Nothing will be written to disk by the skill itself.
Credentials
The skill declares no required credentials or env vars. SKILL.md mentions using a 'login state' only for personal-page summaries but says not to perform automated interactions; this is acceptable but ambiguous — if the agent executes in an environment with browser cookies/session tokens, those could be used implicitly. The skill itself does not request credentials.
Persistence & Privilege
always is false and agent invocation is user-invocable. There is no install, no self-modifying behavior, and no claims to modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kugou - 安装完成后,直接呼叫该 Skill 的名称或使用
/kugou触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
kugou-hot-trend v0.1.0
- Initial release registering the Kugou Music trending skill.
- Enables retrieval and summary of public Kugou playlists, rankings, and artist performance data.
- Focuses on lightweight analysis: song metadata, popularity stats, and style/language distribution.
- No downloading, batch scraping, or API reverse engineering.
- For compliant, automated extraction and internal reminders based on public Kugou pages only.
元数据
常见问题
Kugou 是什么?
访问和摘要酷狗音乐公开歌单、排行榜及歌手作品的播放和收藏数据,支持趋势与风格分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。
如何安装 Kugou?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kugou」即可一键安装,无需额外配置。
Kugou 是免费的吗?
是的,Kugou 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Kugou 支持哪些平台?
Kugou 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Kugou?
由 mike47512(@mike47512)开发并维护,当前版本 v0.1.0。
推荐 Skills