由 zoahdev 维护。这里串起我在 DeepSeek Harness(dsh)生态做的全部东西——每个仓库是干嘛的、彼此什么关系、新手从哪开始。给中文读者的一页地图。
flowchart LR
A[找/装插件] -->|订阅| S[dsh-subscribe 市场]
A -->|发现| P[dsh-plugin-search]
B[写/发插件] -->|模板| T[dsh-plugin-template]
B -->|自检| D[dsh-plugin-doctor]
B -->|安全| G[dsh-poison-guard]
C[运营/观测] -->|会话| H[dsh-shelf]
C -->|回放| R[dsh-replay]
C -->|审计| SA[dsh-sandbox-audit]
E[看生态] -->|地图| M[dsh-ecosystem]
E -->|情报| I[dsh-github-intelligence]
E -->|教程| TU[dsh-tutorials]
E -->|文档| DD[dsh-docs]
Loading
④ 内核层可观测 —— 看 agent 到底在干嘛
想装插件 → 打开 dsh-subscribe ,网页订阅,一条命令同步。
想写插件 → 复制 dsh-plugin-template ,写完用 dsh-plugin-doctor 自检。
怕装到毒 → 装 dsh-poison-guard ,dsh plugin add 之前先扫一遍。
想看懂 agent → 用 dsh-replay 回放、dsh-trace 看指标。
想跟上生态 → 看 dsh-ecosystem 周报 + dsh-tutorials 教程。
一句话定位:别人在做插件,我在做「装插件、发插件、防毒、看 agent、看生态」的地基。
DeepSeek Harness Ecosystem Map
The living map of the dsh plugin ecosystem — curated, quality-signaled, and updated weekly. Maintained by zoahdev .
· ·
DeepSeek Harness (dsh) went open source on 0.1.0-rc.6 and the ecosystem exploded in days: 2,958 repos carry the dsh-plugin topic, at least 8 curated lists exist, and new plugins appear hourly. Nobody was tracking quality signals, bug status, and gaps in one place. This map is that place.
Weekly editions — what shipped, what broke, what got fixed.
Curated plugin catalog — real dsh-installable plugins with category, author, visibility, and (where audited) verification signals.
Bug radar — known upstream bugs with status, root cause, and fixes/workarounds.
Gap radar — what the ecosystem is missing (and who is building it).
Release compatibility reports — npm dist-tags + zoahdev suite CI + ecosystem health, auto-generated on every release train change.
Official engagement dossier — one page of every upstream contribution (patches, RFCs, docs) with links and status.
How to read quality signals
Signal
Meaning
✅ verified
I audited this repo: CI exists, a release/tarball exists, and (for zoahdev suite) real-registry agent-visibility tests pass
🟡 signals partial
Some signals present (release or CI), not fully audited
○ not audited
Listed from the topic/awesome/marketplace survey; quality not yet verified
Official: deepseek-ai/deepseek-harness — 103k★, 0.1.0-rc.6
dsh-plugin topic: 2,958 repos (noisy: includes skills, desktops, and unrelated projects)
Curated lists: 8+ (crowded — see docs/plugins.md )
Marketplaces/registries: dsh-marketplace (PR-based), dsh-market (in-DSH), several web marketplaces
Tracked upstream bugs: 16 (16 cherry-pick-ready patches, see patch list )
Gaps: 8 (see Gap radar )
The zoahdev suite (fully verified)
Repo
What
Verification
dsh-subscribe
Steam-style market + 563-plugin registry + in-harness install
✅ check-registry, CI, awesome #492 merged
dsh-rule-evolve
Verification-driven self-evolution + badge
✅ 18 tests, awesome #560 merged
dsh-plugin-doctor
Pre-publish preflight + env explain + entry-points + profile-shadow
✅ 40 tests + dsh-doctor/v1 contract
dsh-plugin-doctor-action
One-line GitHub Action CI gate for plugin authors
✅ @v1, Release tarball
dsh-shelf
Session lifecycle: web panel + CLI + verify/rescue
✅ 14 tests
dsh-pet-evolve
The pet that grows with your agent
✅ 13 tests
dsh-github-intelligence
195+ tools × 15 ecosystems + weekly digest
✅ real-API smoke, 44 tests, CI
dsh-plugin-search
Plugin discovery inside DSH
✅ 6 tests, visibility, CI
dsh-github-release-radar
Releases/stars/tags radar
✅ 16 tests, visibility, CI
dsh-plugin-template
Verified template with peer guard
✅ CI
dsh-tutorials
45-page bilingual tutorial site
✅ Pages live
dsh-docs
Official-docs gap specs + upstream patch list
✅ 15 patches documented
dsh-ecosystem
Map + weekly + release-compat + patch-verify
✅ 15-branch patch-verify bot
Know a plugin that should be in the catalog? Open an issue or PR with the repo URL.
Found a bug not on the radar? Open an issue.
Want to take a gap? Say so in the issue — the map will track it.
CC0 — the map is data; use it freely.
DeepSeek Harness 插件生态地图。
由 zoahdev 维护,每周更新,带质量信号。
DeepSeek Harness(dsh)在 0.1.0-rc.6 开源后,生态几天内爆发:2958 个仓库挂了 dsh-plugin 标签,至少 8 个精选列表,新插件每小时都在出现。但没人在一个地方统一追踪质量信号、bug 状态、生态空白 。这张地图就是那个地方。
周报 (docs/):本周上了什么、坏了什么、修了什么。
精选插件目录 (docs/plugins.md):真实可装的插件,带分类、作者、可见性、验证信号。
Bug 雷达 :已知上游 bug,带状态、根因、修复/规避方案。
空白雷达 :生态还缺什么(以及谁在做)。
发布兼容性报告 (docs/release-compat/):npm dist-tags + zoahdev 套件 CI + 生态健康,每次 release train 变化自动生成。
官方互动档案 (docs/official-engagement.md):一页列出所有上游贡献(补丁、RFC、文档)及状态链接。
信号
含义
✅ verified
我已审计:有 CI、有 release/tarball,(zoahdev 套件)还通过了真实注册表的 agent 可见性测试
🟡 signals partial
有部分信号(release 或 CI),未完全审计
○ not audited
从 topic/awesome/marketplace 调研收录,质量未验证
CC0——地图是数据,随意使用。