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.

Plugin Control Center — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

@dph/dsh-plugin-control-center

Plugin Control Center

Plugin Control Center for DSH Web GUI settings: manage all installed plugins with enable/disable/delete, distinguishing native vs external plugins.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:marcell-allews/dsh-plugin-control-center#e319cf67fa2e74dab93273001ec46249b0522829
READMECompatibilityVersions

Compatibility and provenance

Plugin Control Center is published as @dph/dsh-plugin-control-center and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/20/2026
View source ↗
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 ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote 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 rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

DSH Plugin Control Center

一个用于管理 DSH 所有已安装插件的设置页面。

功能

  • 查看所有插件:列出所有已安装的插件及其状态
  • 启用/禁用插件:一键切换插件的启用状态
  • 删除插件:从配置移除插件,并把外部包移出 node_modules 备份
  • 区分原生与外来插件:清晰标识哪些是 DSH 原生插件,哪些是用户安装的外部插件

安装

方法 1:本地安装

cd ~/.dsh/profiles/web
npm install /path/to/dsh-plugin-control-center

方法 2:链接安装

cd ~/.dsh/profiles/web
npm link /path/to/dsh-plugin-control-center

方法 3:通过 pnpm 安装

cd ~/.dsh/profiles/web
pnpm add file:/path/to/dsh-plugin-control-center

使用

安装后,插件会自动注册到 DSH 设置面板中。你可以在设置中找到 "Plugin Control Center" 选项卡。

界面说明

  • 统计信息:显示已启用、已禁用、原生和外部插件的数量
  • 搜索框:按 ID 或名称搜索插件
  • 过滤器:按状态(启用/禁用)或类型(原生/外部)过滤
  • 批量操作:一键启用或禁用所有插件
  • 单个操作:
    • 切换开关:启用/禁用插件
    • Remove 按钮:从配置移除插件(外部包移出到 .uninstalled/ 备份)

原生插件

moduleName 以 @deepseek-ai/ 开头的插件被视为 DSH 原生插件(显示"内置",移除按钮禁用);其余为外部插件。原生插件可通过开关禁用,但不能移除。

配置

插件通过修改 ~/.dsh/profiles/web/cordis.patch.yml 文件来管理插件的启用/禁用状态。写入的是插件的原始 id(如 - id: ui-session-manager + disabled: true),由 dsh 的 patch 热重载即时应用,重启后保留。

注意事项

  • 移除插件不可撤销,请谨慎操作;外部包备份在 ~/.dsh/profiles/web/.uninstalled/,可手动移回恢复
  • 启用/禁用写入配置后立即热重载生效;若 dsh 未运行,下次启动时生效
  • 不要写 - id: include:xxx 前缀行——dsh 的 patch 按原始 id 匹配,前缀行无效
  • 此插件仅管理 cordis.patch.yml 中定义的插件;bundle 层插件(在 dsh.profile.bundles 里)只能禁用,不能移除

开发

本项目无构建流程,lib/ 目录就是源码本体(index.js 为 Node 端,client.js 为浏览器端 bundle)。直接修改 lib/ 后,把改动同步到 ~/.dsh/profiles/web/node_modules/@dph/dsh-plugin-control-center/lib/ 并重启 dsh 即可生效。

License

MIT