返回目錄

dsh-toolbox

編輯精選維護狀態: 活躍

hiwhalew/dsh-toolbox

本地優先的 DeepSeek Harness 工具集,覆蓋產品調研、上下文路由、外掛預檢與相容性監控。

前往 GitHub
$ git clone https://github.com/HiWhaleW/dsh-toolbox.git

29

星數

0

Fork

JavaScript

語言

NOASSERTION

授權條款

2026-08-13

建立於

2026-09-17

最近推送

本地優先的原生 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

安裝步驟

  1. 01

    $ git clone https://github.com/HiWhaleW/dsh-toolbox.git

  2. 02

    $ npm install --global @deepseek-ai/dsh@0.1.1-rc.2

  3. 03

    $ npm pack --workspace @dsh-toolbox/product-research-workbench --pack-destination dist

  4. 04

    $ dsh plugin --profile toolbox add ./dist/dsh-toolbox-product-research-workbench-0.2.1.tgz

  5. 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 整合程度與能力邊界

DSH 整合原生執行環境

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 evidenceorganized findings, evaluated opportunities, project backups, and Markdown / HTML reports

  • Context Switchboard

    task text plus a routed context profilean activated bounded runtime context and rollback support

  • Plugin Preflight

    a local Bundle pathpackage-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 setcompatibility 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)
2026-08-132026-09-03作者未說明

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 版本仍保留其授權)。

08資料與來源

  • 作者聲明github.com4106c27b1a9b…

    Four plugins run as native DSH Profile Bundles.

  • 作者聲明github.com4106c27b1a9b…

    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 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。