Plugin center for DeepSeek Harness: installed-plugin metadata, a community market with stars and versions, one-click install and update, and a What's New dialog.
Install
# from npm (prebuilt)
dsh plugin --profile web add @max-null/dsh-plugin-center
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:Max-Null/dsh-plugin-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
Plugin center for DeepSeek Harness (dsh) — browse, install, and update community plugins from inside the Web UI.
插件管理中心:在 DSH Web 界面里管理已安装插件、浏览社区市场、一键安装与更新。
Features / 功能
- Installed plugins / 已安装插件 — metadata with provenance (official / user-installed / local / builtin), categories, and DSH compatibility range.
- Community market / 社区市场 — browse awesome-dsh-plugin and Oh-My-DSH by category, with stars and npm versions.
- One-click install & update / 一键安装与更新 — install from the market, detect updates, update one or all.
- What's New / 更新提示 — startup dialog listing plugins with new versions since you last looked.
- DSH compatibility / 兼容性检查 — flags plugins whose peer range does not match the running DSH.
- Skin-compatible / 皮肤兼容 — every color uses
var(--dsw-*)tokens, so skin plugins restyle this UI too.
Part of the SSID family / SSID 系列成员
This plugin belongs to the @max-null/* family — a set of plugins that together form the SSID (思灵 · Seek Soul in Darkness) desktop experience. SSID is the box that bundles them all: dsh-plugin-center · dsh-memory · dsh-chinese-thinking · dsh-guardian · dsh-habit.
本插件属于 @max-null/* 插件系列——这一系列共同构成 SSID(思灵 · Seek Soul in Darkness) 桌面体验。SSID 是整合它们的盒:dsh-plugin-center · dsh-memory · dsh-chinese-thinking · dsh-guardian · dsh-habit。
Screenshots / 截图
| Installed / 已安装 | Market / 市场 | Updates / 更新 |
|---|---|---|
![]() |
![]() |
![]() |
Install / 安装
dsh plugin --profile web add @max-null/dsh-plugin-center
# or from the GitHub source / 或从 GitHub 源码安装
dsh plugin --profile web add github:Max-Null/dsh-plugin-center
Restart dsh web, then open the plugin center from the header button (top-right) or the Settings → 插件中心 section.
Development / 开发
pnpm install
pnpm build # tsc (host) + esbuild (browser bundle)
License / 许可
Links
More in this category
dsh-market/dsh-market★ 883
(Recommended) The plugin market inside DSH: a Settings page to browse and search the full community catalog by category, with confirmed one-click installs and an installed-plugins view.
bradeGithub/DSH-Plugins-Marketplace★ 119
GitHub-topic-driven plugin & skill marketplace: a Settings page that browses the auto-collected registry (the whole dsh-plugin topic plus the skills index, CI-refreshed every 2 hours) with one-click install, type detection, install-script and host-shadow-dependency safety confirmations, env-key management, and the STANDARD.md recognition spec.
Sanqi-normal/dsh-webui-market-plugin★ 80
In-harness plugin market for the dsh web GUI: browse the awesome-dsh-plugin.com catalog and install/uninstall plugins into a profile from Settings → Plugins → Plugin Market.
vlln/plugin-registry★ 54
Ecosystem infrastructure: a thin browser console for managing official repository plugins (zero patches) plus a make-dsh-plugin skill for guided plugin development.
awesome-dsh-plugin/dsh-find-plugin★ 51
Find plugins without leaving the agent: search this curated registry by keyword or category, with ready-to-run install commands.
Noob-stupid/dsh-plugin-hub★ 47
A plugin management panel: one-click enable/disable for installed plugins plus a GitHub dsh-plugin marketplace with details and one-click installs.


