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.

Skill Mcp Center — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@max-null/dsh-skill-mcp-center

Skill Mcp Center

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

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

npx -y @deepseek-ai/dsh plugin --profile web add @max-null/dsh-skill-mcp-center@0.5.1
READMECompatibilityVersions

Compatibility and provenance

Skill Mcp Center is published as @max-null/dsh-skill-mcp-center and currently resolves to version 0.5.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.5.1stable
9/16/2026
0.5.0stable
9/14/2026
0.4.2stable
8/29/2026
Show 6 more versionsCollapse versions
0.4.1stable
8/23/2026
0.4.0stable
8/21/2026
0.3.1stable
8/20/2026
0.3.0stable
8/20/2026
0.2.0stable
8/19/2026
0.1.0stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.5.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
630.4 kB
Files
17
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
440
Security scan
✓ v0.5.1 scan passed
Last push
9/14/2026
View source ↗Project homepage ↗
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.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@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).

README

dsh-skill-mcp-center

本插件属于 @max-null/* 插件系列——这一系列共同构成 SSID(思灵 · Seek Soul in Darkness) 桌面体验。SSID 是整合它们的盒:dsh-capture · dsh-chat-rail · dsh-chinese-thinking · dsh-draft-polish · dsh-guardian · dsh-habit · dsh-memory · dsh-node-appearance · dsh-plugin-center · dsh-quick-toolbar · dsh-skill-mcp-center · dsh-ssid-panels · dsh-ssid-zh-ui · dsh-achievements。

This plugin belongs to the @max-null/* family — a set of plugins that together form the SSID (思灵 · Seek Soul in Darkness) desktop experience.

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). Covers skills shipped inside plugin packages (e.g. @max-null/dsh-skills), not just the user-level roots — the host-level skill filesystem is disabled in web-app, so a plugin's own skills/ directory would otherwise be invisible while its skills are loaded and in effect.
  • 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; click a server row to expand its tools' names and descriptions (collapsed by default — a server can expose dozens of them). Names come from tools.schemas(); the redundant mcp__<server>__ prefix is hidden while the full name stays on hover. Polled while visible and following the session.
  • Skin-compatible / 皮肤兼容 — every color uses var(--dsw-*) tokens.

截图

设置页:集中管理

装完后设置里多出「Skill & MCP」一项,可逐条控制各模型对 Skill/MCP 的可见性。入口: 设置 → Skill & MCP

设置 → Skill & MCP

侧栏:Skill 一览

搜索 + 命名空间筛选(全部 / 全局 / 工作区),每条带开关与 MD(查看 SKILL.md)。插件包内自带的 skill 同样列出,并标出来源插件——下图里 8 个 ssid-* 来自 dsh-skills,而用户级的 ssid-release 没有来源标签,这正是两者的区别:

侧栏 Skill 面板

侧栏:MCP 状态与工具

每个 mcp-client 服务器的连接状态与工具数;点服务器行展开工具清单(默认收起,避免几十个工具占满面板)。工具名取自工具表、描述取自 tools.schemas(),冗余的 mcp__<server>__ 前缀隐去(全名留在 hover):

侧栏 MCP 面板

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

SSID 系列