← Back to Skills Marketplace
codekungfu

Netease Music

by ClawKK · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
193
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install netease-music
Description
提供网易云音乐公开歌单、歌曲及歌手数据摘要,支持排行榜和作品表现的轻量分析与展示。
README (SKILL.md)

网易云音乐

用途与边界

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

关键入口

  • 主页:https://music.163.com/
  • 排行榜:https://music.163.com/#/discover/toplist
  • 搜索入口:https://music.163.com/#/search

常见任务

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

数据字段

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

自动化要点

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

示例流程

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

合规提示

  • 遵守平台规则,不进行下载、接口调用或批量采集
  • 结果仅用于内部分析与提醒
Usage Guidance
This skill appears coherent and low-risk from a technical-installation perspective because it only contains instructions for extracting public page data and asks for no credentials or installs. Before enabling, consider: (1) legal/ToS risk — scraping may violate NetEase's terms or rate limits; (2) avoid supplying any account credentials or tokens (the skill disallows automated login, so do not provide secrets); (3) monitor agent behavior — although the skill recommends manual verification for dynamic pages, the agent could still act autonomously; (4) enforce rate limits and avoid bulk collection as the SKILL.md suggests. If you need stronger guarantees, require human-in-the-loop steps for any web interaction or restrict the agent so it cannot autonomously browse the web.
Capability Analysis
Type: OpenClaw Skill Name: netease-music Version: 0.1.0 The skill bundle consists of metadata and instructions (SKILL.md) for an AI agent to analyze public Netease Cloud Music data. The instructions are safety-conscious, explicitly forbidding unauthorized downloading, API reverse engineering, or bypassing platform risk controls, and focus solely on summarizing public playlists and artist statistics. No executable code, suspicious network calls, or prompt injection attacks were identified.
Capability Assessment
Purpose & Capability
Name/description promise (public playlists, songs, artists summary and light analytics) matches the SKILL.md instructions which only describe visiting public pages and extracting listed fields. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to reading public pages, extracting song/playlist/artist metadata, and producing light statistics. They explicitly disallow downloading, reverse-engineering, bulk scraping, or automated login interactions and recommend human verification for dynamic pages.
Install Mechanism
No install spec and no code files are present — the skill is instruction-only, so nothing is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a utility that works only with public web pages.
Persistence & Privilege
always is false and the skill does not request persistent/system privileges or modify other skills. It may be autonomously invoked by the agent (platform default), but this is not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install netease-music
  3. After installation, invoke the skill by name or use /netease-music
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
netease-music 0.1.0 - 初始发布,注册“网易云音乐”热门趋势技能 - 支持公开歌单、歌曲与歌手页的信息检索与数据摘要 - 提供排行榜、搜索及作品表现的基础数据统计能力 - 明确合规范围:不下载、不逆向、不突破风控、不批量抓取 - 推荐仅对公开页面做轻量分析与提醒
Metadata
Slug netease-music
Version 0.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Netease Music?

提供网易云音乐公开歌单、歌曲及歌手数据摘要,支持排行榜和作品表现的轻量分析与展示。 It is an AI Agent Skill for Claude Code / OpenClaw, with 193 downloads so far.

How do I install Netease Music?

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

Is Netease Music free?

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

Which platforms does Netease Music support?

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

Who created Netease Music?

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

💬 Comments