openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Netease Music

提供网易云音乐公开歌单、歌曲及歌手数据摘要,支持排行榜和作品表现的轻量分析与展示。

数据与表格

作者:ClawKK @ codekungfu

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v0.1.0

统计:⭐ 0 · 52 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:codekungfu/netease-music

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requirements and runtime instructions are internally consistent with its stated purpose of summarizing public NetEase Cloud Music pages; it is an instruction-only scraper helper with no extra installs or credential access requested.

目的

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.

说明范围

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.

安装机制

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.

证书

The skill declares no required environment variables, credentials, or config paths. That is proportionate for a utility that works only with public web pages.

持久

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.

综合结论

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 — alt…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Netease Music」。简介:提供网易云音乐公开歌单、歌曲及歌手数据摘要,支持排行榜和作品表现的轻量分析与展示。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/codekungfu/netease-music/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

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

# 网易云音乐

用途与边界

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

关键入口

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

常见任务

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

数据字段

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

自动化要点

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

示例流程

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

合规提示

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