zoahdev / dsh-ecosystem

목록에 있음

The living map of the DeepSeek Harness plugin ecosystem: curated plugin catalog with quality signals, bug radar, gap radar, and weekly editions.

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:zoahdev/dsh-ecosystem

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 bb50b24동기화 2026. 8. 17.

DeepSeek Harness 全家桶中文总览

zoahdev 维护。这里串起我在 DeepSeek Harness(dsh)生态做的全部东西——每个仓库是干嘛的、彼此什么关系、新手从哪开始。给中文读者的一页地图。

最新状态(2026-08): 42 个上游补丁 · 5 个 npm 包 · 8 个项目进 awesome-dsh-plugin · 7 个进 awesome-deepseek-harness · 官方 RFC #1814(dsh plugin check / doctor 采纳)与 #2486(补丁队列)。

一句话看懂关系

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]

六大板块

① 市场与分发 —— 怎么找插件、装插件

仓库一句话
dsh-subscribeSteam 式插件市场:网页一键订阅 + 一条命令同步进 dsh,500+ 插件注册表
dsh-marketplace开源插件市场:浏览、搜索、一条 dsh 命令安装
awesome-dsh-plugin插件精选列表(zoahdev 已有 8 个项目被收录)
dsh-plugin-search在 dsh agent 里直接搜 npm + awesome 插件

② 开发工具链 —— 怎么写插件、发插件

仓库一句话
dsh-plugin-template已验证的最小插件模板:CI 真的会调用 tool(不只是加载成功)
dsh-plugin-doctor发布前健康检查:manifest/patch/build/pack/install + 环境诊断 + 投毒预检
dsh-plugin-doctor-action上面那套健康检查的 GitHub Action,一行接入 CI
dsh-rule-evolve验证驱动的自我进化:失败日志 → 经验 → 可审计的 AGENTS.md 规则
dsh-pet-evolve会随你的 agent 一起成长的电子宠物

③ 安全 —— 防投毒、防泄露、防越权

仓库一句话
dsh-poison-guard装插件前投毒扫描:AST(JS-X-Ray)+ 反混淆解码,拦混淆外发/eval/隐藏命令
dsh-poison-guard-action投毒扫描的 GitHub Action
dsh-redact分享会话日志前脱敏(API key/token/私钥/邮箱/路径)
dsh-sandbox-audit沙箱策略一致性审计(找出越权读/写/删)

④ 内核层可观测 —— 看 agent 到底在干嘛

仓库一句话
dsh-replay时间旅行调试器:回放整条轨迹(思考/工具调用/结果)并 diff
dsh-trace聚合可观测仪表盘:token/tool/error/latency 一张 HTML 看全
dsh-compose-viz可视化 preset 的 Cordis 组成(分组/隔离域/工具行)
dsh-preset-diff对比两个 agent preset 的差异
dsh-shelf会话生命周期:导出/归档/回收站/搜索/统计

⑤ 生态情报 —— 看整个 dsh 生态

仓库一句话
dsh-github-intelligence196+ 只读工具 × 16 个生态(GitHub/GitLab/npm/PyPI/ArXiv/...),带缓存
dsh-github-release-radarRelease/star/仓库搜索雷达,无需 API key
dsh-ecosystem生态地图:精选目录 + 周报 + 发布兼容性 + 补丁验证
dsh-ecosystem-status自动生成的状态仪表盘
dsh-docs官方文档提案 + 42 张可 cherry-pick 的上游补丁
dsh-tutorials45 页双语教程:入门/架构/插件开发/发布自检/贡献路线

⑥ 官方上游

仓库一句话
deepseek-harness官方仓库 fork,带着 42 张补丁(根因 + 回归测试,等 PR 通道开)

新手从哪开始

  1. 想装插件 → 打开 dsh-subscribe,网页订阅,一条命令同步。
  2. 想写插件 → 复制 dsh-plugin-template,写完用 dsh-plugin-doctor 自检。
  3. 怕装到毒 → 装 dsh-poison-guarddsh plugin add 之前先扫一遍。
  4. 想看懂 agent → 用 dsh-replay 回放、dsh-trace 看指标。
  5. 想跟上生态 → 看 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.

Weekly · Plugins · Bugs tracked

What this is

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

SignalMeaning
✅ verifiedI audited this repo: CI exists, a release/tarball exists, and (for zoahdev suite) real-registry agent-visibility tests pass
🟡 signals partialSome signals present (release or CI), not fully audited
○ not auditedListed from the topic/awesome/marketplace survey; quality not yet verified

Quick stats (2026-08-15)

  • 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: 42 (42 cherry-pick-ready patches, see patch list)
  • Gaps: 8 (see Gap radar)

The zoahdev suite (fully verified)

RepoWhatVerification
dsh-subscribeSteam-style market + 563-plugin registry + in-harness install✅ check-registry, CI, awesome #492 merged
dsh-rule-evolveVerification-driven self-evolution + badge✅ 18 tests, awesome #560 merged
dsh-plugin-doctorPre-publish preflight + env explain + entry-points + profile-shadow✅ 49 tests + dsh-doctor/v1 contract
dsh-plugin-doctor-actionOne-line GitHub Action CI gate for plugin authors✅ @v1, Release tarball
dsh-shelfSession lifecycle: web panel + CLI + verify/rescue✅ 14 tests
dsh-pet-evolveThe pet that grows with your agent✅ 13 tests
dsh-github-intelligence196+ tools × 16 ecosystems + weekly digest✅ real-API smoke, 47 tests, CI
dsh-plugin-searchPlugin discovery inside DSH✅ 6 tests, visibility, CI
dsh-github-release-radarReleases/stars/tags radar✅ 16 tests, visibility, CI
dsh-plugin-templateVerified template with peer guard✅ CI
dsh-tutorials45-page bilingual tutorial site✅ Pages live
dsh-docsOfficial-docs gap specs + upstream patch list✅ 42 patches documented
dsh-ecosystemMap + weekly + release-compat + patch-verify✅ 42-branch patch-verify bot

Contribute

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

License

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——地图是数据,随意使用。

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

문서감지됨

저장소 정보

언어
JavaScript
라이선스
보고되지 않음
마지막 업데이트
2026. 8. 17. AM 7:49

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.