DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Marketplace — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@starpivot/dsh-plugin-marketplace

Plugin Marketplace

可安装的 DeepSeek Harness 插件市场,替换设置里的插件页

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @starpivot/dsh-plugin-marketplace@0.1.15
README兼容性版本

兼容性与来源证明

Plugin Marketplace 以 @starpivot/dsh-plugin-marketplace 发布,当前版本为 0.1.15。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/22

版本

0.1.15stable
2026/8/17
0.1.14stable
2026/8/17
0.1.13stable
2026/8/16
查看其余 13 个版本收起版本
0.1.12stable
2026/8/16
0.1.11stable
2026/8/16
0.1.10stable
2026/8/16
0.1.9stable
2026/8/16
0.1.8stable
2026/8/16
0.1.7stable
2026/8/16
0.1.6stable
2026/8/16
0.1.5stable
2026/8/16
0.1.4stable
2026/8/16
0.1.3stable
2026/8/16
0.1.2stable
2026/8/16
0.1.1stable
2026/8/16
0.1.0stable
2026/8/16
最新版
0.1.15
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
147.8 kB
文件数
7
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
44
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

@starpivot/dsh-plugin-marketplace

Settings Plugin marketplace for DeepSeek Harness. This package lives at packages/plugin-marketplace in dsh-plugins-public.

Install

From a machine that already has dsh:

dsh plugin --profile web add @starpivot/dsh-plugin-marketplace
# or, from git: dsh plugin --profile web add github:StarPivotNet/dsh-plugins-public#path:packages/plugin-marketplace
# restart dsh web

Removing the bundle and restarting restores the shipped Plugins page.

Git-hosted packages run their prepare script on install. If pnpm ≥10 blocks that, add the printed key under allowBuilds in the profile pnpm-workspace.yaml and re-run.

What it does

After restart, Settings → 插件 becomes:

  • 发现 — fetch one or more operator JSON catalogs from http(s) marketplace URLs; Discover shows the last cached listing immediately, then refreshes in the background. Fetch all sources, or one source from its row. The saved source row hides the raw URL and offers edit/remove icons; cards keep install on the right, hover for the full description, show how long ago the pinned version was published, and click for the full listing
  • 已安装 — list, filter by kind or tag (including untagged), add a local note and chip tags in the details dialog, uninstall, and toggle single Loader entries; hover for the full package name and spec, click the card for the full listing
  • 配置 — the shipped Shell / Agent loop / Web search cards

Install accepts one npm registry package name (optional version). Path, file:, and git specs are refused. A successful install writes the profile and asks you to restart.

The Host half registers a loopback Connection RPC channel at /plugin-marketplace. The browser half provides pluginMarketplaceUi so the shipped Plugins section unregisters itself.

While this bundle is installed it forces client-hmr.autoReload=false and keeps the Host hmr row disabled. Reloading the marketplace itself must not turn automatic client swaps back on. Use the slash commands instead:

  • /reload [plugin] — wait for Host plugins, then settle the command card as 重载完成, 成功重载 N 个插件. A bare /reload does not unload theme/layout/sidebar. Choosing a name from the popup, or typing /reload ui-conversation, swaps that page plugin the same way native HMR does. Use /reboot only for the skeleton.
  • /update [plugin] — pnpm update a profile dependency, or every dependency when omitted. The same popup lists profile dependencies. This does not reload; run /reload or /reboot afterwards
  • /reboot — restart the Host process. In a terminal Host the watchdog respawns on the same port. A desktop-owned Host (DSH_DESKTOP=1) only exits; the Electron window starts the next Host. The card says 正在重启,页面即将刷新 until the new process is serving plugins, then the page reloads and the card becomes 已重启. A websocket reconnect is not a reboot.

Catalog JSON

{
  "version": 1,
  "plugins": [
    {
      "name": "@scope/pkg",
      "version": "1.2.3",
      "title": "Display name",
      "description": "Short summary",
      "homepage": "https://example.com",
      "kind": "bundle",
      "updatedAt": "2026-08-16T17:52:31.074Z"
    }
  ]
}

A fresh install already points Discover at the StarPivot catalog:

https://raw.githubusercontent.com/StarPivotNet/dsh-plugin-catalog/main/catalog.json

Add more catalogUrls on the plugin-marketplace row or in Discover (settings namespace plugin-marketplace). A catalog may also include a top-level title. An optional updatedAt is the UTC ISO-8601 publish time of the pinned version; Discover shows it as a relative age. Duplicate package names across markets keep the first listing. The install confirm dialog shows the package name, version, and catalog source.

Develop

From the repository root:

pnpm install
pnpm --filter @starpivot/dsh-plugin-marketplace test
pnpm --filter @starpivot/dsh-plugin-marketplace run build

Requires a DeepSeek Harness install that already provides ctx.profile (name, dir, installAnchor) from profile boot.