cxdyun/dsh-skills-marketplace1

dsh-skills-marketplace

DSH 仓库技能市场管理器:支持按仓库地址、分支及路径拉取插件与技能,安装至本地,并在设置页进行维度管理与开关控制。

AI 分析

核心用途是便捷地发现、安装和管理第三方技能。适合希望扩展 DSH 能力、统一管理多个 Git 技能源的用户。需 pnpm 10+。

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