← 返回 Skills 市场
281
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install ncm-cli-setup
功能描述
安装和配置 ncm-cli(网易云音乐 CLI 工具)。当用户需要安装 ncm-cli、配置 API Key、安装 mpv 播放器,或排查安装问题时,使用此 skill。
安全使用建议
This skill is coherent with its stated purpose: it will run npm to install ncm-cli and may run the bundled Python script to invoke your system package manager and install mpv (using sudo). Before running: review the install_mpv.py script (already included), be prepared to enter your password for sudo, and ensure you trust the system package repositories on your machine. The skill does not request secrets or contact unknown external endpoints, but it will perform privileged package installs — run it only on machines where you trust making system changes.
功能分析
Type: OpenClaw Skill
Name: ncm-cli-setup
Version: 1.0.1
The skill bundle automates the installation of ncm-cli and mpv using high-privilege system operations. The script 'scripts/install_mpv.py' utilizes 'sudo' and 'shell=True' to interface with various system package managers (e.g., apt, brew, winget), which are high-risk behaviors even if aligned with the stated purpose. Additionally, 'SKILL.md' directs the agent to handle sensitive user credentials (API keys) and perform global npm installations, which are considered risky capabilities in an automated agent context.
能力评估
Purpose & Capability
The name/description (install and configure ncm-cli and mpv) matches the instructions and the included Python installer. The npm global install of @music163/ncm-cli and configuring appId/privateKey are expected for this purpose.
Instruction Scope
SKILL.md instructs the agent/user to run npm install -g, set API keys, choose a player, and run the bundled python installer. The instructions do not attempt to read unrelated system files or exfiltrate data, but they do execute system package-manager commands and call sudo when needed — so the installer will run privileged system operations to install mpv.
Install Mechanism
There is no separate install spec; this is instruction-driven with an included scripts/install_mpv.py. The script invokes platform package managers (apt, dnf, pacman, brew, winget, choco, scoop) via shell commands. That is expected for an installer but means the script will execute commands that download and install software from the system's package sources.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md asks the user to set ncm-cli appId/privateKey via ncm-cli config, which is appropriate and local to the tool.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system agent configuration. It does require elevated privileges only insofar as installing system packages (uses sudo when needed).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ncm-cli-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/ncm-cli-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 修正了 ncm-cli 的 npm 包名,由 @music/ncm-cli 改为 @music163/ncm-cli
- 文档其余部分未作变更
v1.0.0
ncm-cli-setup 1.0.0
- 首次发布:提供 ncm-cli(网易云音乐 CLI 工具)的详细安装、配置与常见问题文档
- 支持安装和检测 mpv 播放器,涵盖 macOS、Windows、Linux 各平台的自动与手动安装方式
- 指导配置 API Key、默认播放器,及必需的登录流程
- 汇总常见安装和登录问题的排查建议
- 适用于需要 Node.js >= 18 的环境
元数据
常见问题
ncm-cli setup 是什么?
安装和配置 ncm-cli(网易云音乐 CLI 工具)。当用户需要安装 ncm-cli、配置 API Key、安装 mpv 播放器,或排查安装问题时,使用此 skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。
如何安装 ncm-cli setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ncm-cli-setup」即可一键安装,无需额外配置。
ncm-cli setup 是免费的吗?
是的,ncm-cli setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ncm-cli setup 支持哪些平台?
ncm-cli setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ncm-cli setup?
由 JunfengL(@junfengl)开发并维护,当前版本 v1.0.1。
推荐 Skills