A working DeepSeek Harness setup in one command. Every set below was installed into a clean profile as a single install, and every plugin in it was confirmed to register — not checked one at a time and assumed to get along.
Why a set is a different claim
Each listing in this catalogue carries a verdict from installing that plugin into an empty profile. That is the right test for a listing and the wrong one for a set, because combinations fail where the parts do not:
two plugins wanting incompatible versions of the same peer
a build script pnpm only blocks once another plugin has dragged in the dependency that owns it
cordis refusing a duplicate loader entry id — so a plugin installs, reports success, and is never registered
So each set here was run through the sandbox as one install of the whole list, using the exact command printed beside it, and every member had to appear in the profile's bundle list afterwards. Anything less does not ship. A set that quietly drops a plugin is worse than no set at all: you would believe you had a capability you do not have.
The sandbox is open source, as is the CLI. The dates and versions below are what the run actually reported.
Essentials
5 plugins
Memory that survives a restart, search that reads the repo, an undo for the last turn, and a running token count.
dsh-context
Context insight panel: see what the model's context window is made of and how it evolves — composition vs. window size, per-request history, compression/injection events, and per-message token stats.
Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.
Sidebar usage panel that attributes tokens to the relay site that served each request, read from your existing provider config: today/month/all-time totals, per-site and per-model breakdowns, a year activity heatmap, and New API / Sub2API / DeepSeek balances.
Installed together and verified · 2026-08-20 · on dsh 0.1.0-rc.7 / pnpm 10.34.5
Recommended
reads your real profile name, drops anything the sandbox could not install, and allowlists a blocked build script for you
Or paste it yourself
Vision
3 plugins
Three plugins that all want to handle images, verified as not fighting each other over it.
@liustack/modlens
Vision bridge for text-only models: paste an image, get structured JSON evidence (OCR, layout, semantics).
Free vision for text-only agents: built-in keyless vision chain plus pixel tools (Q&A, grounding, crop, pixel diff, colors, OCR, SVG trace, cutout, screenshots); paste an image to use it.
Context insight panel: see what the model's context window is made of and how it evolves — composition vs. window size, per-request history, compression/injection events, and per-message token stats.
Installed together and verified · 2026-08-20 · on dsh 0.1.0-rc.7 / pnpm 10.34.5
Recommended
reads your real profile name, drops anything the sandbox could not install, and allowlists a blocked build script for you
Or paste it yourself
Needs one build script approved:node-pty@1.1.0 — pnpm will not run it until it is allowlisted, and until then the harness may never register the plugin. The command above does it for you.
These will grow
Three to start, and more as combinations are verified — the constraint is sandbox time, not ideas. If a set you want does not exist, or one of these is missing something obvious, say so and it can be tested.
Building your own instead? GET /api/v1/presets serves all of this as JSON, including the verification metadata, and the API is open — no key, CORS included.