From netease-cloud-music
操作网易云音乐云盘,基于维护中的 ncmctl CLI 进行 Cookie 登录、CookieCloud 登录与云盘上传。兼容用户可能说的 netease-music-cloud。Use when the user asks about NetEase Cloud Music cloud drive, 网易云音乐云盘, ncmctl, cookie login, CookieCloud login, or cloud uploads. Keywords: 网易云音乐, 云盘, netease-cloud-music, netease-music-cloud, ncmctl, CookieCloud.
npx claudepluginhub n0rvyn/indie-toolkit --plugin netease-cloud-musicThis skill is limited to using the following tools:
通过 `ncmctl` 调用网易云音乐的社区实现接口,优先走已维护 CLI,而不是直接在 skill 里拼逆向请求。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
通过 ncmctl 调用网易云音乐的社区实现接口,优先走已维护 CLI,而不是直接在 skill 里拼逆向请求。
Binaryify/NeteaseCloudMusicApi 是历史上最主流的 Node 方案,但主仓库已归档pyncm 仍在发版,适合 Python 集成chaunsin/netease-cloud-music 的 ncmctl 已把登录、CookieCloud、云盘上传整成 CLI;作为日常操作入口更顺手ncmctlBASE="${CLAUDE_PLUGIN_ROOT:-${CODEX_HOME:-$HOME/.codex}}"
SKILLS_ROOT="$BASE/skills"
[ -d "$SKILLS_ROOT/netease-cloud-music/scripts" ] || SKILLS_ROOT="$BASE/indie-toolkit/netease-cloud-music/skills"
${SKILLS_ROOT}/netease-cloud-music/scripts/netease_cloud_music_doctor.sh
${SKILLS_ROOT}/netease-cloud-music/scripts/netease_cloud_music.sh
${SKILLS_ROOT}/netease-cloud-music/scripts/netease_cloud_music_doctor.sh
Cookie 文件导入:
${SKILLS_ROOT}/netease-cloud-music/scripts/netease_cloud_music.sh login cookie -f cookie.txt
CookieCloud:
${SKILLS_ROOT}/netease-cloud-music/scripts/netease_cloud_music.sh login cookiecloud -u <用户名> -p <密码> -s http://127.0.0.1:8088
说明:
8821上传单文件:
${SKILLS_ROOT}/netease-cloud-music/scripts/netease_cloud_music.sh cloud '/path/to/music.mp3'
上传目录:
${SKILLS_ROOT}/netease-cloud-music/scripts/netease_cloud_music.sh cloud '/path/to/music/'
目录上传说明:
ncmctl cloud -hncmctl;如未安装,doctor 会直接报缺失