DeepSeek Harness plugin

dsh-manage-hub

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

Jump to install

Source facts

Repository
Lrxc/dsh-manage-hub
Latest update
Aug 15, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Lrxc/dsh-manage-hub
Plugin: dsh-manage-hub
Author: Lrxc

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-manage-hub

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

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

截图

Skills 页面

![Skills 页面](images/skills.png)

MCP 页面

![MCP 页面](images/mcp.png)

安装

要求:已安装带 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-apiproxydsh-client-connectiondsh-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/sdkfflate(均已内置在 dsh 中);浏览器端为手写的 window.__ModuleLoader__ bundle,无需构建。

卸载

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

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

License

MIT