DSH Market
D

Dsh Toolbox

by HiWhaleW · HiWhaleW/dsh-toolbox

InstallableBundlegitfresh

Local-first DeepSeek Harness plugins for product research, context routing, plugin preflight, and compatibility monitoring.

Install Dsh Toolbox

Installs straight from git: plain JavaScript that needs no build step, so no build allowance is required.

The one-line version

dsh plugin --profile my-profile add github:HiWhaleW/dsh-toolbox

This bundle is not on npm, so it installs straight from git. Its build output is already committed to the repository (or it needs no build at all), so it loads without a build step.

From GitHub — artifacts are already committed, nothing is built locally

# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:HiWhaleW/dsh-toolbox

# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config

# 3. boot the profile
dsh --profile my-profile

Pin a commit — github:HiWhaleW/dsh-toolbox#<commit-sha> — if you want the code you reviewed to be the code you keep getting.

Before you run it

  • A plugin runs with your permissions once loaded: it can read your files, use your credentials and reach the network. Tool approvals do not sandbox it.
  • Installing from git resolves a moving branch. Pin a commit — github:HiWhaleW/dsh-toolbox#<commit-sha> — so the code you reviewed is the code you install.

Prerequisites

API key
Not required.
Network access
Not required at runtime.
Language
JavaScript — a git install pulls this source, not build output.

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
lifecycleScriptspassinfono install-time scripts
dsh.bundlepassfatalpackage.json declares a `dsh.bundle` layer
dsh.bundle.patch filepassfatalpatch file present at `packages/compatibility-radar/cordis.patch.yml`
npm registrymissingwarn`@dsh-toolbox/compatibility-radar` is not published to npm
build requirementpassinfoplain JavaScript — loads from source without a build
Verdict reason
git-only but needs no build
package.json read
packages/compatibility-radar/package.json
Rules applied from
docs/user/develop/basic/publish.md
Checked at
2026-08-15

From the README

Excerpt as published by the author, plain text, unedited

给 DeepSeek Harness 的本地工具箱。 产品研究、上下文切换、插件预检和兼容性监控,都收进一个安全的可视化控制台。 · · > [!NOTE] > 在线版是安全演示:健康检查、Bundle 开关、变更计划、活动和回滚只在当前浏览器内存中模拟,刷新即复原。它不会连接访客电脑,也不会读取 DSH Profile、API 凭据或 SQLite 数据。安装本地版后才会接通真实 DSH 链路。 > [!IMPORTANT] > **Experimental MVP · 仅限非商业用途。** DeepSeek Harness 仍处于 Developer Preview,版本升级可能影响 Profile Bundle 兼容性。本项目独立开发,与 DeepSeek 无隶属或背书关系。 DSH Toolbox 是给单人本地工作流准备的 DeepSeek Harness 配套工具。四个插件作为原生 DSH Profile Bundles 运行;DSH Switchboard 则位于当前 Harness 进程之外,负责查看 Profile、运行健康检查、预览 Bundle 变更、创建备份并安全回滚。 默认没有账号、托管后端、行为分析、遥测、后台注册表检查或自动升级。真实运行数据保存在本机 SQLite;需要修改 Profile 时,一定先生成计划,用户确认后才写入,并保存可追溯的事务记录。 | 组件 | 日常用途 | 工具数 | | --- | --- | ---: | | [`@dsh-toolbox/product-research-workbench`](packages/product-research-workbench) | 导入 URL/文本证据,整理发现、评估机会、备份项目并生成 Markdown/HTML 报告。 | 12 | | [`@dsh-toolb

More in Research Notes Product

Ranked by similarity inside the cluster, not alphabetically