DeepSeek Harness Hub
← 返回列表

插件管理器chuyue-yue/dsh-plugin-manager

DeepSeek Harnessspec-screened在 GitHub 查看 ↗
未验证

在设置页输入包名即可在线安装或移除插件

尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/8/17 · 已提供中文文档
综合分
26.9
GitHub 分
26.9
用户评分
★ Stars
0
周下载量
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add chuyue-yue/dsh-plugin-manager
该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

dsh-plugin-installer-ui

English

DSH(DeepSeek Harness)插件管理器:在「设置 → 插件」中新增「安装插件」页签,输入
dsh plugin 命令或包名即可在线添加 / 移除插件,无需手动编辑配置文件。

功能简介

- 在线安装 / 移除插件:在「设置 → 插件 → 安装插件」页签中输入包名或完整命令,一键执行
dsh plugin --profile web add/remove ,实时显示执行输出与结果状态。
- Host 端:注册 POST /api/plugin-manager/install 与 GET /api/plugin-manager/status
HTTP 路由,代理执行 dsh plugin 命令(含命令解析、包名安全校验、超时保护)。
- Client 端:在「设置 → 插件」页签组中注入「安装插件」标签页(输入框 + 添加 / 移除按钮 + 执行输出)。
- 环境诊断:页签底部显示 node 版本、目标 profile 与 DSH_HOME 路径,方便排查问题。

环境要求

- DeepSeek Harness(DSH)已安装
- pnpm(dsh plugin 命令基于 pnpm 转发)

安装

dsh plugin --profile web add dsh-plugin-installer-ui

也可以从 GitHub 直接安装(无需发布到 npm):

dsh plugin --profile web add github:chuyue-yue/dsh-plugin-manager
或固定版本:
dsh plugin --profile web add https://github.com/chuyue-yue/dsh-plugin-manager/archive/refs/tags/v1.0.0.tar.gz

安装完成后 重启 dsh web 服务,刷新页面,即可在 设置 → 插件 看到「安装插件」页签。

使用

在「安装插件」页签中输入(支持三种格式):

| 输入 | 效果 |
| --- | --- |
| dsh plugin --profile web add  | 安装插件(完整命令) |
|  | 安装插件(默认执行 add) |
| remove  | 移除插件 |

安装依赖网络与 pnpm;若提示找不到 pnpm,请先安装 pnpm 后重试。

卸载

dsh plugin --profile web remove dsh-plugin-installer-ui

开发

dsh-plugin-installer-ui/
├── lib/
│   ├── index.js      # host 端:HTTP 路由(install / status)
│   └── client.js     # client 端:「安装插件」页签
├── cordis.patch.yml  # bundle 激活层(dsh plugin add 后自动挂载)
└── package.json

- dsh.client 声明 client 端注入(platform: web、immediately: true);
- dsh.bundle.patch 声明 bundle 激活层,dsh plugin add 会将其自动加入
dsh.profile.bundles,无需手工编辑 cordis.patch.yml。

License

MIT

上游仓库有新提交时邮件通知你(每天最多一封,无更新不打扰),随时一键退订。

💬 加入 DPharness 群聊

插件用法、部署报错、新插件第一时间同步——群里问,比一个人翻文档快。

点击加入 QQ 群
DPharness 群聊二维码,手机 QQ 扫码进群
扫码进群