Skip to content

NanmiCoder/dsh-plugin-market

30Last commit Aug 15, 2026

dsh-plugin-market DSH plugin

dsh-plugin-market integrates a plugin marketplace directly into DeepSeek Harness's Web UI. It allows users to browse a curated catalog of DSH plugins, inspect installation evidence, and install or remove plugins without leaving the Settings panel. The catalog is built using deterministic rules to ensure only safe install paths are offered.

How to install the dsh-plugin-market DSH plugin

dsh plugin --profile web add @nanmicoder/dsh-plugin-market

Copying does not run this command. Review the repository and version before installing the dsh-plugin-market DSH plugin.

dsh-plugin-market DSH plugin data source

dsh-plugin-market DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-plugin-market DSH plugin can do

  • Browse a continuously curated catalog of DSH plugins inside Settings → Plugin Marketplace.
  • One-click install from verified npm or GitHub sources with normalized safe specs.
  • Search across repository names, package names, categories, and controlled tags.
  • View detailed evidence for each entry, including trust tiers and install commands.
  • Immediate runtime feedback: host-only plugins hot-mount after install; Web UI plugins need only a page refresh.

Where the dsh-plugin-market DSH plugin fits

  • Discover new DSH plugins beyond the default set by searching the catalog.
  • Safely install plugins with one-click actions that use verified package specs.
  • Inspect the trust tier and evidence before deciding to install a third-party plugin.
  • Manage installed plugins directly from the Web UI without editing config files.
  • Switch to browse-only mode to prevent accidental installations.

Who the dsh-plugin-market DSH plugin is for

  • DeepSeek Harness users who want to extend their setup with community plugins.
  • Users who prefer a safe, curated installation flow over manually copying README commands.

dsh-plugin-market DSH plugin limitations

  • Requires an existing DeepSeek Harness installation (cannot be used standalone).
  • Installing a third-party plugin executes third-party code on your machine; verification only proves packaging and installability, not safety.
  • The npm package includes a small seed catalog; a remote registryUrl must be configured for the full live dataset.
  • The UI registers into settings.section, not settings.plugins.tab, which may limit compatibility with some DSH builds.

dsh-plugin-market DSH plugin: from the repository README

Quoted from the NanmiCoder/dsh-plugin-market README, the upstream source of the dsh-plugin-market DSH plugin. Copyright remains with the original authors.

`dsh-plugin-market` adds a plugin marketplace to DeepSeek Harness. Browse a continuously curated catalog inside **Settings → Plugin Marketplace**, inspect the evidence behind each entry, and install or remove verified plugins without leaving the Web UI. The catalog is deliberately conservative: deterministic rules decide whether an artifact is installable; model-generated summaries and tags are display-only and never authorize an install. **[Open the interactive WebUI preview](https://dsh-plugin-market-flax.vercel.app/)** to search the real catalog slice, inspect evidence, and test the responsive product flow without executing an installation. ### Current catalog proof The repository snapshot generated on 2026-08-15 contains: | Catalog entries | One-click installable | Verified on npm | Verified from source | | ---: | ---: | ---: | ---: | | **3,518** | **936** | **716** | **220** | Every one-click action executes a normalized package spec from the catalog—not a shell command copied from a repository README. ## Why Plugin Market? | Capability | What it changes | | --- | --- | | **Verified install paths** | npm manifests, DSH bundle metadata, patch files, and build readiness

Read the full READMERepository license: MIT

dsh-plugin-market DSH plugin questions

How do I install the plugin market?

Run `dsh plugin --profile web add @nanmicoder/dsh-plugin-market` in your terminal. Validate the composed profile with `dsh --profile web --dump-config`, then start DSH with `dsh web`. Open Settings → Plugin Marketplace in the Web UI.

Is the plugin safe to use?

The plugin itself is safe and published via npm with Trusted Publishing. However, the plugins you install through the marketplace are third-party code. The marketplace verifies packaging and installability but not the safety of the code. Always review unfamiliar plugins before installing.

How do I update the catalog?

The plugin automatically refreshes the catalog using ETag requests at an interval set by `refreshIntervalHours` (default 6 hours). You can disable it by setting `refreshIntervalHours: 0`. The catalog is fetched from the configured `registryUrl` or falls back to the packaged seed.

Can I use the marketplace without internet?

The npm package includes a small seed catalog, so you can browse offline. However, to get the full live dataset and install plugins, you need internet access. You can configure a local `registryUrl` if you host your own catalog.

How do I uninstall a plugin from the marketplace?

Open Settings → Plugin Marketplace, find the installed plugin, and click the uninstall button. The marketplace will reconcile the active profile and remove the plugin without manual manifest editing.