← Back to Skills Marketplace
yangyunzhao

网易云音乐网页版控制

by yangyunzhao · GitHub ↗ · v0.1.6 · MIT-0
cross-platform ✓ Security Clean
227
Downloads
0
Stars
1
Active Installs
7
Versions
Install in OpenClaw
/install netease-web-player-control
Description
Control NetEase Cloud Music Web in a browser. Use to (1) search and play a song by keyword, preferably artist + title, or (2) open My Music and play one of t...
README (SKILL.md)

网易云音乐网页版控制 / NetEase Cloud Music Web Control

中文: 在浏览器中控制网易云音乐网页版。支持两类操作:

  • 搜歌播放
  • 我的音乐歌单播放

建议:搜歌时优先使用“歌手 + 歌名”。

English: Control NetEase Cloud Music Web in a browser. Supports two actions:

  • song search playback
  • My Music playlist playback

Recommendation: prefer artist + title for song search.

Trigger phrases

搜歌:

  • 搜歌 ...
  • 搜索 ...
  • 播放歌曲 ...
  • 找歌 ...

歌单:

  • 歌单 ...
  • 我的歌单 ...
  • 播放我的歌单 ...
  • 我创建的歌单 ...

Behavior rules

  • 默认先检查 我的音乐 → 创建的歌单;无明确匹配时再走搜歌。
  • 搜歌优先匹配 歌手 + 歌名,短歌名歧义时先确认,不乱播。
  • 仅控制网页版;不处理桌面客户端、下载、逆向或批量抓取。
  • 我的歌单模式要求网页已登录。
  • 歌曲页播放时,避免误点 播放mv去客户端播放
  • 点击播放后不要立刻判失败;先短暂等待,再复查底部播放器。
  • 只有底部播放器真的切到目标歌曲时,才报告“已开始播放”。
  • 如果失败,要明确说明卡在哪一步。

Preferred examples

  • 搜歌 王心凌 爱你
  • 搜歌 王心凌 第一次爱的人
  • 歌单 游鸿明
  • 我的歌单 王心凌
Usage Guidance
This skill appears coherent and does not ask for credentials or install code. Before enabling it, confirm your agent platform actually grants it only the browser-control capability you expect (it will need access to the browser DOM and your logged-in NetEase session for 'My Music' playlists). Because the SKILL.md is implementation-agnostic, review any future versions that add scripts or installers (the repository includes an empty scripts/ folder reserved for future helpers) and avoid granting broad system-level permissions you don't intend.
Capability Analysis
Type: OpenClaw Skill Name: netease-web-player-control Version: 0.1.6 The skill bundle contains instructions for an AI agent to automate interactions with the NetEase Cloud Music web interface, such as searching for songs and playing playlists. The files (SKILL.md, _meta.json, and scripts/README.txt) do not contain any executable code, network exfiltration logic, or malicious prompt injection designed to compromise the agent or the host system.
Capability Assessment
Purpose & Capability
Name/description match the contents of SKILL.md. The skill is an instruction-only browser-control helper and does not request unrelated environment variables, binaries, or installs.
Instruction Scope
SKILL.md stays within the stated purpose (search and play songs or playlists on the NetEase web player). It assumes control of the browser/DOM and that the user is logged in for 'My Music' mode — the doc is implementation-agnostic and gives the agent behavioral rules rather than low-level commands. That vagueness is not a security red flag by itself but means the agent will need browser-control capabilities (and access to the user's logged-in session) to operate.
Install Mechanism
No install spec or code files to download or execute. Instruction-only skills are lowest-risk from an install perspective.
Credentials
The skill declares no environment variables, credentials, or config paths. The only implied requirement is access to the user's browser session (cookies/auth) for playlist playback, which is consistent with the described functionality.
Persistence & Privilege
always is false and there is no attempt to modify other skills or system-wide settings. Autonomous invocation is enabled by default (normal) and does not combine 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-web-player-control
  3. After installation, invoke the skill by name or use /netease-web-player-control
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.6
进一步精简中英双语说明,收敛为触发短语、关键规则与示例,减少冗长流程描述。
v0.1.5
精简中英文说明,统一为简洁技术风格;中英双语描述保持语义一致;保留核心操作范围与关键使用方式。
v0.1.4
补充歌曲页播放规则:避免误点播放mv或去客户端播放;要求点击歌曲主播放按钮后短暂等待,再复查底部播放器是否真正切到目标歌曲;进一步减少将“已打开页面”误判为“已开始播放”的风险。
v0.1.3
增加执行检查清单;强化搜歌后切播成功判定,要求以底部播放器实际切换为准;补充更明确的失败反馈;加入 scripts 目录为后续辅助实现预留结构。
v0.1.2
补强搜索模式与歌曲页切播规则;要求以底部播放器实际曲目作为播放成功判断依据;增加 scripts 目录为后续确定性辅助能力预留结构;继续验证并保留对歌曲页已打开但未成功切播的明确失败反馈。
v0.1.1
优化中英文介绍与技能说明;补充中文快速用法;改进搜索模式规则,强调短歌名歧义处理与歌手+歌名优先;补充歌曲页已打开但未成功切播时的明确反馈规则。
v0.1.0
初始版本:支持根据关键字搜索并播放网易云音乐网页版;支持进入我的音乐并按关键字匹配用户创建的歌单后播放;增加搜索模式与我的歌单模式的区分规则。
Metadata
Slug netease-web-player-control
Version 0.1.6
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 7
Frequently Asked Questions

What is 网易云音乐网页版控制?

Control NetEase Cloud Music Web in a browser. Use to (1) search and play a song by keyword, preferably artist + title, or (2) open My Music and play one of t... It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.

How do I install 网易云音乐网页版控制?

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

Is 网易云音乐网页版控制 free?

Yes, 网易云音乐网页版控制 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 网易云音乐网页版控制 support?

网易云音乐网页版控制 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 网易云音乐网页版控制?

It is built and maintained by yangyunzhao (@yangyunzhao); the current version is v0.1.6.

💬 Comments