← Back to Skills Marketplace
281
Downloads
0
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install ncm-cli-setup
Description
安装和配置 ncm-cli(网易云音乐 CLI 工具)。当用户需要安装 ncm-cli、配置 API Key、安装 mpv 播放器,或排查安装问题时,使用此 skill。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ncm-cli-setup - After installation, invoke the skill by name or use
/ncm-cli-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
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 的环境
Metadata
Frequently Asked Questions
What is ncm-cli setup?
安装和配置 ncm-cli(网易云音乐 CLI 工具)。当用户需要安装 ncm-cli、配置 API Key、安装 mpv 播放器,或排查安装问题时,使用此 skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.
How do I install ncm-cli setup?
Run "/install ncm-cli-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ncm-cli setup free?
Yes, ncm-cli setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ncm-cli setup support?
ncm-cli setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ncm-cli setup?
It is built and maintained by JunfengL (@junfengl); the current version is v1.0.1.
More Skills