Wanbinyu Harness Toolbox
August 30, 2026 · View on GitHub
An independent third-party index of plugins and companion tools for DeepSeek Harness (dsh).
Important
This toolbox is maintained independently by Wanbinyu. It is not an official DeepSeek project and is not supported, certified, or security-reviewed by DeepSeek. Refer to each project's README, release history, and license.
Latest Release
- Open DSH Toolbox
- Windows launcher
dsh-launcher v0.5.0adds a multi-publisher plugin and Skills guide, installed-item detection, and opt-in source health checks.
Plugin Bundles
These projects provide dsh.bundle.patch in package.json and ship a cordis.patch.yml, so they can be installed through a Harness profile's plugin flow:
| Project | Current version | What it provides | Compatibility |
|---|---|---|---|
| dsh-billing | 0.6.3 | Per-provider/model cost accounting, session quota, and a Web cost strip. | Harness 0.1.0-rc.6 through rc.8, plus 0.1.1-rc.1 through rc.2 |
| dsh-error-lens | 0.1.2 | Read-only, redacted provider error diagnostics and recovery guidance. | Harness 0.1.0-rc.6 through rc.8, plus 0.1.1-rc.1 through rc.2 |
| dsh-concurrency-meter | 0.1.2 | Active request, peak concurrency, result, and provider-group monitoring. | Harness 0.1.0-rc.6 through rc.8, plus 0.1.1-rc.1 through rc.2 |
| dsh-provider-probe | 0.3.2 | Explicit provider connectivity, latency, capability, and failure checks. | Harness 0.1.0-rc.6 through rc.8, plus 0.1.1-rc.1 through rc.2 |
| dsh-plugin-git-inspect | 0.3.2 | Read-only Git status, diff, summary, commit, history, and refs tools. | Harness 0.1.0-rc.5 through rc.8, plus 0.1.1-rc.1 through rc.2 |
| dsh-companion | 0.1.10 | A local, state-aware desktop companion with task status, actions, and completion feedback. | Harness 0.1.0-rc.6 through rc.8, plus 0.1.1-rc.1 through rc.2 |
Exact, version-pinned Release installation commands are stored in plugins.json, so installs do not change when a default branch moves.
Companion Tools
| Project | Type | What it provides | Use |
|---|---|---|---|
| dsh-launcher | Windows background launcher | Install, update, and repair Harness; start the Web profile by double-clicking or using dsh and deepseek, with tray plugin and Skills recommendations. | Download and run dsh-launcher-setup.exe. |
The launcher is not a Cordis plugin and does not need cordis.yml or dsh.bundle. Keeping it separate avoids confusing Harness extensions with tools that help start Harness.
Inclusion And Verification
The machine-readable catalog is plugins.json. Run npm run verify to check public repositories, package versions, latest Releases, package assets, bundle manifests, patch files, README installation instructions, and launcher Release assets. For projects classified as bundles, the minimum checks are:
package.jsoncontainsdsh.bundle.patchand points to a patch file shipped in the repository.- The patch inserts a plugin package actually provided by the repository and documents its configuration.
- The README states Harness compatibility, runtime requirements, installation steps, and project boundaries.
- The installation path is reproducible, with a clear license and issue tracker.
lastVerified, latestVersion, releaseUrl, and verificationStatus help clients judge catalog freshness; they are not an official DeepSeek certification.
A regular plugin can also be installed as a host dependency and composed by the user's own cordis.patch.yml. Such a project must be labeled as manual composition instead of claiming support for dsh plugin ... add.
Finding More Projects
You can search the GitHub dsh-plugin topic, but a topic is not proof that a repository is a plugin. Check the bundle manifest, installation path, and README instead of relying on a repository name or star count.
Official discussion entry point: DeepSeek Harness Discussions. Catalog showcase: Discussion #1045.
Static Toolbox Site
Live site: https://wanbinyu.github.io/wanbinyu-harness-toolbox/
site/ turns this repository's plugins.json into a bilingual, responsive download and plugin catalog. GitHub Release download counts and SHA-256 digests are collected at build time. Viewing the site sends no analytics requests and downloads are never proxied; every download button points directly to a pinned GitHub Release asset.
npm ci
npm run site:build
The generated site is written to dist/. If anonymous GitHub API access is rate-limited, a local rebuild reuses the last successful release metadata; CI uses GITHUB_TOKEN for fresh data. .github/workflows/pages.yml verifies the catalog, builds the site, deploys GitHub Pages, and refreshes build-time counts daily.
License
The catalog is released under the MIT License. Each listed project keeps its own license.