← Back to Skills Marketplace
mike47512

Kugou

by mike47512 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
170
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kugou
Description
访问和摘要酷狗音乐公开歌单、排行榜及歌手作品的播放和收藏数据,支持趋势与风格分析。
README (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天)
  • 风格与语种分布统计

数据字段

  • 歌曲名称、歌手、专辑、时长、播放量/收藏量、链接
  • 歌单名称、创建者、曲目数、播放/收藏量、链接
  • 歌手主页链接、作品交互指标摘要

自动化要点

  • 动态渲染与人机校验,建议人工打开后触发解析
  • 请求频率需控制,不进行批量抓取
  • 登录态仅用于个人页信息整理,不自动执行交互

示例流程

  • 榜单摘要:访问榜单页 → 抽取曲目 → 统计播放/收藏
  • 歌手对比:访问主页 → 抽取近期作品 → 输出表现摘要
  • 分类统计:访问歌单 → 依据标签与元数据统计风格/语种

合规提示

  • 遵守平台规则,不进行下载、接口调用或批量采集
  • 结果仅用于内部分析与提醒
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kugou
  3. After installation, invoke the skill by name or use /kugou
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug kugou
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Kugou?

访问和摘要酷狗音乐公开歌单、排行榜及歌手作品的播放和收藏数据,支持趋势与风格分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.

How do I install Kugou?

Run "/install kugou" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kugou free?

Yes, Kugou is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Kugou support?

Kugou is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kugou?

It is built and maintained by mike47512 (@mike47512); the current version is v0.1.0.

💬 Comments