返回目录

awesome-deepseek-harness-plugins

维护状态: 活跃

imsai-sh/awesome-deepseek-harness-plugins

DeepSeek Harness plugin store, marketplace and hub — 11,000+ dsh plugins with search, rankings, install commands and a free public API. DeepSeek Harness 插件市场 / 插件商店:自动收集与格式校验,免费搜索 API。deepseek1024.com

前往 GitHub项目主页
$ dsh plugin --profile web add dsh1024@latest

225

星标

193

Fork

JavaScript

语言

MIT

许可证

2026-08-14

创建于

2026-09-08

最近推送

MIT 协议的 DeepSeek Harness 插件市场,外加一套可自部署的目录基建(Cloudflare Workers + D1 + KV)。通过 `dsh plugin --profile web add dsh1024@latest` 安装;应用内商店可搜索、筛选并安装 DSH 插件。

DSH 适配

原生运行时

作者声明

安全审计

未审计

最后核验

2026-08-23

许可证

MIT

01它能帮你完成什么?

  • Browse, search and install DeepSeek Harness plugins from inside the DSH settings panel

    The 1024 Store entry in Settings plus a '1024 Store (count)' tab under Settings → Plugins, with search, category filter, install/uninstall and progress

    DeepSeek Harness users who want a built-in plugin marketplace instead of leaving the app to find plugins

  • Self-host your own plugin marketplace

    A forkable Cloudflare Workers + D1 + KV web app (apps/web) deployed via GitHub Actions, plus a free public query API

    Teams or communities that want to run their own DSH plugin catalog under MIT

02如何接入 DeepSeek Harness?

前置条件

  • DeepSeek Harness (dsh) installed with the `dsh plugin` command
  • A `web` profile (the marketplace installs into Settings of the web UI)

安装步骤

  1. 01

    Run `dsh plugin --profile web add dsh1024@latest`

    $ dsh plugin --profile web add dsh1024@latest

  2. 02

    Restart DeepSeek Harness — a '1024 Store' entry appears in Settings and a '1024 Store (count)' tab under Settings → Plugins

验证接入成功

作者未说明

回滚

  • The README documents removing the marketplace via the same `dsh plugin remove` flow; the repo does not state an explicit uninstall command in the README.

03DSH 适配与能力边界

DSH 适配原生运行时

Native DSH plugin: installs the 1024 Store marketplace into DeepSeek Harness via `dsh plugin --profile web add dsh1024@latest`.

  • In-app plugin marketplace

    DSH Settings panelSearchable catalog with category filter, install-status detection, install/uninstall and progress

    Installer only accepts catalog-API targets that pass strict syntax validation; it prefers published npm packages, else a GitHub source spec matching the plugin id/repo URL
  • Catalog discovery + validation pipeline

    GitHub repos tagged with the `dsh-plugin` topicAuto-collected, statically validated catalog (reads Git tree, checks package.json and dsh.bundle.patch)

    Pipeline is read-only: it never installs dependencies or executes repository code
  • Free query API

    Anonymous or API-key search queries`/v1/plugins/search` and `/api/v1/registry` (full catalog snapshot) endpoints

    Anonymous use is rate-limited (50/day, 10/min); a GitHub-linked API key raises limits to 500/day, 30/min

04适合谁?何时不该用?

适合

  • DeepSeek Harness users who want a built-in plugin marketplace instead of leaving the app to find plugins
  • Teams or communities that want to run their own DSH plugin catalog under MIT

不适合

  • The catalog pipeline never installs dependencies or runs repository code; validation only reads the Git tree. It cannot guarantee a listed plugin is safe to run.

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

  • The catalog pipeline never installs dependencies or runs repository code; validation only reads the Git tree. It cannot guarantee a listed plugin is safe to run.
  • The `dsh1024` wrapper CLI reports anonymous install results to a leaderboard by default; this can be disabled with `npx dsh1024 telemetry disable`, `DO_NOT_TRACK=1`, or `DSH1024_TELEMETRY=0`.
  • Self-hosting the marketplace requires Cloudflare Workers + D1 + KV and Worker secrets (CLOUDFLARE_API_TOKEN, CLOUDFLARE_ACCOUNT_ID); the README states do not commit .dev.vars.
2026-08-142026-08-22作者未说明

MIT · 由 facts pack 抓取(README 分支 main)

06常见问题

怎么把 1024 Store 装进 DeepSeek Harness?

执行 `dsh plugin --profile web add dsh1024@latest`,然后重启 DeepSeek Harness。设置里会出现独立的「1024 Store」入口,「设置 → 插件」下也会增加「1024 Store(数量)」标签页,可在其中搜索、筛选、安装与卸载插件。

插件进入目录前会做校验吗?

会。定时收集器扫描带 `dsh-plugin` topic 的 GitHub 仓库并做静态校验(读取 Git tree、检查 package.json 与 dsh.bundle.patch)。流水线全程只读——绝不安装依赖、绝不执行仓库代码,校验不通过就不进目录。

可以部署成自己的市场吗?

可以。Fork 本仓库,把 `apps/web/wrangler.jsonc` 的 routes 换成自己的域名,创建 D1 数据库与 KV 命名空间,配齐所需的 Worker secret,之后每次 push 到 main 都由 GitHub Actions 自动部署。代码采用 MIT 协议。

包装 CLI 会上传我的数据吗?

`dsh1024` CLI 默认会把匿名安装计数上报到排行榜。可用 `npx dsh1024 telemetry disable`、`DO_NOT_TRACK=1` 或 `DSH1024_TELEMETRY=0` 关闭。它不会上传命令输出、路径、用户名、环境变量或会话内容。

08数据与来源

  • 作者声明github.comde615f088cb1…

    不想切浏览器,就把市场本身作为插件装进 DeepSeek Harness:

  • 作者声明github.comde615f088cb1…

    dsh plugin --profile web add dsh1024@latest

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

🏆

最佳 DeepSeek Harness 插件

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

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

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