Netease Cloud Music

v0.1.0

提供网易云音乐公开歌单、歌曲和歌手的播放及互动数据摘要,支持排行榜和作品表现分析。

0· 367·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (public playlist/song/artist summaries and rankings) match the SKILL.md: it only needs access to public pages and extraction of listed fields. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md confines actions to public pages and light analysis, recommends manual opening for dynamic rendering, and explicitly says not to perform automated login or bulk scraping. The guidance is appropriately scoped, but the phrases about using '登录态' for personal pages and '人工打开后触发解析' are slightly ambiguous about how login state or a browser DOM will be provided; the skill does not declare any mechanism for obtaining cookies/credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md mentions optional login state only as a caveat but does not require credentials—this is coherent but the platform/operator should ensure the agent will not attempt to access user cookies or secrets.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. Autonomous invocation is allowed (platform default) which is expected for this kind of skill.
Assessment
This skill appears coherent and low-risk: it only describes scraping public NetEase Cloud Music pages and asks for no installs or secrets. Before installing, confirm (1) the agent will not attempt to read your browser cookies or prompt you to paste login tokens, (2) scraping frequency is rate-limited and respects the site's terms/robots.txt, and (3) if the agent runs autonomously you are comfortable with it visiting public music. If you plan to include private/personal pages, require an explicit, auditable mechanism for providing credentials rather than letting the skill assume access.

Like a lobster shell, security has layers — review code before you run it.

latestvk978fqmyq65k06j8kx31je9m4x835na9
367downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

网易云音乐

用途与边界

  • 面向公开歌单、歌曲与歌手页的检索与表现数据摘要
  • 不提供下载、接口逆向或突破风控能力
  • 仅用于公开页面的轻量分析与提醒

关键入口

常见任务

  • 指定歌单的曲目摘要(播放、收藏、评论)
  • 歌手主页作品的时序表现对比(近7/30天)
  • 排行榜分布统计(风格、语种、时长)

数据字段

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

自动化要点

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

示例流程

  • 歌单摘要:访问歌单页 → 抽取曲目 → 统计播放/收藏/评论
  • 歌手对比:访问主页 → 抽取近期作品 → 输出表现摘要
  • 排行榜扫描:访问榜单 → 抽取条目 → 风格/语种统计

合规提示

  • 遵守平台规则,不进行下载、接口调用或批量采集
  • 结果仅用于内部分析与提醒

Comments

Loading comments...