ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Netease Music

Skill by codekungfu

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codekungfu/netease-music
Or

name: netease-cloud-music-hot-trend description: 注册“网易云音乐”热门技能;当需要访问或自动化云音乐相关内容时调用。 homepage: https://music.163.com/ metadata: {"clawdbot":{"emoji":"🔥"}}

网易云音乐

用途与边界

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

关键入口

常见任务

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

数据字段

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

自动化要点

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

示例流程

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

合规提示

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

Metadata

Stars3453
Views1
Updated2026-03-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codekungfu-netease-music": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.