Files
market/skills/netease-skills/entry.json
Yige a205ef20f0 feat: 迁移统一目录元数据契约 (#102)
## 中文

- 为 System Agent、34 个 Builtin Skill、28 个 Pointer/Collection 条目增加 catalog
sidecar
- 覆盖 147 个 collection child,并固定可证明的来源;无法证明的内容保持 listing-only/unknown
- 增加 strict Schema、validator、collection check 与 CI 完整性门禁

## English

- Add catalog metadata sidecars for the System Agent, 34 built-in
Skills, and 28 pointer/collection entries
- Cover 147 collection children while keeping unverifiable facts
listing-only or unknown
- Add strict schemas, validators, deterministic collection checks, and
CI completeness gates

## 验证 / Verification

- Catalog validator 17/17
- Collection generator 4/4
- 63 sidecars, 147 children, zero errors
2026-08-31 04:10:49 -04:00

73 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "netease-skills",
"name": "NetEase Skills",
"category": "productivity",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M7 17h10a3.5 3.5 0 0 0 .5-6.96A5.5 5.5 0 0 0 7.1 8.7 4.2 4.2 0 0 0 7 17Z\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linejoin=\"round\"/><path d=\"m10 14 2-2 2 2\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>",
"tags": [
"NetEase"
],
"i18n": {
"zh-CN": {
"name": "网易云音乐 Skills",
"shortDesc": "基于 ncm-cli 的网易云音乐 AI Agent 技能包,支持音乐搜索、播放与账号配置等操作"
},
"en-US": {
"name": "NetEase Skills",
"shortDesc": "NetEase Cloud Music agent skills built on ncm-cli, for music search, playback and account setup"
}
},
"maintainer": {
"name": "NetEase",
"verified": false,
"account": "NetEase",
"url": "https://github.com/NetEase/skills"
},
"stewardship": "pointer",
"license": "not-declared",
"redistribution": "source-pointer-only",
"source": {
"kind": "git",
"repoUrl": "https://github.com/NetEase/skills.git",
"repoBranch": "master",
"ref": "58ff0771d6977feb847d6bfe322280eec4bec004"
},
"children": [
{
"id": "ncm-cli-setup",
"path": "ncm-cli-setup",
"i18n": {
"zh-CN": {
"shortDesc": "安装和配置 ncm-cli网易云音乐 CLI 工具)。当用户需要安装 ncm-cli、配置 API Key、安装 mpv 播放器,或排查安装问题时,使用此 skill。"
},
"en-US": {
"shortDesc": "安装和配置 ncm-cli网易云音乐 CLI 工具)。当用户需要安装 ncm-cli、配置 API Key、安装 mpv 播放器,或排查安装问题时,使用此 skill。"
}
}
},
{
"id": "netease-music-assistant",
"path": "netease-music-assistant",
"i18n": {
"zh-CN": {
"shortDesc": "网易云音乐智能助手,以模型判断为核心,通过 ncm-cli 执行操作。"
},
"en-US": {
"shortDesc": "网易云音乐智能助手,以模型判断为核心,通过 ncm-cli 执行操作。"
}
}
},
{
"id": "netease-music-cli",
"path": "netease-music-cli",
"i18n": {
"zh-CN": {
"shortDesc": "使用 ncm-cli 操作网易云音乐。当用户想播放歌曲、搜索歌曲、控制播放(暂停、下一首、上一首、调音量)、管理播放队列、查看播放状态、播放歌单时,使用此 skill。"
},
"en-US": {
"shortDesc": "使用 ncm-cli 操作网易云音乐。当用户想播放歌曲、搜索歌曲、控制播放(暂停、下一首、上一首、调音量)、管理播放队列、查看播放状态、播放歌单时,使用此 skill。"
}
}
}
]
}