ディレクトリに戻る

dsh-toolbox

キュレーション掲載メンテナンス: 活発

hiwhalew/dsh-toolbox

製品調査・コンテキストルーティング・プラグイン事前検証・互換性監視をまとめたローカル志向のDSHプラグイン群。

GitHub で見る
$ git clone https://github.com/HiWhaleW/dsh-toolbox.git

29

スター

0

フォーク

JavaScript

言語

NOASSERTION

ライセンス

2026-08-13

作成日

2026-09-17

最終プッシュ

ローカルファーストのネイティブ DSH プラグイン群(製品調査・コンテキストルーティング・事前検査・互換性レーダー)と、計画先行かつ監査可能な Profile 変更のための Switchboard コントロールプレーン(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

02DeepSeek 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 向けツールボックスです。4 つのプラグインはネイティブな 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。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。