開源的 DeepSeek Harness 外掛雷達:持續發現、k8s 執行層級驗證,以及每 15 分鐘快照的目錄(PLUGINS-ALL.md、精選榜、整合包、相容矩陣)。引擎原始碼已在 engine/ 開源。收錄≠相容≠安全審計。
DSH 整合
生態系相關
作者聲明
安全稽核
未稽核
最後核實
2026-08-30
授權條款
MIT
01它能幫你完成什麼?
Discover and continuously track candidate DeepSeek Harness plugins across GitHub
A run-level-validated ecosystem catalog (full list, featured boards, bundles, compat matrix) regenerated every 15 minutes
DSH plugin users who want to know which plugins actually run before installing, and plugin developers tracking the ecosystem
Run-level validate discovered plugins instead of trusting static checks
Four-tier status verdicts (run-level usable / incompatible / pending / untested) pinned per entry to commit, mainline, test date and test tier
Plugin adopters deciding what to install, and maintainers checking their plugin's runtime status
02如何將外掛接入 DeepSeek Harness?
作者未說明
03DSH 整合程度與能力邊界
DeepSeek Harness plugin ecosystem radar & catalog — continuously discovers, run-level tests (k8s, dsh agent) and catalogs DSH plugins; engine source open-sourced under engine/
Continuous plugin discovery
GitHub Search (topic x2 + keyword x3) across the DSH ecosystem→Candidate repo index refreshed every 6h, clone-validated every 15 min
Run-level validation (k8s)
Discovered DSH plugin repos→Four-tier verdicts (usable / incompatible / pending / untested) per pinned commit
Spins up one k8s pod per plugin at concurrency 10 to run the dsh agent + QwenGenerated catalog (build artifact)
Machine-readable snapshots (data/snapshots/, every 15 min)→PLUGINS-ALL.md, featured board, bundles, compat matrix; consumed by dshfind and other downstream readers
04適合誰?何時不該用?
適合
- DSH plugin users who want to know which plugins actually run before installing, and plugin developers tracking the ecosystem
- Plugin adopters deciding what to install, and maintainers checking their plugin's runtime status
不適合
- The radar catalogs and run-level tests third-party plugins but does NOT host their code, and listing is not an official DSH endorsement — it provides traceable signals only.
- Listing != compatibility, static check != runtime-usable, runtime-usable != security-audited. Each verdict is only valid for the pinned commit/mainline/test-date/test-tier; lower trust if any is missing.
05相容性、維護與安全提醒
- The radar catalogs and run-level tests third-party plugins but does NOT host their code, and listing is not an official DSH endorsement — it provides traceable signals only.
- Listing != compatibility, static check != runtime-usable, runtime-usable != security-audited. Each verdict is only valid for the pinned commit/mainline/test-date/test-tier; lower trust if any is missing.
- Mainline and plugins change fast, so older verdicts can become invalid quickly; re-check against the latest snapshot before relying on a status.
MIT · actively maintained (15-min snapshot pipeline, current 0.1.1-rc.2); no tagged GitHub release
06常見問題
DSH Plugin Radar 是什麼,和 DeepSeek Harness 有什麼關係?
它是一個開源、追蹤 DeepSeek Harness 外掛生態的雷達:持續在 GitHub 發現 DSH 外掛,做執行層級實測(k8s,每個外掛一個 pod、使用 dsh agent),並每 15 分鐘發布已驗證目錄。它追蹤 DSH 生態,而不是作為外掛執行在 DSH 內部。
怎麼安裝 DSH Plugin Radar 本身?
雷達引擎原始碼已在 engine/ 開源(開源計畫 Phase 2),但這份 README 沒有給出雷達的統一安裝指令。它產出的目錄(PLUGINS-ALL.md、精選榜、整合包)直接當成文件使用;第三方外掛需從各自倉庫按其 README 安裝,而非透過這個倉庫。
外掛是怎麼驗證的,狀態檔位代表什麼?
每個條目都採用單一執行層級口徑(k8s 容器實測),四檔互斥:執行層級可用(記錄版本下真實載入並完成驗證任務)、執行層級不相容(依賴裝不上等硬失敗,3 次重試全敗)、待定(測試環境故障,待重測)、未測(尚未派發執行層級測試)。結論同時錨定外掛 commit、mainline commit、測試日期與測試層級。
為什麼雷達說收錄≠相容≠安全審計?
收錄不等於相容,靜態檢查不等於執行可用,執行可用也不等於安全審計。雷達只證明某外掛在某一記錄環境下載入並通過最小任務,並不做安全審計。安裝前請檢查外掛原始碼、權限、依賴、授權與測試日期。
怎麼讓我的外掛被雷達收錄?
給倉庫加上 `dsh-plugin` topic,約 8 小時自動收錄;或在 PLUGINS.md 發 PR 手動登記。倉庫需公開、有合法 package.json(非空 name、main/exports/dsh 入口)、README 含安裝/卸載/用法、明確宣告依賴、宣告支援的 DSH 版本,並提供授權。
07相關的 DSH 工作流程
zhuzhiliao
作者 imsai-sh
竹知了 —— 一轉就哇哇叫的傳統玩具,Web 模擬版。零依賴單檔案,真實錄音取樣,移動端優先。
picgo-core
作者 picgo
強大的圖片上傳引擎,同時支援 CLI 與 API。
helloagents
作者 hellowind777
一個自主的高階智慧夥伴,不僅分析問題,更持續工作直到完成實現和驗證。
dsh-infinite-gen-2
作者 minglink
DeepSeek 專用破甲外掛「無限二代」dsh-infinite-gen-2 — armor-breaking plugin for DeepSeek穩定化破甲提示詞,求 Star 收藏 ⭐
08資料與來源
开源的 DeepSeek Harness 插件生态雷达——持续发现、运行级验证、15 分钟快照。
dsh(容器内 agent)+ Qwen3.6-35B 驱动(经 de-stream 代理)· k8s 5 分片
Phase 2 | 雷达引擎源码(发现 · 聚合 · 渲染 · 分发 + 运维自愈) | ✅ 已开源 → [engine/](engine/)
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-30。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
