返回目录

dsh-market

编辑精选维护状态: 活跃

dsh-market/dsh-market

The plugin market inside DeepSeek Harness — browse, search, one-click install · DSH 可视化插件市场

前往 GitHub项目主页
$ dsh plugin --profile web add dshmarket

3,509

星标

187

Fork

TypeScript

语言

MIT

许可证

2026-08-14

创建于

2026-09-09

最近推送

MIT 授权的 DeepSeek Harness 插件市场——在 dsh web 内浏览、搜索并一键安装 1550+ 精选社区插件与主题,通过 `dsh plugin add dshmarket` 安装。

DSH 适配

兼容

作者声明

安全审计

未审计

最后核验

2026-08-21

许可证

MIT

01它能帮你完成什么?

  • 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

02如何接入 DeepSeek Harness?

前置条件

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

安装步骤

  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

验证接入成功

  • 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 适配与能力边界

DSH 适配兼容

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)

04适合谁?何时不该用?

适合

  • 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

不适合

  • 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.

05兼容性、维护与安全提示

  • 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)

06常见问题

如何把 dsh-market 安装到 DeepSeek Harness?

运行 `dsh plugin --profile web add dshmarket`,重启 `dsh web`,然后打开 Settings → Plugin Market。需要 dsh web 0.1.0-rc.6 及以上版本;在更旧的宿主中,市场会自行禁用并在浏览器控制台说明原因——如果 Plugin Market 入口始终不出现,通常就是这个原因。

它是原生插件还是 MCP 集成?

它是通过 dsh plugin CLI 安装到 dsh web profile 的插件,可运行在任何支持标准 DeepSeek Harness 协议的宿主中。dsh-desktop(dataelement)与 deepseek-harness-desktop(hairyf)都已内置该插件市场,或将其作为推荐预设安装。

市场里的插件从哪里来?

目录来自精选的 awesome-dsh-plugin 注册表,每次打开都会从 awesome-dsh-plugin.com/plugins.json 实时拉取(无缓存,CI 每日刷新)。不在注册表中的安装源会被直接拒绝。

从市场安装插件安全吗?

构建脚本默认禁用(pnpm ≥10),允许某个包是你显式的按包选择;安装接口仅接受同源 POST,市场不会外传任何数据。注意:收录不等于背书,插件是第三方代码,请只安装你信任的来源。

安装后需要重启吗?

大多数插件刷新页面即可生效,无需重启。热启停通过写入 profile 的 cordis.patch.yml 实现,DSH 的 HMR 约 1 秒内重新组合。无法热加载的改动会在待变更横幅旁提供一键重启。

08数据与来源

  • 作者声明github.com41c7b3a18ab3…

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

  • 作者声明github.com41c7b3a18ab3…

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

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。