跳到正文

Relistencode/dsh-extension-hub

52最近提交 2026年8月16日

dsh-extension-hub DSH 插件

Extension Hub 为 DeepSeek Harness 提供统一的技能和 MCP 服务器管理界面。它包含完整的插件管理器(启用/禁用/卸载)、插件市场(精选商店和 GitHub 搜索)以及配套插件如 dsh-myrules 和 dsh-recall。一键安装,从设置页面访问。

如何安装 dsh-extension-hub DSH 插件

dsh plugin --profile web add dsh-extension-hub

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

dsh-extension-hub DSH 插件数据来源

dsh-extension-hub DSH 插件快照日期:2026年8月16日

discovered

dsh-extension-hub DSH 插件能做什么

  • 通过 CLI 或设置界面创建、编辑、启用/禁用和删除技能及 MCP 服务器。
  • 一键从 Claude Code 和 OpenAI Codex 导入技能和 MCP 配置。
  • 管理已安装的插件:启用/禁用、卸载(非官方插件)、检查更新。
  • 浏览并安装来自精选市场(400+ 插件,11 个分类,双语描述)或搜索 GitHub 上的 dsh-plugin 仓库。
  • 安装配套插件(dsh-myrules、dsh-recall)并与主插件一起更新。

dsh-extension-hub DSH 插件适合哪些场景

  • 用户希望从单一设置页面管理自定义技能和 MCP 服务器,无需手动编辑配置文件。
  • 开发者需要从 Claude Code 或 Codex 导入现有技能/MCP 以快速搭建环境。
  • 用户从精选市场或 GitHub 发现并安装新 DSH 插件,然后保持它们更新。
  • 管理员启用/禁用第三方插件,并一次性检查所有插件的更新。

dsh-extension-hub DSH 插件适合谁

  • 希望使用自定义技能和 MCP 服务器扩展其 Harness 的 DSH 用户。
  • 构建和管理 DSH 插件、需要集中管理界面的开发者。

dsh-extension-hub DSH 插件的限制

  • 内置技能(预置技能)为只读,无法编辑、删除或切换。
  • 插件市场通过 GitHub 克隆安装仅支持零依赖插件;带有 npm 运行时依赖的包会被拒绝。
  • 需要 Node.js ≥ 22 和 pnpm ≥ 10,且 DSH 必须运行(`dsh web` 可用)。

dsh-extension-hub DSH 插件的仓库 README 摘录

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

> **New in v0.2.8** — **one-command install**: the package now ships a > bundle layer, so `dsh plugin --profile web add dsh-extension-hub` wires the > plugin row into your profile automatically (no more manual > `cordis.patch.yml` edits in the quick start). > > **New in v0.2.7** — the **Add-ons** block now also carries > [dsh-recall](https://github.com/Relistencode/dsh-recall): conversation > history recall for DSH — literal/fuzzy/semantic retrieval over every past > session, fully local & offline. > > **New in v0.2.6** — A curated plugin store inside DSH: browse 400+ > community-curated plugins (11 categories, bilingual descriptions), install > from npm in seconds with anti-squatting checks, search every GitHub > `dsh-plugin` repo — and keep them updated. Plus > [dsh-myrules](https://github.com/Relistencode/dsh-extension-hub/blob/main/packages/dsh-myrules/README.md) > — a companion plugin to edit your host-wide global instructions from the > settings page. And a new **Add-ons** block in the Plugin Management tab: > install, disable, uninstall and update companion features together with the > main plugin. Manage DeepSeek Harness (DSH) skills and MCP servers from one place. Skills

阅读完整 README仓库许可: MIT

dsh-extension-hub DSH 插件常见问题

如何安装 DSH Extension Hub?

执行一键安装命令:`dsh plugin --profile web add dsh-extension-hub@0.2.12`。该命令会自动将插件行添加到你的配置文件中。重启 `dsh web`,然后打开设置 → 扩展管理即可使用。

可以卸载 @deepseek-ai/* 等官方插件吗?

官方插件可以禁用但无法卸载。`cordis:include` 条目标记为核心,无法禁用或移除。只有第三方插件可以卸载。

如何更新通过 Extension Hub 安装的插件?

进入扩展管理的“插件”选项卡,点击“其他插件”分组标题上的“检查更新”按钮。它会将 npm 包与注册表比较,本地 git 克隆与远程 HEAD 比较。可更新的插件会显示绿色“更新可用”按钮。

插件市场是什么?如何使用?

插件市场选项卡有两个视图:精选(社区精选目录,包含 400+ 插件,11 个分类,双语描述)和“发现更多”(在 GitHub 上搜索 dsh-plugin 仓库)。点击插件查看详情,然后点击“安装”。它优先使用 npm 注册表安装(带反抢注检查),失败时回退到 GitHub 克隆。

Extension Hub 在 Windows 上能正常工作吗?

可以,但 Windows 上的 GitHub 克隆安装需要正确的 file:// 路径。v0.2.10 版本通过注册入口文件 URL 修复了此问题。如果遇到问题,可以手动编辑 `cordis.patch.yml`,将 `name` 指向入口文件,例如 `name: file:///C:/Users/you/.dsh/extension-hub/plugins/foo/lib/index.js`。