cxdyun/dsh-skills-marketplace1

dsh-skills-marketplace

DSH 仓库技能市场管理器:按 仓库地址+分支+稀疏路径 拉取插件/技能,安装进 ~/.dsh/skills,在设置页以插件维度管理

包名
dsh-skills-marketplace
版本
0.2.1
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cxdyun/dsh-skills-marketplace

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)。