plugin-center
August 19, 2026 · View on GitHub
DeepSeek Harness Web UI 的统一插件管理面板。在侧边栏一键打开,管理所有宿主插件——启用、禁用、浏览社区插件市场、AI 解释。
功能
- 插件管理 — 查看所有宿主插件(官方 / 第三方 / 动态),一键启用或禁用
- 插件市场 — 在 UI 内直接浏览 github.com/topics/dsh-plugin,支持搜索、按 Star 或更新时间排序
- AI 解释 — 一键让 AI 用中文告诉你某个插件是干嘛的(需已配置 LLM 模型)
- 重启 dsh — 从面板内干净重启
dsh web(有 systemd 时自动委托给 systemctl)
安装
dsh plugin --profile web add plugin-center
或手动添加到 cordis.patch.yml:
- insert:
- id: plugin-center
name: 'plugin-center'
然后重启 dsh web。
使用
打开侧边栏底部的 插件 按钮,默认进入 插件管理 tab,查看所有已加载的插件及其状态。切换到 插件市场 tab 可以发现和安装社区插件。
依赖
- DeepSeek Harness (dsh) Web UI profile
- Node.js >= 20.18
- React(Web 运行时自带)
@deepseek-ai/dsh-llm(peer dependency,AI 解释功能需要)
许可证
MIT