cxdyun/dsh-skills-marketplace ↗★ 1
dsh-skills-marketplace
DSH 仓库技能市场管理器:按 仓库地址+分支+稀疏路径 拉取插件/技能,安装进 ~/.dsh/skills,在设置页以插件维度管理
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cxdyun/dsh-skills-marketplace说明文档
阅读完整 README ↗HTTP API(供 GUI 使用)
| Method 方法 | Path 路径 | 说明 |
|---|---|---|
| GET | /skills-marketplace/sources | 来源列表 list sources |
| POST | /skills-marketplace/sources | 添加 add {url, ref?, sparsePath?} |
| DELETE | /skills-marketplace/sources/:id | 移除来源(保留已装技能)remove a source |
| GET | /skills-marketplace/catalog?source= | 远端插件/技能目录(插件优先)remote catalog |
| GET | /skills-marketplace/installed?source= | 已安装视图 installed view |
| POST | /skills-marketplace/install | 安装 install {sourceId, pluginId, skills?} |
| POST | /skills-marketplace/uninstall | 卸载 uninstall {sourceId, pluginId} |
| POST | /skills-marketplace/skill-toggle | 技能开关 {sourceId, pluginId, skill, on} |
| POST | `/skills-marketplace/refresh/ | |
| ` | 增量更新 incremental update |
所有非 GET 端点强制同源校验(已验证跨域返回 403)。