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 Hub — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@zaimokuza/dsh-plugin-hub

Plugin Hub

Native DSH resource hub: Skills, MCP, third-party plugins and experiments

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

npx -y @deepseek-ai/dsh plugin --profile web add @zaimokuza/dsh-plugin-hub@0.2.3
READMECompatibilityVersions

Compatibility and provenance

Plugin Hub is published as @zaimokuza/dsh-plugin-hub and currently resolves to version 0.2.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/15/2026

Versions

0.2.3stable
9/15/2026
0.2.2stable
9/15/2026
0.2.1stable
9/13/2026
Show 1 more versionCollapse versions
0.2.0stable
9/12/2026

Related plugins

Loading related plugins…

Latest
0.2.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
125 kB
Files
16
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/15/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 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 rPocketdsh-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).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

DSH Plugin Hub

DSH 原生资源面板,当前版本 0.2.3。支持 Web 与 Desktop、中英文界面;从右上角 Plugin Hub 图标打开,点击关闭图标返回当前会话。

  • Skill:搜索、按工作区筛选、启停、打开目录,使用 DSH 原生 Markdown 组件预览正文。
  • MCP:JSON/YAML 配置编辑与格式化、环境变量引用、字段帮助、启停、重连、独立连接测试和删除。
  • Plugin:查看当前 profile 的非官方原生插件,展示版本与来源;桌面端提供原生管理窗口入口说明。
  • 实验性功能:管理 Agent Teams;Web 支持安装与启停,支持实验性功能接口的 Desktop 可直接在 Hub 启停。

安装

dsh plugin --profile <当前-profile> add @zaimokuza/dsh-plugin-hub

重启 DSH 后打开 Plugin Hub。Desktop 从自身的 Desktop Plugins 窗口安装。

要求 Node.js ^22.19.0 || >=24.0.0;兼容性验证覆盖 DSH 0.1.5-rc.1、0.1.5-rc.2 和 0.1.6-alpha.1。

使用说明

所有管理操作绑定当前实例的 profile。Skill 启停不会修改共享文件;MCP 删除会移除 Hub 创建的配置或当前 profile 中独立的 YAML 定义,共享文件或安装包中的定义需在来源处删除。

MCP 配置校验和字段帮助直接读取当前 DSH 的原生规则与默认值。独立连接测试支持新旧 MCP 协议,描述、版本和图标来自服务元数据,服务端指令不作为描述。宿主未公开持续连接状态时显示“未知”,独立连接测试单独显示结果。建议在启动 DSH 时设置凭据环境变量,在 YAML 中通过 !!js process.env.MCP_TOKEN 引用;JSON 等价写法为 { "__jsExpr": "process.env.MCP_TOKEN" }。

Desktop 实验性功能通过宿主的 window.dshDesktop.experiments v1 接口执行,宿主完成空闲检查、配置事务和后端重启。缺少接口的 Desktop 显示不支持管理。

目录操作作用于运行 DSH 的电脑。Desktop 原生管理窗口使用 macOS Cmd+,、Windows Ctrl+, 或系统菜单 Desktop Plugins。更多实现边界见 原生资源说明。

开发与发布

npm ci
npm run check
# 可选:对已安装的原生 DSH 运行隔离 profile 集成检查
DSH_TEST_ROOT=/absolute/path/to/dsh-runtime npm run verify:native

单包结构:src/ 为源码,tests/ 为测试,scripts/ 为构建与发布工具。npm run check 执行测试、构建、打包及离线安装验证;CI 覆盖 Linux、macOS 与 Windows。

本地预览、测试记录、调研资料、缓存和发布产物统一放在被 Git 忽略的 .local/;lib/ 是构建结果,不提交。npm 仅包含运行时代码、浏览器构建及必要元数据。发布从 GitHub Actions 的 Publish npm 工作流触发,开启 publish 后发布到 npm。