跳到正文

NanmiCoder/dsh-plugin-market

30最近提交 2026年8月15日

dsh-plugin-market DSH 插件

dsh-plugin-market 将插件市场直接集成到 DeepSeek Harness 的 Web UI 中。用户可以在设置界面浏览经过整理的 DSH 插件目录,检查安装证据,并直接安装或卸载插件,无需离开 Web UI。目录基于确定性规则构建,仅提供安全的安装路径。

如何安装 dsh-plugin-market DSH 插件

dsh plugin --profile web add @nanmicoder/dsh-plugin-market

复制不会执行命令。安装 dsh-plugin-market DSH 插件前请核对仓库和版本。

dsh-plugin-market DSH 插件数据来源

dsh-plugin-market DSH 插件快照日期:2026年8月16日

discovered

dsh-plugin-market DSH 插件能做什么

  • 在设置 → 插件市场中浏览持续更新的 DSH 插件目录。
  • 从经过验证的 npm 或 GitHub 源一键安装,使用标准化的安全规范。
  • 按仓库名、包名、分类和受控标签进行搜索。
  • 查看每个插件的详细证据,包括信任等级和安装命令。
  • 即时运行时反馈:仅主机插件安装后热挂载;带 Web UI 的插件只需刷新页面即可生效。

dsh-plugin-market DSH 插件适合哪些场景

  • 发现默认集之外的 DSH 插件。
  • 通过一键操作安全安装插件,使用经过验证的包规范。
  • 在安装第三方插件前检查其信任等级和证据。
  • 直接在 Web UI 中管理已安装的插件,无需编辑配置文件。
  • 切换到只读模式以防止意外安装。

dsh-plugin-market DSH 插件适合谁

  • 希望通过社区插件扩展 DeepSeek Harness 功能的用户。
  • 偏好安全、经过整理的安装流程而不是手动复制 README 命令的用户。

dsh-plugin-market DSH 插件的限制

  • 需要已有 DeepSeek Harness 安装(无法独立使用)。
  • 安装第三方插件将执行第三方代码;验证仅证明打包和可安装性,不保证安全性。
  • npm 包仅包含小型种子目录,需配置 registryUrl 才能获取完整实时数据集。
  • UI 注册到 settings.section 而非 settings.plugins.tab,可能与某些 DSH 构建版本兼容性有限。

dsh-plugin-market DSH 插件的仓库 README 摘录

以下文字摘自 dsh-plugin-market DSH 插件的上游仓库 NanmiCoder/dsh-plugin-market 的 README,版权归原作者,仅作引用。

`dsh-plugin-market` adds a plugin marketplace to DeepSeek Harness. Browse a continuously curated catalog inside **Settings → Plugin Marketplace**, inspect the evidence behind each entry, and install or remove verified plugins without leaving the Web UI. The catalog is deliberately conservative: deterministic rules decide whether an artifact is installable; model-generated summaries and tags are display-only and never authorize an install. **[Open the interactive WebUI preview](https://dsh-plugin-market-flax.vercel.app/)** to search the real catalog slice, inspect evidence, and test the responsive product flow without executing an installation. ### Current catalog proof The repository snapshot generated on 2026-08-15 contains: | Catalog entries | One-click installable | Verified on npm | Verified from source | | ---: | ---: | ---: | ---: | | **3,518** | **936** | **716** | **220** | Every one-click action executes a normalized package spec from the catalog—not a shell command copied from a repository README. ## Why Plugin Market? | Capability | What it changes | | --- | --- | | **Verified install paths** | npm manifests, DSH bundle metadata, patch files, and build readiness

阅读完整 README仓库许可: MIT

dsh-plugin-market DSH 插件常见问题

如何安装插件市场?

在终端中运行 `dsh plugin --profile web add @nanmicoder/dsh-plugin-market`。然后使用 `dsh --profile web --dump-config` 验证生成的配置文件,最后用 `dsh web` 启动 DSH。在 Web UI 中打开设置 → 插件市场即可使用。

这个插件安全吗?

插件市场本身是安全的,通过 npm 可信发布。但通过市场安装的插件是第三方代码。市场会验证其打包和可安装性,但不会验证代码的安全性。安装前请确保你信任该插件的作者。

如何更新插件目录?

插件会自动使用 ETag 请求刷新目录,刷新间隔由 `refreshIntervalHours` 配置(默认 6 小时)。你可以设置 `refreshIntervalHours: 0` 禁用自动刷新。目录从配置的 `registryUrl` 获取,或回退到内置的种子数据。

没有网络可以使用插件市场吗?

npm 包中包含一个小型种子目录,因此离线时可以浏览。但要获取完整的实时数据集并安装插件,需要网络连接。如果你自己托管目录,可以配置本地 `registryUrl`。

如何卸载通过市场安装的插件?

打开设置 → 插件市场,找到已安装的插件,点击卸载按钮。市场会自动协调活跃配置文件并移除插件,无需手动编辑配置文件。