DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Manage Hub — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-manage-hub

Manage Hub

DeepSeek Harness web plugin: settings pages for managing user skills and MCP servers

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Lrxc/dsh-manage-hub#7a304d40929bd6a78388cf350d4ffb00d36f4dbf
READMECompatibilityVersions

Compatibility and provenance

Manage Hub is published as dsh-manage-hub and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/10/2026

Versions

0.1.0stable
9/10/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/11/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Im@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

dsh-manage-hub

一个 DeepSeek Harness 插件,在网页设置面板中新增两个管理页面:

  • Skills — 浏览、导入、删除、开关用户自有技能(存放于 $DSH_HOME/skills)。
  • MCP — 管理 MCP 服务器配置(stdio / Streamable HTTP),支持增删改与连接测试。启用的服务器写入当前 profile 的 cordis.patch.yml,重启后自动连接,工具注册为 mcp__<server>__<tool>。

截图

Skills 页面

Skills 页面

MCP 页面

MCP 页面

安装

要求:已安装带 web profile 的 dsh,且 PATH 中有 pnpm。

从 GitHub 安装:

dsh plugin --profile web add https://github.com/Lrxc/dsh-manage-hub.git

或从本地目录:

git clone https://github.com/Lrxc/dsh-manage-hub.git
dsh plugin --profile web add file:./dsh-manage-hub

重启:

dsh --profile web

dsh plugin 会在 profile 目录执行 pnpm add,并自动把包加入 dsh.profile.bundles(因为本包声明了 dsh.bundle 补丁),无需手动改补丁。

若此前对 dsh-host-apiproxy、dsh-client-connection、dsh-client-ui-settings-general 做过手动补丁,请先回退,否则设置面板会出现重复的 Skills/MCP 区块。

结构

模块位置
主机插件lib/index.js — /dsh-manage 下的 HTTP JSON 路由
浏览器插件lib/client.js — 通过 fetch 实现的设置区块
Profile 层cordis.patch.yml(经 dsh.bundle.patch 声明)
技能存储$DSH_HOME/skills/<name>/SKILL.md
MCP 配置存储$DSH_HOME/mcp-servers.yaml
MCP 激活在 profile 的 cordis.patch.yml 中生成 mcp-* 行

主机端依赖 yaml、@modelcontextprotocol/sdk 与 fflate(均已内置在 dsh 中);浏览器端为手写的 window.__ModuleLoader__ bundle,无需构建。

卸载

dsh plugin --profile web remove dsh-manage-hub

如不再需要,删除 profile cordis.patch.yml 中生成的 mcp-* 行及 $DSH_HOME/mcp-servers.yaml。

License

MIT