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

@starpivot/dsh-plugin-marketplace

Plugin Marketplace

Installable DeepSeek Harness plugin marketplace, replacing the plugin page in Settings

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

npx -y @deepseek-ai/dsh plugin --profile web add @starpivot/dsh-plugin-marketplace@0.1.15
READMECompatibilityVersions

Compatibility and provenance

Plugin Marketplace is published as @starpivot/dsh-plugin-marketplace and currently resolves to version 0.1.15. 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/22/2026

Versions

0.1.15stable
8/17/2026
0.1.14stable
8/17/2026
0.1.13stable
8/16/2026
Show 13 more versionsCollapse versions
0.1.12stable
8/16/2026
0.1.11stable
8/16/2026
0.1.10stable
8/16/2026
0.1.9stable
8/16/2026
0.1.8stable
8/16/2026
0.1.7stable
8/16/2026
0.1.6stable
8/16/2026
0.1.5stable
8/16/2026
0.1.4stable
8/16/2026
0.1.3stable
8/16/2026
0.1.2stable
8/16/2026
0.1.1stable
8/16/2026
0.1.0stable
8/16/2026
Latest
0.1.15
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
147.8 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
44
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

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.