DeepSeek Harness 插件

dsh-skill-mcp-center

DeepSeek Harness 技能与 MCP 管理中心:浏览并启停用户/项目技能,热增删改 MCP 服务器(免重启),侧边栏实时展示各服务器状态。

跳到安装方式

来源信息

GitHub 仓库
Max-Null/dsh-skill-mcp-center
最近更新
2026年8月18日
分类
插件开发工具
GitHub stars
1

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/Max-Null/dsh-skill-mcp-center
GitHub:https://github.com/Max-Null/dsh-skill-mcp-center
插件名:dsh-skill-mcp-center
作者:Max-Null
安装命令:dsh plugin --profile web add @max-null/dsh-skill-mcp-center

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-skill-mcp-center

Skill & MCP management center for DeepSeek Harness (dsh) — manage skills and MCP servers in Settings, with live MCP status in the sidebar.

Skill 与 MCP 管理中心:在设置里管理 skills 与 MCP 服务器,右侧边栏查看 MCP 实时状态。

Features / 功能

  • Skill management / Skill 管理 — browse every skill by tier (system / user / workspace / runtime), toggle model invocation via the disable-model-invocation frontmatter (disk-backed skills only).
  • MCP management / MCP 管理 — add / edit / remove mcp-client servers, enable/disable without deleting config, all hot-applied through ctx.loader (no restart).
  • Live status / 实时状态 — a sidebar "MCP" tab (via dsh-better-sidebar) showing per-server connection state + tool count, polled while visible and following the session.
  • Skin-compatible / 皮肤兼容 — every color uses var(--dsw-*) tokens.

Install / 安装

dsh plugin --profile web add github:Max-Null/dsh-skill-mcp-center
# or from npm, once published / 或通过 npm(发布后)
dsh plugin --profile web add @max-null/dsh-skill-mcp-center

Restart dsh web, then open Settings → Skill & MCP. The sidebar "MCP" tab appears only when dsh-better-sidebar is installed (optional peer).

Development / 开发

pnpm install
pnpm build   # tsc (host) + esbuild (browser bundle)

License / 许可

[MIT](./LICENSE)