DeepSeek Harness Hub
← 返回列表

kimiya1010/dsh-plugin-market

DeepSeek 客户端兼容 / 相关生态spec-screened在 GitHub 查看 ↗
⚠ 装前注意

一个 DeepSeek HarnessDSH插件:让使用者在 Web…

基本兼容但装前注意:npm 同名包「dsh-plugin-market」归属 veloce-ailab/dsh-plugin-market,装到的可能不是本插件 · 最近上游提交 2026/8/15 · 已提供中文文档

一个 DeepSeek Harness 插件市场:直接从 Web GUI 搜索并一键安装 GitHub 上的 dsh-plugin 插件

综合分
33.1
GitHub 分
33.1
用户评分
★ Stars
2
周下载量
兼容 / 相关生态插件(非 dsh 原生,请按其对应运行时安装)
git clone https://github.com/kimiya1010/dsh-plugin-market.git
数据截至 2026/9/19(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
安装兼容性检查⚠ 装前注意

以下结论由程序自动检查 npm 包、engines 声明与入口文件得出,未做人工实机验证——能装不等于用着没问题。

npm 包dsh-plugin-market @ 1.3.0
Node 引擎未声明 engines.node
dsh CLI 依赖未声明 dsh 版本约束
入口文件main/exports/bin 已声明

npm 同名包「dsh-plugin-market」归属 veloce-ailab/dsh-plugin-market,装到的可能不是本插件

验证方式:npm registry 存在性 + package.json 静态校验 · 最后验证 2026/9/19 03:10:11

依赖的 DSH / Cordis 模块
@deepseek-ai/cordis
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

dsh-plugin-market

一个 DeepSeek Harness(DSH)插件:让使用者在 Web 界面里直接搜索并安装其他插件,无需离开界面去敲命令行。

它在「设置 → 插件」里新增一个 「插件市场」 标签页:

- 🔍 搜索 GitHub 上带 dsh-plugin 主题的插件仓库(按 star 排序)
- 📋 展示插件名称、描述、星标数,可跳转到 GitHub 仓库
- ⚡ 一键安装(内部等价于 dsh plugin --profile web add github:owner/repo)
- 🗑️ 一键卸载已安装的第三方插件
- 📦 展示当前 profile 已安装的插件(dsh.profile.bundles)

安装

像安装任何其他 DSH bundle 一样:

从 GitHub 安装到本地 web profile
dsh plugin --profile web add github:kimiya1010/dsh-plugin-market

重启 web 界面后生效
dsh web

或者本地 checkout 安装:

dsh plugin --profile web add ./dsh-plugin-market

说明:本插件是纯 JavaScript、无 prepare 构建脚本,从 github: 安装时无需在
pnpm-workspace.yaml 中放行任何构建,开箱即用。

目录结构

dsh-plugin-market/
├── package.json        # dsh.bundle(补丁层)+ dsh.client(浏览器半程)声明
├── cordis.patch.yml    # 把 loader 行 insert 进组合
├── index.js            # Host 半程:注册 /api/plugin-market HTTP 桥 + 搜索/安装/卸载
└── client.js           # Client 半程:设置页「插件市场」标签页 UI

工作原理

- Host 半程(index.js):注入 webServer 服务,注册一个同源前缀路由
/api/plugin-market,提供四个端点:
- GET  /api/plugin-market/search?q= — 调 GitHub Search API(topic:dsh-plugin)
- POST /api/plugin-market/install(body { "spec": "github:owner/repo" })— 执行 dsh plugin add
- GET  /api/plugin-market/list — 读取当前 profile 的 dsh.profile.bundles
- POST /api/plugin-market/remove(body { "name": "…" })— 执行 dsh plugin remove
- Client 半程(client.js):在 settings.plugins.tab 槽位注册「插件市场」页,用
同源 fetch 调用上面的 HTTP 桥,渲染搜索框、结果列表、安装/卸载按钮与已安装清单。

因为 HTTP 桥挂在 Web 界面自己监听的端口上(同源),不存在跨域问题,也不需要改动框架自身的
Remote 描述符。

发布你自己的版本

把本仓库推到你自己的 GitHub,并给它加上 dsh-plugin
主题,就能被其他用户的插件市场搜索到。也可以发布到 npm:

npm publish --access public

安全提示

安装第三方插件意味着其作者的代码会在你的机器上执行(安装期可能跑 prepare,运行期加载 bundle)。
请只安装你信任来源的插件,必要时固定到某个 commit(github:owner/repo#)以避免上游改动静默变更行为。

License

MIT

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

💬 加入 DPharness 群聊

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

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