本地優先的原生 DSH 外掛集(產品研究、上下文路由、預檢、相容性雷達),外加 Switchboard 控制面板,以計畫先行、可稽核的方式修改 Profile,並保留 SHA-256 備份與 SQLite 收據。
DSH 整合
原生執行環境
作者聲明
安全稽核
未稽核
最後核實
2026-09-06
授權條款
NOASSERTION
01它能幫你完成什麼?
Research products, opportunities, or markets from pasted text and public URLs inside DeepSeek Harness
Organized findings, evaluated opportunities, project backups, and Markdown / HTML reports stored in local SQLite
Individual researchers and hobbyists running a local DSH Profile who want auditable, plan-first research files
Inspect a local DSH Profile, preview Bundle changes, and roll changes back safely through a local control plane
Profile health checks, planned changes, SHA-256 backups, and SQLite validation receipts
DSH users who modify Profiles and Bundles and need a safety gate before writing
Check a Bundle for compatibility before installing it or before a DSH / Cordis upgrade
Static preflight findings and compatibility snapshots / upgrade reports
DSH operators who manage Bundle installs and DSH runtime upgrades
02如何將外掛接入 DeepSeek Harness?
先決條件
- Node.js `^22.19.0 || >=24.0.0` (`node:sqlite` is built in)
- `@deepseek-ai/dsh@0.1.1-rc.2`
- A local DSH profile you are allowed to modify
安裝步驟
- 01
$ git clone https://github.com/HiWhaleW/dsh-toolbox.git
- 02
$ npm install --global @deepseek-ai/dsh@0.1.1-rc.2
- 03
$ npm pack --workspace @dsh-toolbox/product-research-workbench --pack-destination dist
- 04
$ dsh plugin --profile toolbox add ./dist/dsh-toolbox-product-research-workbench-0.2.1.tgz
- 05
$ dsh --profile toolbox --dump-config
驗證整合成功
- dsh --profile toolbox --dump-config
- The final command should show all four bundle layers.
復原
- The `backup` command immediately saves a restorable snapshot of the current Profile in Switchboard's private local data directory.
- Restoring a manual snapshot creates a fresh recovery point first and validates the restored Profile with DSH.
- It rejects stale plans and refuses rollback over a later user edit.
03DSH 整合程度與能力邊界
Four plugins run as native DSH Profile Bundles; DSH Switchboard runs outside the active Harness process as a local control plane.
Product Research Workbench
pasted text or public URL evidence→organized findings, evaluated opportunities, project backups, and Markdown / HTML reports
Context Switchboard
task text plus a routed context profile→an activated bounded runtime context and rollback support
Plugin Preflight
a local Bundle path→package-semantics, capabilities, policy, SBOM and fingerprint findings plus an audit report
Preflight is static and read-only: it does not run scripts, install dependencies, follow symlinks, or contact registries.Compatibility Radar
Bundles plus a target runtime version set→compatibility snapshots and upgrade reports
Radar never upgrades software automatically.
04適合誰?何時不該用?
適合
- Individual researchers and hobbyists running a local DSH Profile who want auditable, plan-first research files
- DSH users who modify Profiles and Bundles and need a safety gate before writing
- DSH operators who manage Bundle installs and DSH runtime upgrades
不適合
- Commercial use is not permitted.
- A clean scan is not a security guarantee.
- Applying or rolling back a change requires the CLI by default because a successful `dsh --profile <name> --dump-config` is the runtime safety gate.
05相容性、維護與安全提醒
- Commercial use is not permitted.
- A clean scan is not a security guarantee.
- Applying or rolling back a change requires the CLI by default because a successful `dsh --profile <name> --dump-config` is the runtime safety gate.
- Node.js `^22.19.0 || >=24.0.0` (`node:sqlite` is built in)
Experimental MVP, noncommercial; no tagged release (latest_release null), DSH CLI pinned at 0.1.1-rc.2
06常見問題
dsh-toolbox 是什麼?它如何接入 DeepSeek Harness?
dsh-toolbox 是本地優先的 DeepSeek Harness 配套軟體。四個外掛以原生 DSH Profile Bundle 形式執行,DSH Switchboard 則在活動 Harness 程序之外作為本地控制面板,檢查 Profile、預覽變更並安全復原。
如何安裝?
克隆倉庫,用 `npm install --global @deepseek-ai/dsh@0.1.1-rc.2` 安裝固定版本的 DSH CLI,用 `npm pack --workspace …` 打包工作區 tarball,再透過 `dsh plugin --profile toolbox add ./dist/dsh-toolbox-*.tgz` 加入,最後執行 `dsh --profile toolbox --dump-config`。
我的資料會被上傳嗎?
不會。預設無帳號、無託管後端、無行為分析、無遙測、無背景註冊表檢查、無自動升級,真實執行資料保存在本地 SQLite。線上示範僅在瀏覽器記憶體中模擬,從不讀取 DSH Profile、憑證或 SQLite。
Plugin Preflight 會安裝或執行被掃描的 Bundle 嗎?
不會。Preflight 是靜態且唯讀的:它不執行腳本、不安裝依賴、不跟隨符號連結、不聯繫註冊表。一次乾淨的掃描並不等同安全保證。
可以用於商業用途嗎?
不可以。dsh-toolbox 0.2.1 及以後以 PolyForm Noncommercial License 1.0.0 開源可取得,商業用途不被允許(早期 MIT 版本仍保留其授權)。
07相關的 DSH 工作流程
archify
作者 tt-a1i
為編碼智慧體生成美觀可驗證的架構圖、時序圖與資料流圖,輸出自包含 HTML,支援動效與清晰匯出。
openviking
作者 volcengine
為 AI 智慧體打造的自進化上下文資料庫,統一智慧體記憶、知識 RAG 與技能。
nocobase
作者 nocobase
開源的 AI + 無程式碼應用搭建平臺:AI 在久經生產驗證的底層基礎設施與所見即所得的無程式碼介面之上工作,幫你快速構建 CRM、ERP 等業務系統,兼顧速度與可靠性。
learn-harness-engineering
作者 walkinglabs
Harness 工程新手教程,從 0 到 1 系統學習智慧體工作流框架。
08資料與來源
Four plugins run as native DSH Profile Bundles.
DSH Switchboard runs outside the active Harness process to inspect Profiles, run health checks, preview Bundle changes,…
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-06。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
