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.

Hub Agent — DSH Plugin for DeepSeek Harness
← Plugins

dsh-hub-agent

Hub Agent

DSH Plugin Hub agent: reports the profile's installed plugin inventory and runtime health to dsh-ai.org, and doubles as the hub's runtime eval probe.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-hub-agent@0.4.0
READMECompatibilityVersions

Compatibility and provenance

Hub Agent is published as dsh-hub-agent and currently resolves to version 0.4.0. 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.5.0stable
8/29/2026
0.4.0
stable
8/22/2026
0.3.0stable
8/22/2026
Show 1 more versionCollapse versions
0.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.4.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
37 kB
Files
5
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
34
Last push
8/23/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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-hub-agent

DSH Plugin Hub 的运行时 agent 插件:在 DeepSeek Harness profile 内收集已安装插件清单与运行健康状况。本地优先 —— 数据始终落在 profile 自己的 SQLite 里;上报到 dsh-ai.org 是可选的、匿名的、默认关闭。

dsh plugin --profile web add dsh-hub-agent

它做什么

启动(及每 6 小时)时:

  1. 收集 profile 的依赖清单(包名、版本、是否为 dsh 插件);
  2. 追加写入 profiles/<name>/.dsh-hub-agent/history.sqlite(Node ≥22.5 内置 node:sqlite;旧运行时回落 JSONL);
  3. 可选:匿名上报到 hub(POST /api/telemetry/harness),让目录获得"N 个 profile 正在运行此插件"的真实信号。

Web UI 面板

安装后 dsh web 右下角会出现 Hub 胶囊:点击展开插件面板(dsh-ai.org 同款设计), 列出当前 profile 已安装的插件与版本、上报状态,并可一键跳转目录查看每个插件。

隐私

  • 不采集消息内容、路径、用户名;唯一标识是 profile 内一个随机 id。
  • 远端上报默认关闭。开启方式:配置 { enabled: true } 或环境变量 DSH_HUB_AGENT_REPORT=1;DSH_HUB_AGENT_DISABLE=1 永远优先生效。

作为 eval 探针

dsh-ai.org 的插件评测用本插件做运行时验证:boot profile 时设置 DSH_HUB_AGENT_OUT=<path>,agent 会把清单报告写到该路径——报告出现即证明 profile 真实启动、插件真实解析。相关环境变量:

变量作用
DSH_HUB_AGENT_OUT把运行时报告写到此路径(eval 模式)
DSH_HUB_AGENT_PROFILE_DIR显式指定 profile 目录(link 安装时需要)
DSH_HUB_AGENT_REPORT=1强制开启远端上报
DSH_HUB_AGENT_DISABLE=1强制关闭远端上报
DSH_HUB_URL覆盖 hub 地址

License

MIT