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

dsh-plugin-extension-center

Plugin Extension Center

Independent DeepSeek Harness Extension Center for Plugin, MCP connection, and Skill lifecycles

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

npx -y @deepseek-ai/dsh plugin --profile web add github:striveh/dsh-plugin-extension-center#526172e4b19b6f835360804292b132016cf37e4a
READMECompatibilityVersions

Compatibility and provenance

Plugin Extension Center is published as dsh-plugin-extension-center and currently resolves to version 0.2.0-alpha.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/1/2026

Versions

0.2.0-alpha.1prerelease
9/1/2026
0.1.0stable
8/28/2026
Show 4 more versionsCollapse versions
0.1.0-rc.2prerelease
8/27/2026
0.1.0-rc.1prerelease
8/27/2026
0.1.0-rc.0prerelease
8/27/2026
0.0.0-developmentprerelease
8/26/2026

Related plugins

Loading related plugins…

Latest
0.2.0-alpha.1
DSH
*
HMR
Process restart
Tree shaking
Declares side effects by file
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/1/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 Extension Center

English | 中文

An independent Host+Web plugin for the official DeepSeek Harness. It adds one Extension Center without changing or forking DSH.

Product scope

The Center gives users and Agents one managed path for Plugin, MCP connection, and Skill capabilities:

  • discover from a locally verified signed catalog, either through Store search or task-driven Capability RAG;
  • review provenance, exact artifact identity, permissions, dependencies, configuration, conflicts, restart requirements, and verification evidence before mutation;
  • install, configure, update, enable or disable, restore, uninstall, and purge through a typed lifecycle;
  • retain immutable plans, single-use human grants, journals, receipts, rollback points, and break-glass recovery evidence;
  • continue the original task exactly once after an Agent-requested capability is installed and verified.

The Agent may identify and rank candidates autonomously, but it cannot supply package coordinates, URLs, commands, credentials, or approval to a mutation tool. The Host resolves those facts from the signed catalog and current inventory; a user grants each concrete write separately.

Compatibility target

The current reviewed target is the unmodified official DSH 0.1.2-alpha.3, tag dsh-v0.1.2-alpha.3, commit dd6322d604e00eec1ba5e0c8541159906a21094a. The plugin uses the public Bundle patch, Host Connection RPC, Client Connection RPC, and Web slot contracts exposed by that release.

Publishing this plugin to npm is not a completion requirement. The supported delivery artifact is the deterministic tarball produced by this repository and installed with the standard official Plugin CLI. Official DSH remains an external, unmodified dependency.

Install like a user

Install the current official DSH and ensure pnpm is on PATH:

pnpm add --global @deepseek-ai/dsh@0.1.2-alpha.3

Download or build the GitHub-hosted Center tarball, then install it through the ordinary Plugin command:

dsh plugin --profile web add /absolute/path/dsh-plugin-extension-center-0.2.0-alpha.1.tgz --ignore-scripts --save-exact
dsh web

For a source checkout, create the same user-facing artifact without installing the source tree into DSH:

pnpm install --frozen-lockfile
pnpm run build
pnpm run verify:pack

The tarball is written under .artifacts/release-candidate/. Until a registry channel exists, update by adding the exact newer tarball; removal uses the same official Profile package manager:

dsh plugin --profile web add /absolute/path/dsh-plugin-extension-center-NEWER.tgz --ignore-scripts --save-exact
dsh plugin --profile web remove dsh-plugin-extension-center

Verification

pnpm test
pnpm run verify:pack
pnpm run test:compat:latest

test:compat:latest builds and packs the Center, installs it into an isolated official DSH 0.1.2-alpha.3 Web Profile with the standard Plugin CLI, boots the real Host and browser Client, verifies the Store surface and Connection RPC, and checks that the official DSH package tree is unchanged. Its receipt is written to .artifacts/acceptance/store-only/receipt.json.

The packaged signed revision 11 catalog is historical rc.2 data and remains immutable. It is safe for offline inspection but is not silently relabelled as alpha.3-compatible. Exact alpha.3 child-candidate lifecycle claims require their own reviewed, signed admission receipt; until then the UI fails closed for mutation. This does not block proving that the independent Center itself installs and runs on the latest official DSH.

Architecture and product contract

  • P0 product specification
  • Plugin-only architecture
  • Catalog discovery and operations
  • Latest-DSH compatibility acceptance
  • Extended full-P0 lifecycle gate
  • Security policy
  • Release history

No supported path edits official DSH source or package files, writes Profile package-manager state directly, or requires a Host PR.