dsh-market
dsh-market
(Recommended) The plugin market inside DSH: a Settings page to browse and search the full community catalog by category, with confirmed one-click installs and an installed-plugins view.
Installed cleanly when we ran it
Noob-stupid/dsh-plugin-hub
A plugin management panel: one-click enable/disable for installed plugins plus a GitHub dsh-plugin marketplace with details and one-click installs.
Install
via GitHub · GitHub source
Installing from GitHub runs the project's build script, which pnpm blocks until you allowlist it — run the command once and pnpm prints the exact key to add under `allowBuilds` in ~/.dsh/profiles/web/pnpm-workspace.yaml.
What happened when we ran it
Installed cleanly when we ran it
Every command here is run in a throwaway container against a clean profile, and the result is whatever the harness recorded — not a guess from the source. Last run 4d ago.
Due diligence
What it is — It adds a plugin management panel to DeepSeek Harness, supporting one-click enable/disable for installed plugins and integration with the GitHub dsh-plugin marketplace.
Who it is for — It is suitable for users managing plugins through the DeepSeek Harness web interface. Users who do not use the web interface do not need it.
Watch out — It executes shell commands according to static checks. Sandbox testing passed. Installing from the marketplace may incur DeepSeek API costs.
The verdict — I would install it if I need to manage plugins in the web interface, but only if I am okay with potential API fees for fallback installation and use DSH 0.1.0 series.
Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.

dsh-plugin-hub is a DeepSeek Harness plugin that adds a panel for controlling installed plugins and finding dsh-plugin projects from GitHub, Gitee and configured search sources.
The host side registers loopback HTTP routes for state, toggle, search, repository details, installation and source management. The browser-side bundle adds a Plugin Management tab under Settings. Enable and disable actions write to the profile user's cordis.patch.yml layer: disabling adds an entry with disabled: true, while enabling removes that entry or adds disabled: false over a bundle-level setting. DeepSeek Harness's HMR reloads the configuration after the change. Installation tries configured registries, then Git, and can optionally hand failed installations to a local AI agent after an explicit authorisation prompt.
dsh-plugin-hub is intended for developers who manage several installed plugins or need a searchable marketplace inside DeepSeek Harness. It is a poor fit for profiles that should not install third-party code, or for DeepSeek Harness versions outside the 0.1.0 series. Core infrastructure plugins are protected rather than switchable. The terminal surface is the loopback HTTP service: the plugin reads and writes the profile patch file, contacts configured registries and search sources, and may send an approved fallback installation task to the DeepSeek API, which can incur charges.
The panel is added to the web profile at Settings → Plugins → Plugin Management. Search sources and installation registries are managed in the panel. Built-in search sources are GitHub and Gitee; custom sources use a URL template containing {q} and {page}. Custom sources may define request headers, including Authorization: Bearer .... Registry sources can be ordered, edited, restored to defaults, or removed unless protected because an installed plugin depends on them.
DeepSeek Harness stores the user-level enablement changes in $DSH_HOME/profiles/<profile>/cordis.patch.yml. The supported deployment target is the web profile. The repository also provides an optional framework patch script, scripts/apply-framework-patch.cjs, for tolerance of a top-level empty YAML array in cordis.patch.yml; a DeepSeek Harness upgrade can overwrite that patch.
The installed-plugin view can search by name or ID, show status, and open package README summaries, versions and repository links. It initially shows third-party plugins, with an option to show all entries. Infrastructure entries such as timer, hmr and webserver are marked protected. GitHub search uses the browser first and falls back to the server; Gitee uses exact repository lookup with owner/repo or a full URL. “Official” filtering checks for a dsh.bundle manifest in a root package or eligible subpackage.
The repository includes deploy.ps1 for Windows and deploy.sh for Linux and macOS. These scripts copy the package into $DSH_HOME/profiles/<profile>/node_modules/ and add an enablement entry to cordis.patch.yml. The official dsh plugin installation path uses the repository's dsh.bundle declaration.
DeepSeek Harness must be 0.1.0-rc.6 or another supported 0.1.0 release with dsh-client-modules and dsh-host-plugin-inventory. Host-code changes require restarting DeepSeek Harness; ordinary toggles use HMR and normally take about one to three seconds. The panel displays a warning after breaking releases such as 0.2 or 1.0. The optional AI fallback is disabled entirely by its panel switch, or requires authorisation after normal installation routes fail.
Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub
Same category
dsh-market
(Recommended) The plugin market inside DSH: a Settings page to browse and search the full community catalog by category, with confirmed one-click installs and an installed-plugins view.
Installed cleanly when we ran it
bradeGithub
GitHub-topic-driven plugin & skill marketplace: a Settings page that browses the auto-collected registry (the whole dsh-plugin topic plus the skills index, CI-refreshed every 2 hours) with one-click install, type detection, install-script and host-shadow-dependency safety confirmations, env-key management, and the STANDARD.md recognition spec.
Installed cleanly when we ran it
Sanqi-normal
In-harness plugin market for the dsh web GUI: browse the awesome-dsh-plugin.com catalog and install/uninstall plugins into a profile from Settings → Plugins → Plugin Market.
Installed cleanly when we ran it
mishibeikejie
Visual plugin marketplace for DeepSeek Harness — browse, search and install community plugins
Installed cleanly when we ran it
ZASENJC
自动分类、收录和验证 DeepSeek-Harness 社区插件的市场。 Automatically categorize, curate, and validate the DeepSeek-Harness community plugin marketplace.
Installed cleanly when we ran it
whyihaveyou
In-app plugin store for the DSH Web UI: browse, search, one-click install, compat badges.
No one-line install — this plugin lives inside a larger repository and publishes no npm package.