Back to directory

dsh-market

Curated pickMaintenance: Active

dsh-market/dsh-market

插件市场 (plugin marketplace): 打开 Settings → Plugin Market 浏览/搜索/一键安装社区插件;安装源限制为 curated awesome-dsh-plugin 注册表(其余拒绝),默认禁用构建脚本(pnpm>=10 需显式开启)。

View on GitHubHomepage
$ dsh plugin --profile web add dshmarket

3,684

stars

197

forks

TypeScript

Language

MIT

License

2026-08-14

Created

2026-09-09

Last push

MIT-licensed plugin marketplace for DeepSeek Harness — browse, search and one-click install 1550+ curated community plugins and themes inside dsh web via `dsh plugin add dshmarket`.

DSH integration

Compatible

Author-claimed

Safety audit

Unaudited

Last verified

2026-08-21

License

MIT

01What can it help you accomplish?

  • Discover and install community DeepSeek Harness plugins from a visual in-app marketplace

    One-click installs from a curated catalog of 1550+ plugins, with category filters, search, screenshots, live install progress, per-plugin updates and two-step uninstall

    DSH users who want to extend their dsh web profile with community plugins without hand-editing configuration

  • Keep a DSH plugin setup consistent across machines

    Readable JSON exports of the profile's plugin list and configuration, importable on another machine, with WebDAV daily auto-backup or private GitHub Gist sync and merge-style restores

    Users running DeepSeek Harness on multiple machines who need reproducible plugin setups

  • Install and switch community themes without restarting DSH

    One-click theme installs that activate immediately, one-click switching between mutually exclusive themes that survives restarts, and uninstall to revert

    DSH users customizing the look of their dsh web interface

02How to install into DeepSeek Harness

Prerequisites

  • dsh web 0.1.0-rc.6 or newer — on an older host the market disables itself and explains why in the browser console

Installation steps

  1. 01

    Run `dsh plugin --profile web add dshmarket`

    $ dsh plugin --profile web add dshmarket

  2. 02

    Restart `dsh web`, then open **Settings → Plugin Market**

    $ dsh web

Verify the integration

  • Open Settings in dsh web — the Plugin Market entry appears; on hosts older than 0.1.0-rc.6 the market disables itself and says so in the browser console, which is usually why the entry never appears

03DSH integration and capability boundaries

DSH integrationCompatible

Installed as a dsh plugin (`dsh plugin --profile web add dshmarket`) that renders an in-app Plugin Market UI inside any host speaking the standard DeepSeek Harness protocol

  • Curated catalog browse & search

    the curated awesome-dsh-plugin registry (1550+ plugins), fetched live on every openbrowsable/searchable plugin cards with category filters, star counts, screenshots and bilingual descriptions

    fetches the catalog live from awesome-dsh-plugin.com/plugins.json on every open (network request)
  • One-click install & update

    any plugin listed in the curated awesome-dsh-plugin registryinstalled plugin live after a page refresh; per-plugin or all-at-once update checks (npm version or pinned commit vs HEAD) and one-click update

    downloads npm tarballs (registry-verified against the repo) or full GitHub repos for GitHub-only pluginsbuild scripts stay blocked by default (pnpm ≥10); allowing one is an explicit per-package choiceinstalls are restricted to the curated registry — anything else is rejected
  • Backup & restore

    the profile's plugin list and configurationreadable JSON export, import on another machine, WebDAV daily auto-backup or private GitHub Gist sync; restores merge and roll back on failure

    backups can contain credentials from your profile config — the UI warns before export and uploadoptional WebDAV sync is https-only and refuses private-network targets
  • Hot disable / enable

    any toggleable installed plugin (host-infrastructure plugins are protected)plugins disabled or re-enabled with DSH's HMR re-composing within ~1s, no restart; the choice is re-applied on every boot

    toggles write `- id: …` + `disabled: true|false` into the profile's `cordis.patch.yml` (the official patch layer)

04Who is it for? When not to use it?

Good for

  • DSH users who want to extend their dsh web profile with community plugins without hand-editing configuration
  • Users running DeepSeek Harness on multiple machines who need reproducible plugin setups
  • DSH users customizing the look of their dsh web interface

Not for

  • Requires dsh web 0.1.0-rc.6 or newer; on an older host the market disables itself instead of rendering. Desktop builds that bundle their own dsh may be older than the one npm would give you.
  • Backups can contain credentials from your profile config; the UI warns before export and upload, WebDAV sync is https-only and refuses private-network targets, and passwords are never stored in the browser. Listing ≠ endorsement: market plugins are third-party code.

05Compatibility, maintenance and safety notes

  • Requires dsh web 0.1.0-rc.6 or newer; on an older host the market disables itself instead of rendering. Desktop builds that bundle their own dsh may be older than the one npm would give you.
  • Installs are restricted to sources listed in the curated awesome-dsh-plugin registry — anything else is rejected, so plugins not in that registry cannot be installed through the market.
  • Backups can contain credentials from your profile config; the UI warns before export and upload, WebDAV sync is https-only and refuses private-network targets, and passwords are never stored in the browser. Listing ≠ endorsement: market plugins are third-party code.
2026-08-142026-08-19v1.16.2

MIT · actively maintained (latest release v1.16.2, 2026-08-20)

06Frequently asked questions

How do I install dsh-market into DeepSeek Harness?

Run `dsh plugin --profile web add dshmarket`, restart `dsh web`, then open Settings → Plugin Market. It requires dsh web 0.1.0-rc.6 or newer — on an older host the market disables itself and says so in the browser console, which is usually why the Plugin Market entry never appears.

Is it a native plugin or an MCP integration?

It's a plugin installed into the dsh web profile through the dsh plugin CLI, and it works in any host that speaks the standard DeepSeek Harness protocol. Both dsh-desktop (dataelement) and deepseek-harness-desktop (hairyf) ship with this plugin market built in or as a recommended preset.

Where do the plugins in the market come from?

The catalog comes from the curated awesome-dsh-plugin registry, fetched live on every open from awesome-dsh-plugin.com/plugins.json (no stale cache; refreshed daily by CI). Installs from sources outside that registry are rejected.

Is installing plugins from the market safe?

Build scripts stay blocked by default (pnpm ≥10) — allowing one is your explicit per-package choice. The install endpoint accepts same-origin POST only, and the market never phones home. Listing ≠ endorsement: plugins are third-party code, so install sources you trust.

Do installs require a restart?

Most plugins go live after a page refresh, no restart. Hot disable/enable writes into the profile's cordis.patch.yml and DSH's HMR re-composes within ~1s. Changes that cannot hot-load show a one-click restart beside the pending-change banner.

08Data and sources

  • Author-claimedgithub.com41c7b3a18ab3…

    `dsh-market` is independent of any particular client — it works in any host that speaks the standard DeepSeek Harness pr…

  • Author-claimedgithub.com41c7b3a18ab3…

    ## Install ```sh dsh plugin --profile web add dshmarket ``` Restart `dsh web`, then open **Settings → Plugin Market**.

This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-21. Found an error? Submit a correction.

🏆

Best DeepSeek Harness Plugins

Twelve plugins worth installing first — picked from the whole catalog, across every category.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.

New DeepSeek Harness plugins, weekly. No spam.