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

dsh-plugin-manager-community

Plugin Manager Community

DSH Settings plugin manager bundle for Desktop and native Web profiles

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-manager-community@0.1.3
READMECompatibilityVersions
Plugin Manager tab — categorized bundle listPlugin Market search — `dsh` topic discovery

Compatibility and provenance

Plugin Manager Community is published as dsh-plugin-manager-community and currently resolves to version 0.1.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/20/2026

Versions

0.1.3stable
8/19/2026
0.1.2stable
8/19/2026
0.1.1stable
8/19/2026
Show 1 more versionCollapse versions
0.1.0stable
8/19/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
408.8 kB
Files
34
Surface
web
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
54
Last push
8/19/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

Related plugins

More verified plugins in ui-customization.

Remote 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 rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

DSH Plugin Manager

English · 中文

An independently publishable DSH bundle that adds a categorized plugin manager to Settings → Plugins.

This repository is intentionally shaped like a normal DSH community plugin:

  • the root package.json is the installable npm package;
  • dsh.bundle.patch mounts the Host gateway;
  • dsh.client loads the browser Settings tab in native Web clients;
  • lib/ contains the already-built Host and Client artifacts;
  • GitHub is the source, documentation, and dsh-plugin market-discovery page;
  • npm is the normal installation and update channel.

Screenshots

Plugin Manager tab — categorized bundle list

Plugin Market search — dsh topic discovery

What it provides

  • categories for every installed profile package;
  • GitHub dsh-plugin market search;
  • duplicate-install detection;
  • npm-first installation when a market repository publishes a DSH bundle;
  • GitHub fallback for unpublished repositories;
  • uninstall, single-package update, update checking, and startup checks;
  • GitHub Release checks for source-installed plugins with semver tags, with commit-head fallback for unpinned sources;
  • explicit pnpm build approval/retry with captured diagnostics;
  • an install-complete restart prompt for Desktop and native Web;
  • the same active-profile behavior in DSH Desktop and npx @deepseek-ai/dsh web.

Install after publishing

Replace the package name below if the publisher renames it:

dsh plugin --profile desktop add dsh-plugin-manager-community@latest

# Native Web profile
npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-manager-community@latest
npx -y @deepseek-ai/dsh web

After installing a newer package version, restart the current DSH process so the new bundle layer is loaded. The Settings tab asks about restarting after a successful market install.

The native Web restart intentionally replaces the running Node process. Depending on browser timing, the HTTP request that triggered the restart can still surface as Failed to fetch; the current lib/client.js recognizes that Web-only disconnect as an expected restart and displays a reconnecting status. Publish lib/index.js and lib/client.js from the same release.

Compatibility

The plugin manager is verified against DeepSeek Harness (DSH) Desktop and the native Web profile of the same application. The dsh.client.platform: "web" declaration describes the browser face; it is not a GitHub-only installation mode. A remote browser still controls the Host/profile running the DSH process, so package operations occur on that machine.

On Windows native Web, the Host resolves pnpm in this order: DSH_PNPM_BIN, the active profile/shared DSH pnpm package, PNPM_HOME/npm global directories, PATH, and finally Node.js Corepack. Direct .exe/pnpm-script launches avoid shell splitting of paths such as C:\\Program Files; .cmd shims are quoted when needed. Command output uses UTF-8 with a GB18030 fallback so Chinese cmd.exe diagnostics remain readable. If none of those locations is available, install Node.js/Corepack or set DSH_PNPM_BIN to the full pnpm.cmd path, then restart the Web process.

Development note

lib/ is the release artifact copied from the verified Harness build. src/ is included for review and future maintenance. The current source mirror is kept aligned with the Harness implementation; the handoff instructions publish the verified artifact directly and do not require a Harness monorepo checkout.

See HANDOFF.md and PUBLISH.md for the exact publishing checklist.