Skill and MCP management center for DeepSeek Harness: browse and toggle user/project skills, add/edit/remove MCP servers hot without restart, with live per-session status in the sidebar.
Install
# from npm (prebuilt)
dsh plugin --profile web add @max-null/dsh-skill-mcp-center
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:Max-Null/dsh-skill-mcp-center
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
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-invocationfrontmatter (disk-backed skills only). - MCP management / MCP 管理 — add / edit / remove
mcp-clientservers, enable/disable without deleting config, all hot-applied throughctx.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 / 许可
Links
More in this category
strukto-ai/mirage#dsh★ 3502
Swaps the filesystem and bash providers for a mirage virtual workspace: file tools and shell commands run over mounted resources (RAM, S3, Redis, Slack, Gmail, Notion, Postgres) instead of the host disk, with per-mount read/write/exec modes, per-command sandbox routing (monty, pyodide, quickjs in process; docker, e2b, daytona remote), and installed CLIs (git, gh, slack, linear, ntn, gws, or one you register) as head words in the virtual terminal.
hust-open-atom-club/oh-dsh★ 248
Community distribution: TUI, desktop, and Web UI as one bundle with layered installation.
lire1131/dsh-undo-plugin★ 75
Undo/redo & rollback system for DSH: every config change is auto-snapshotted; undo/redo/restore to any version from the WebUI or the offline CLI/GUI tools (works even when DSH fails to boot).
Jayden-X-L/forkprobe★ 67
Compare multiple skills on the same task and pick the winner.
forrestchang/dsh-multica-runtime★ 46
Run the dsh runtime on Multica.
omdsh-dev/dsh-plugin-check★ 24
Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.