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.

Skills Mcp Group Manager — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-skills-mcp-group-manager

Skills Mcp Group Manager

DeepSeek Harness Skills & MCPs Group Manager: group skills, filter the model skill catalog, toggle MCP servers, left panel UI

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-skills-mcp-group-manager@0.3.3
READMECompatibilityVersions

Compatibility and provenance

Skills Mcp Group Manager is published as dsh-skills-mcp-group-manager and currently resolves to version 0.3.3. 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.3.3stable
9/4/2026
0.3.2stable
8/31/2026
0.3.1stable
8/29/2026
Show 9 more versionsCollapse versions
0.3.3-beta.0beta
9/2/2026
0.3.0stable
8/28/2026
0.2.5stable
8/28/2026
0.2.4stable
8/28/2026
0.2.3stable
8/28/2026
0.2.2stable
8/28/2026
0.2.1stable
8/28/2026
0.2.0stable
8/28/2026
0.1.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
0.3.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
115.1 kB
Files
9
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
128
Security scan
✓ v0.3.3 scan passed
Last push
9/10/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

README

DeepSeek Harness Skills & MCPs 分组管理器

DeepSeek Harness Skills & MCPs Group Manager — DSH 插件:分组管理 Skills、过滤模型技能目录、独立开关 MCP 服务器,左侧面板一键管理。

A DSH plugin that groups Skills, filters the model skill catalog, toggles MCP servers independently, and manages everything from a left panel.


兼容性 / Compatibility:v0.3.3 支持 DSH 0.1.2-alpha.4+(peer ^0.1.2-alpha.4,真实 dsh-tools registry 探针通过);旧版 DSH(0.1.0-rc.x)请使用最后兼容的 npm 版本 0.3.2。 v0.3.3 targets DSH 0.1.2-alpha.4+; for older DSH releases use the last compatible npm version 0.3.2.

✨ 功能特性 / Features

  • 🎯 Skill 分组 / Skill Groups — 创建/重命名/删除分组,分组可折叠;成员与挑选器均为列表 + 多选,支持搜索过滤后的全选/全不选与批量增删。
  • 🧠 注入过滤 / Injection Filtering — 上下文只注入启用分组中出现的 Skill(并集去重,一次一个);未分组 Skill 默认不注入;切换分组实时刷新目录。
  • 🔌 MCP 管理 / MCP Management — 枚举全部 MCP 服务器(profile 配置 + 用户新增),独立开关;用户新增的 MCP 动态挂载并持久化,重启自动恢复。
  • 💾 持久化 / Persistence — ~/.dsh/mcp-skill-manager/state.json(原子写),下次会话默认沿用上次分组设置。
  • 🖥️ UI — 对话框左侧分组管理面板(shell.overlay)+ 会话头部开关(conversation.session.header.actions,带 "Skills&MCPs" 标签)。纯浮动面板,不修改产品布局。

📦 安装 / Install

# 单命令安装(无需其他步骤)
dsh plugin --profile web add dsh-skills-mcp-group-manager

# 重启 web profile 进程后生效(当前 GUI 由 dsh web 提供,重启后刷新页面)

为什么无需额外步骤? 宿主半插件零外部包依赖(仅 Node 内置模块与本地模块),dsh plugin add 的 link: 安装即可直接解析,无需符号链接或构建步骤。

🗑️ 卸载 / Uninstall(数据随插件一并删除)

dsh plugin --profile web remove dsh-skills-mcp-group-manager

卸载时 pnpm 会执行包的 postuninstall 脚本(scripts/cleanup.mjs),删除整个状态目录 ~/.dsh/mcp-skill-manager/(含 state.json),分组与 MCP 配置随插件一同移除。手动删除亦可:rm -rf ~/.dsh/mcp-skill-manager。


🧩 组成 / Structure

文件说明
lib/index.jsHost 半插件:状态模型、skill 目录过滤(shadow provider skill-manager-filter)、MCP 枚举/restrict/动态挂载(经 loader)、12 个 manager_* 工具、RPC 路由 /plugins/dsh-mcp-skill-manager/rpc
lib/client.jsClient 半插件:左侧分组管理面板 + 会话头部开关
lib/state.js纯状态逻辑(零依赖)
lib/store.js状态存储(原子写 + 序列化写链 + 容错读取)
scripts/cleanup.mjspostuninstall 清理脚本
cordis.patch.ymlbundle 补丁,把插件行插入宿主组合

🛠️ 工具 / Tools

manager_groups_list/create/delete/rename/set_enabled/add_skill/remove_skill、manager_skills_list、manager_mcp_list/toggle/add/remove。


📄 License

MIT © SeverusZh

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).