开源的 DeepSeek Harness 插件生态雷达——持续发现、运行级验证、15 分钟快照。你看到的插件目录,只是它自动生成的 artifact。 An open-source radar for the DeepSeek Harness plugin ecosystem — continuous discovery, runtime validation, 15-minute snapshots. The plugin catalog below is just an artifact it generates.
安装前就知道哪个能用,不用自己踩坑。 Know which plugins work before you install them.
判定按 runner 版本分离 / verdicts by runner version:
| runner 版本 / version | 可用 / OK | 需适配 / adapt | 在测 / testing | 小计 / total |
|---|
| 累计 / cumulative | 8478 | 3401 | 1784 | 13663 |
这是什么? DeepSeek Harness(DSH)是一个万物皆插件的编码 agent。本仓库是自动追踪其插件生态的雷达——索引、克隆验证并运行级实测。 What is this? DeepSeek Harness (DSH) is an open-source coding agent where everything is a plugin. This repo is a radar that automatically tracks its plugin ecosystem — indexing, clone-verifying and runtime-testing it.
架构原则:目录是构建产物(Catalog is a build artifact)。 Architecture principle: the catalog is a build artifact.
Radar Engine(开源 → engine/) Radar Engine (open-source → engine/)
↓ ↓
机器可读快照(每 15 分钟) Machine-readable snapshots (every 15 min)
↓ ↓
目录渲染器(聚合 · 分类 · 双语渲染) Catalog renderer (aggregation · classification · bilingual rendering)
↓ ↓
┌─ PLUGINS-ALL.md 全量清单 / full listing
├─ 精选插件榜 / 整合包 Featured board / bundles
├─ 生态快照 / 兼容矩阵 Ecosystem snapshot / compatibility matrix
└─ dshfind 等下游消费方 dshfind & downstream consumers
数据截至快照
20260920T071501Z(2026-09-20 15:15:03 UTC+8 · 分类器 unified-v2-bridge) Data as of snapshot — currently20260920T071501Z(2026-09-20 15:15:03 UTC+8 · classifier unified-v2-bridge) How It Works
flowchart TB
subgraph Discovery["发现(每 6 小时 · probe 每 15 分钟 巡检触发)"]
A1["GitHub Search<br/>topic ×2 + keyword ×3<br/>候选 22402 · 龄 98m"]
A2["本地库补全 · 去重 repo id"]
A3["私有 org 仓排除<br/>35s 错峰 · 403 退避 · dshow 黑名单"]
end
subgraph Validation["验证(driver 20s 流式循环)"]
B1{"package.json<br/>name + main/exports/dsh?"}
end
B1 -->|"插件 1331"| C1["k8s 运行级测试<br/>一插件一 pod · 并发 10<br/>dsh agent + Qwen(de-stream)"]
B1 -->|"非插件(累计删 0)"| B3["即删省空间"]
C1 --> D1{"判定 · 总 13527"}
D1 -->|"8478 / 3401"| E1["聚合 + README 分类统计"]
D1 -->|"1648 环境类重试"| C1
E1 --> E2["cadence 交付<br/>本周期增量 —/100<br/>双仓 bot PR(幂等 supersede)"]
M["radar-probe 每 15 分钟 自愈<br/>7 指标流 × 60s · 完成累计 9"]
M -.-> A1
M -.-> C1
🔌 开源计划——本页数据由「DSH 插件雷达」服务管线自动生产,雷达源码分阶段开源: 🔌 Open-Source Plan — this page is produced automatically by the radar pipeline, open-sourced in stages:
| 阶段 / Phase | 开源内容 / Content | 状态 / Status |
|---|---|---|
| Phase 1 | 管线文档 / Pipeline docs:总览与路线图 · 架构 · 数据契约 | ✅ 已开源 / Open |
| Phase 2 | 雷达引擎源码 / Radar engine source(发现 · 聚合 · 渲染 · 分发 + 运维自愈 / discovery · aggregation · rendering · distribution + ops) | ✅ 已开源 → engine/ |
| Phase 3 | 测试引擎源码 / Test engine source:轻量版(本地直跑 / local, no k8s)· 服务器版(k8s 集群 / server edition) | 🔜 稳定后开源 / After stabilization |
Quick Start
| 你的目标 / Goal | 跳转入口 / Link |
|---|---|
| 了解这个雷达本身 / Understand the radar | 工作原理 · 开源引擎 engine/ · 管线文档 |
| 看精选插件 / Browse featured | 精选插件榜 — 人工策展 · 11 类 / curated · 11 categories |
| 一把装好 / Install a bundle | 整合包 — 预设 / 合集 / 发行版 / 配方 / presets · collections · distributions · recipes |
| 市场接入 / For marketplaces | 数据接口 docs/api.md — 稳定 JSON · 署名即用 / stable JSON, attribution only |
| 按用途找插件 / Find by use case | 分类目录 — 13 类 · 明细见 PLUGINS-ALL.md · PLUGINS.md 为登记清单 |
| 浏览全部发现 / All discovered repos | 当前生态快照 — 日期化兼容矩阵 / dated compatibility matrix |
| 登记或提交插件 / Register a plugin | 给插件开发者 · 加 dsh-plugin topic → 8h 自动收录 / auto-discovered in 8h |
| 了解最近变更 / Recent changes | CHANGELOG |
| 加入社群 / Join the community | DSH 学习社区 · 社区讨论群 |
Important
收录不等于兼容,静态检查不等于运行可用,运行可用也不等于安全审计。 Inclusion ≠ compatible, static check ≠ runtime-usable, runtime-usable ≠ security-audited. 本仓库提供可追溯的筛选信号,不代表 DSH 官方背书。安装第三方插件前,请检查源码、权限、依赖、许可证及测试日期。 This repo provides traceable filtering signals, not official DSH endorsement. Always review plugin source, permissions, dependencies, and license before installing.
Ecosystem Catalog — an artifact generated by the radar
以下目录内容——精选榜、整合包、分类目录、兼容矩阵——均由雷达管线自动生产与刷新(精选榜与整合包成员为人工策展,星标与状态由 bot 持续更新)。 Everything catalog-shaped below is produced and refreshed by the radar pipeline (featured/bundle membership is human-curated; stars and statuses are kept fresh by bots).
数据接口与下游接入见 🤝 市场与下游接入。 For the data API and downstream integration see 🤝 For Marketplaces.
📖 展开生态目录 / Expand ecosystem catalog
Featured Board
人工策展 55 款插件,按 11 类分组、类内按星标排序;星标每 6 小时自动刷新(成员调整请提 PR 修改 data/awesome-50.json)。数据截至 2026-09-21 04:54(UTC+8)。 Human-curated 55 plugins in 11 groups, star-sorted within each; stars auto-refresh every 6 hours (membership via PR to data/awesome-50.json). As of 2026-09-21 04:54 (UTC+8).
Intelligence Boosters (7)
dsh-routing-suite · 7199★ — 注入器 × 思维模式路由套装:免重启运行时注入器 + 任务感知推理模式路由预设(P1-P23 实测)
ouroboros · 6048★ — Agent OS:agent 自我变强、人只守底线——自进化运行时(5.7k★;rc.8 实测 ✅)
harmony-next.skills · 352★ — 技能驱动的工作流增强
superpowers-dsh · 91★ — TDD/调试/计划等开发技能集
forkprobe · 72★ — 同一任务跑多个技能对比,自动选优
dsh-tool-turbo · 8★ — 按轮次自动优化 reasoning_effort(推理力度)
dsh-reasoning-settings · 5★ — 推理设置控制:让模型按任务切换思考档位
UI & Workbench (6)
dsh-web-ui · 7856★ — Web UI 增强与皮肤合集:任务看板、Git 图、移动端、皮肤中心
DSH-better-sidebar · 3688★ — 侧边栏变完整工作台:文件编辑/终端/Git/子代理,支持三方注册扩展页
dsh-genui · 469★ — GenUI 内联组件:图表/表单/测验/3D 场景 + action 事件环
dsh-visualize · 261★ — 对话中生成交互式可视化卡片
dsh-annotation · 127★ — 划选文字→批注→随消息发送,回复逐条对照
Liang-Saint-Slider · 95★ — 模型与思考力度选择滑条
Terminal & Desktop (5)
dsh-desktop · 28025★ — 生态最高星桌面客户端(21.5k★,原 deepseek-harness-desktop 再改名):万物皆插件、桌面本身也是插件(雷达重测中;rc.8 源码路径实测 ✅)
deepseek-harness-desktop · 2392★ — Tauri 桌面版:5MB 安装包零环境配置,Win/macOS/Linux
oh-dsh · 320★ — 社区发行版:桌面/Web/TUI 三形态统一体验
Bigfish · 315★ — 第三方桌面端:内置 Node 运行时,双击即用
dsh-tianshu-tui · 280★ — 自研 ANSI 渲染的极简终端 UI
Vision & Multimodal (4)
modlens · 4001★ — 生态第一个视觉插件,视觉工作流的基准方案
agent-vision-toolkit · 1204★ — 通用 agent 视觉工具箱:多图理解/图片问答/前端 UI 还原/GUI 自动化(dsh-vision-toolkit 同作者)
dsh-vision-router · 1113★ — 内置免费视觉模型路由,给文本 agent 装眼睛
dsh-vision-toolkit · 884★ — 带意图图片问答、长截图 OCR、UI 还原
Agent Orchestration (7)
distilly · 24909★ — 把专家思维蒸馏为可复用 Skills 的平台(24k★,Agent 域之最,原名 colleague-skill;雷达判可用)
dsh-agent-teams · 1746★ — 多代理团队编排
helloagents · 704★ — agent 能力合集
sandbase-harness · 648★ — CMA 兼容开源 agent 运行时,任意模型可驱动
rea · 413★ — 用 agent 逆向工程任何东西:从应用行为到原生二进制
open-record-replay · 144★ — macOS 录制回放:把鼠标/键盘/UI 事件存为结构化轨迹供 agent 学习重放
axern · 67★ — AI agent 开源沙箱:不可信代码执行与持久服务
Coding & Productivity (5)
TokenTracker · 1677★ — 本地优先的 31 种编码工具 token 用量与成本追踪
api-relay-audit · 839★ — AI API 中继/LLM 代理本地安全审计,产出 Markdown 报告(rc.8 实测 ✅)
claude-paper · 338★ — 跨 agent 论文工具箱:速读摘要/深度研读材料/代码演示 + 本地 Web 阅读器
mobius · 296★ — 编码增强
dsh-remote · 88★ — 多机远程工作区:SSH 连接管理、远程目录→本地镜像→原生工作区收养、SFTP 双向同步与 rw_* 工具族
Memory & Context (3)
EverOS · 13091★ — 全 agent 便携记忆层:本地优先、Markdown-native(12.4k★ 记忆域之最;rc.8 实测 ✅)
mnemon · 588★ — 跨 agent、本地优先的持久记忆
dsh-memory-evolve · 323★ — 五轨记忆 + git 分支托管 + 后台自我进化
Messaging & IM (4)
dsh-lark · 55★ — 飞书 IM bot 频道(官方渠道插件)
dsh-message-edit · 49★ — 分支式消息编辑、reroll、重试、多版本
dsh-interconnect · 34★ — 跨 DSH 实例消息/事件交接
ChatCCC · 22★ — 飞书/微信聊天控制 DSH / Claude Code
Files, Data & Browsing (4)
dsh-browser · 705★ — Chrome 侧栏扩展,让 DSH 直接操作浏览器
dsh-openpencil · 174★ — OpenPencil 设计稿预览与编辑
dsh-web-search-pro · 69★ — 增强型持久网页搜索
dsh-plugin-mineru · 47★ — PDF/图片/Office 转结构化 Markdown
Marketplaces & Management (4)
dsh-market · 4261★ — 持续收录 1000+ 插件的市场:中文搜索 + 五维评分
dsh-web-plugin-manager · 71★ — Web UI 一键管理插件:启停/装卸/环境管理
dsh-plugin-check · 26★ — 插件健康检查:清单协议/patch 格式/构建陷阱
deepseek-plugin-store · 24★ — 独立社区插件商店:发现/安装/提交经验证的插件
Fun & Life (6)
petdex · 4133★ — 生态最高星桌宠图鉴
dsh-deep-whale · 2155★ — 深海鲸鱼养成
openpets · 1217★ — 本地优先桌面伴侣平台:动画宠物 + 插件 SDK(娱乐域第二位)
dsh-ads · 630★ — 把 DSH 变回 2005 门户网站:怀旧广告/小游戏/弹窗
whale-girl · 327★ — QQ 宠物形态桌宠:可拖拽/投喂/玩耍
dsh-kun-like-pet · 94★ — 小坤桌宠:随 Agent 工作状态切换 9 种动作
兼容状态磁贴 = 雷达 k8s 运行级判定(🟩 已兼容 · 🟨 需适配 · ⬜ 待测试,三态等宽;四档口径见下文),右半为该轮 runner 测试版本,由 bot 按最新快照自动回写,榜内成员走插队重测通道优先轮测;安装第三方插件前请审查源码并固定 commit。 Status tiles = radar k8s runtime verdicts (🟩 compatible · 🟨 needs-adaptation · ⬜ to-test); the right segment carries the runner version — both auto-updated from the latest snapshot. Always review plugin source and pin a commit before installing.
Bundles
人工策展 16 个整合包:内测成员作品置顶,其下按预设套件 / 能力合集 / 发行版 / 配方管理器四形态分组,类内按星标排序;星标每 6 小时自动刷新(成员调整请提 PR 修改 data/bundles.json)。数据截至 2026-09-21 04:54(UTC+8)。 Human-curated 16 bundles: insider picks pinned on top, then presets / collections / distributions / recipe managers, star-sorted; auto-refreshed every 6 hours. As of 2026-09-21 04:54 (UTC+8).
Insider Members (1)
marisa-distro · 11★ — 魔理沙整合发行版(内测成员作品):DSH 0.1.0-rc.7 + 桌面壳 + 29 个插件 + MyGO 插件市场,Windows MSI/便携版/profile 三形态安装(v0.1.11,Release 带 SHA256 校验)
Presets & Config Kits (4)
dsh-routing-suite · 7199★ — 注入器 × 思维模式路由套装:免重启运行时注入器 + P1-P23 任务感知推理模式路由(rc.8 实测 ✅)
dsh-anchored-standard · 3806★ — 两阶段预设:极简模式对齐启动 → 全量装载(rc.8 实测 ✅)
dsh-gitbash-preset · 130★ — Windows 一键「极简模式 Git Bash」预设:把自带极简模式的 bash 调用映射到 Git Bash
dsh-roleplay-preset · 22★ — 沉浸式角色扮演预设:零工具纯对话、酒馆式演出格式、文件记忆库
Capability Collections (8)
Aegis · 1224★ — 软件工程方法论技能包:baseline-first 规划、系统性重构(rc.8 实测 ✅)
helloagents · 704★ — agent 能力合集(rc.8 实测 ✅)
DeepSec · 437★ — AI 安全攻防一体化合集:Android · Web · Native · 协议 · 恶意代码 · AI 六域
harmony-next.skills · 352★ — 技能驱动的工作流增强(rc.8 实测 ✅)
dsh-reverse-skill · 159★ — 完整逆向工程技能合集(85 个 SKILL.md)
superpowers-dsh · 91★ — TDD/调试/计划等开发技能集(rc.8 实测 ✅)
dsh-daily-kit · 1★ — 日常插件集合:16 插件 monorepo + 4 bundle,含 596 单测
dsh-plugins · 0★ — DSH 插件家族索引:agentfuse / evidence-task-board / test-normalizer 等 16 插件合集(monorepo)
Distributions (2)
oh-dsh · 320★ — 社区发行版:桌面/Web/TUI 三形态统一体验
Bigfish · 315★ — 第三方桌面端发行版:内置 Node 运行时,双击即用(雷达判需适配——发行版形态非单插件安装)
Recipe Managers (1)
dsh-recipe · 0★ — 场景配方管理器(插件界的 dotfiles):列出/搜索/安装插件组合(形态稀缺,豁免星标门槛)
磁贴口径同精选榜(三态 · 右半 runner 版本);整合包安装方式以各仓库 README 为准(预设类多为
dsh plugin add后在设置中启用,发行版类需按其自身安装器操作)。 Tiles follow the same scheme as the featured board; install per each bundle's own README (presets:dsh plugin addthen enable in settings; distributions: use their installers).
Plugin Catalog
逐插件明细(判定 · 定位 · 星标)按域分页见 PLUGINS-ALL.md 索引。
- 🎓 技能包(31)— 可用 7 · 不兼容 2 · 待定 6 · 未测 13 · 监测 3 — 明细
- 🧠 记忆增强(49)— 可用 15 · 不兼容 4 · 待定 6 · 未测 2 · 监测 22 — 明细
- 🎨 主题皮肤(25)— 可用 13 · 不兼容 1 · 待定 1 · 未测 7 · 监测 3 — 明细
- 🛒 市场与管理(322)— 可用 96 · 不兼容 29 · 待定 18 · 未测 12 · 监测 167 — 明细
- 🔌 Web UI 增强(2829)— 可用 1293 · 不兼容 493 · 待定 229 · 未测 18 · 监测 796 — 明细
- 💻 编码开发(2213)— 可用 882 · 不兼容 424 · 待定 182 · 未测 23 · 监测 702 — 明细
- 🤖 Agent 能力(2354)— 可用 797 · 不兼容 352 · 待定 158 · 未测 14 · 监测 1033 — 明细
- 📡 消息通讯(749)— 可用 247 · 不兼容 140 · 待定 49 · 未测 6 · 监测 307 — 明细
- 🗂 文件数据(703)— 可用 268 · 不兼容 115 · 待定 55 · 未测 9 · 监测 256 — 明细
- 🎮 娱乐生活(463)— 可用 173 · 不兼容 49 · 待定 22 · 未测 0 · 监测 219 — 明细
- 🛠 基建部署(1394)— 可用 424 · 不兼容 166 · 待定 118 · 未测 7 · 监测 679 — 明细
- 📚 学习研究(166)— 可用 34 · 不兼容 14 · 待定 7 · 未测 2 · 监测 109 — 明细
- ❓ 其他(7540)— 可用 1832 · 不兼容 440 · 待定 243 · 未测 23 · 监测 5002 — 明细
For Marketplaces — reference our compatibility data
插件市场、聚合站与社区清单(dsh-market、dshfind、awesome 列表等)欢迎直接引用本雷达的运行级可用性数据——两个稳定 JSON 接口,无需申请、署名即可: Plugin marketplaces and aggregators are welcome to consume this radar's runtime-verdict data — two stable JSON endpoints, no key required, attribution appreciated:
d = json.load(urllib.request.urlopen(
"https://raw.githubusercontent.com/AdamPlatin123/dsh-plugin-radar/main/data/plugins-all.json"))
verdict = {p["repo"]: p["verdict"] for p in d["plugins"]}三态磁贴资产可热链、动态徽章端点 schema、口径与署名规范见 docs/api.md。 Hotlinkable status tiles, dynamic badge schema, and attribution rules: docs/api.md.
DSH Learning Community
dshfind.com — DSH 原理学习、插件市场与最佳实践社区:从 Cordis 论文逐章精读到插件自动聚合市场。 dshfind.com — community for DSH internals, plugin marketplace and best practices.
Community Discussion Group
DSH 插件社区讨论群(微信群):插件作者、维护者与使用者都在这里。 WeChat group for plugin authors, maintainers and users.
当前为「DSH-Plugins 社区交流 3 群」二维码,7 天内有效(2026-09-23 前),过期请联系群主换新。 Currently the QR for community group #3 — expires 2026-09-23; contact the owner for a fresh one afterwards.
For Plugin Users
- 优先浏览分类目录与逐插件明细 PLUGINS-ALL.md——自动发现并经运行级实测的全量清单。
- Browse the Plugin Catalog and per-plugin details in PLUGINS-ALL.md — the auto-discovered, runtime-tested full listing.
- PLUGINS.md 是经 PR 登记的社区登记清单,与自动发现互补。
- PLUGINS.md is the PR-registered community list, complementary to auto-discovery.
全部条目使用单一运行级口径(k8s 容器实测),四档互斥: All entries use a single runtime scale (k8s container tests), four mutually exclusive tiers:
| 状态 / Status | 它说明什么 / Says | 它不说明什么 / Doesn't say |
|---|---|---|
| 运行级可用 / runtime OK | 在记录的测试版本下真实加载并完成验证任务 / Really loaded and completed a probe task under the recorded version | 不是完整功能测试、性能测试或安全审计 / Not a full functional, performance, or security audit |
| 运行级不兼容 / incompatible | 依赖装不上、缺内部包等硬失败(3 次重试全败)/ Hard failures (install broken, missing internals) after 3 retries | 不代表永远不可用;作者可能已修复 / Not forever-broken; may already be fixed |
| 待定 / pending | 测试环境故障,未完成判定 / Environment failure, inconclusive | 不是部分兼容 / Not "partially compatible" |
| · 未测 / untested | 尚未派发运行级测试 / Not yet dispatched | 不应推断兼容或不兼容 / No inference either way |
Note
每个结论都应同时看四项:插件 commit、mainline commit、测试日期、测试层级。 Every verdict should be read together with: plugin commit, mainline commit, test date, and test tier.
- 阅读插件的安装、配置、权限和卸载说明;固定版本或 commit。 Read install/config/permission/uninstall docs; pin a version or commit.
- 先在隔离 profile 或测试环境加载,不提供生产密钥。 Load in an isolated profile or test env first; never hand over production credentials.
- 执行一个最小功能任务,记录 DSH 版本、插件版本和日志;保留回滚路径。 Run one minimal task, record versions and logs; keep a rollback path.
For Plugin Developers
- 仓库公开可访问,添加
dsh-plugintopic;声明支持的 DSH 版本或已验证 commit。 - Public repo with the
dsh-plugintopic; declare supported DSH version or verified commit. - 一个合格的 README 至少包含:功能、安装方式、权限范围、许可证。
- A proper README at least covers: what it does, install steps, permission scope, license.
加 topic 后 8 小时内自动收录;或直接向 PLUGINS.md 提 PR(PR 模板)。 Auto-discovered within 8 hours of adding the topic; or open a PR to PLUGINS.md (template).
How We Assess Compatibility
- 静态清单检查(名称、入口、manifest)只决定是否进入测试队列。 Static manifest checks only gate entry into the test queue.
- 运行级实测在 k8s 集群上进行:一插件一 pod、隔离文件系统与网络,以当前 DSH 版本执行标准安装与验证任务。 Runtime tests run on a k8s cluster: one pod per plugin, isolated fs/network, standard install + probe task under the current DSH version.
- 基础设施故障与插件故障严格分离:网络/磁盘/权限故障标记为环境类并重试,不计入插件失败。 Infra failures and plugin failures are strictly separated: environment issues are retried, never counted against the plugin.
- 判定数据与逐轮快照见
data/;引擎源码见 engine/。 Verdict data and per-round snapshots live indata/; engine source in engine/.
Repo Layout
engine/ 雷达引擎源码(发现·聚合·渲染·分发·运维)/ radar engine source
data/snapshots/ 机器可读快照(每 15 分钟)/ machine-readable snapshots
catalog/all/ 按域分页的插件明细 / per-domain plugin listings
PLUGINS-ALL.md 全量清单索引 / full-listing index
PLUGINS.md PR 登记清单 / PR-registered list
docs/api.md 数据接口(市场接入)/ data API for marketplaces
docs/radar/ 管线文档 / pipeline docs
Ecosystem Snapshot
渲染于快照 20260920T071501Z(2026-09-20 15:15 UTC+8)· 数据源 data/snapshots/(渲染即对齐)
Rendered from snapshot — data/snapshots/ (render-time aligned)
| 证据层 / Evidence | 当前结果 / Result |
|---|---|
| 自动收录 / Auto-indexed | 1300 个仓库 / repos |
| 运行级实测 | 8478 可用 · 3401 不兼容 · 1648 待定(共 13527 个,k8s agent 口径) |
Scope & Credits
- 本仓库是社区项目,与 DeepSeek 官方无隶属关系;插件判定不代表官方背书。 A community project, not affiliated with DeepSeek; verdicts are not official endorsements.
- 感谢 DSH 社区与所有插件作者。Thanks to the DSH community and all plugin authors.


