Archify
tt-a1i
Agent skill that turns architecture, workflow and sequence descriptions into verifiable, self-contained HTML diagrams.
DeepSeek Harness plugin index, updated
DeepSeek Harness (DSH) is DeepSeek AI's open-source, plugin-first agent framework — the runtime that community plugins extend. AllDSH is an independent directory of those plugins: each listing records a verification level from L1 to L5, a security status, and a copy-ready install command.
Written by Chiyu · Maintainer and editor
Maintains this directory: checks every install command against the published package, assigns verification levels, runs the automated scans, and writes the guides. ·
# start the harness
npx @deepseek-ai/dsh web
# install any plugin from this index
dsh plugin --profile web add modlens
# confirm what is loaded
dsh plugin --profile web list The lines below are quoted verbatim from the public sources cited, each with the speaker named and a link that can be checked. Nothing here is paraphrased.
“It is built on an everything-is-a-plugin architecture and powered by Cordis, whose design is described in A Programming Paradigm for Spatiotemporal Composability.”
“DeepSeek Harness is in developer preview and iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES.”
“Using the OWASP Top 10 is perhaps the most effective first step towards changing the software development culture within your organization into one that produces more secure code.”
tt-a1i
Agent skill that turns architecture, workflow and sequence descriptions into verifiable, self-contained HTML diagrams.
anywhere-labs
A modern desktop client for the DSH plugin ecosystem, where the desktop shell itself is a plugin.
zhu1090093659
A web plugin aggregation ecosystem for DSH that distributes interface extensions through a shared workshop.
Q00
An agent OS with interview-gated, staged evaluation and a budgeted self-evolution loop, exposed as an MCP server.
liustack
Vision for text-only harnesses: paste an image and get structured JSON evidence covering OCR, layout and semantics.
omdsh-dev
An open sidebar foundation for DSH Web with third-party page registration and built-in file, terminal, Git and agent pages.
dsh-market
A visual plugin market inside DeepSeek Harness for browsing, searching and one-click installs.
whiteguo233
Local-first content discovery agent that learns your interests, then hunts the open web and social platforms for you.
omdsh-dev
An open sidebar foundation for DSH Web with third-party page registration and built-in file, terminal, Git and agent pages.
PerryLink
Durable background agents started from a session, watched in the Web UI sidebar, messaged and interrupted at will.
bowenliang123
Context dashboard, browser and command that show how the context window is composed and how it evolves.
omdsh-dev
Interactive UI components rendered inline in assistant replies through a fence, with an action loop back to the model.
In DSH everything is a plugin, so extensions are organized by the surface they change rather than by repository. Start from the capability you are missing.
Themes, sidebars, panels and every surface DSH draws on screen.
10 plugins
Composer upgrades, session history, archiving and message workflow.
2 plugins
Context inspection, compaction, recall and long-term memory stores.
3 plugins
Search, vision, file handling, shell access and other model-facing tools.
10 plugins
Skill packs, subagents, orchestration and autonomous loops.
8 plugins
Task orchestration, scheduled runs, approval policy and pipelines.
3 plugins
MCP bridges, remote access, notifications and external systems.
5 plugins
Model adapters, routing, fallbacks, cost tracking and reasoning controls.
2 plugins
Debugging, diagnostics, testing, sandboxing and security tooling.
7 plugins
Knowledge bases, research pipelines, visualization and documentation.
6 plugins
Desktop pets, games, parody plugins and general delight.
2 plugins
Search, vision, memory, terminal and more
Every listing here answers four questions before you run anything: what the plugin is, how it was how far it was checked, what permissions it needs, and whether it is still maintained. Star counts are context, never a safety score.
Read the verification rules| Level | Meaning |
|---|---|
| L1 | Found Repository accessible, non-empty, README exists |
| L2 | Structured Manifest valid, key fields complete |
| L3 | Install spec Install command parsed, DSH target declared |
| L4 | Install tested Installed in an isolated sandbox without dependency errors |
| L5 | Run tested Plugin loads and runs; smoke test passed |
DeepSeek Harness (DSH) is an open-source agent framework where everything is a plugin. Learn how its Cordis runtime, plugin seams and preview cycle work.
02 · beginnerInstall DeepSeek Harness plugins with dsh plugin, understand profiles and the dshTarget field, and verify a plugin before trusting it.
03 · beginnerA ten-minute DeepSeek Harness quickstart: start the harness, install a community plugin, confirm it works, and know what to try next.
04 · intermediateA practical walkthrough for building a DeepSeek Harness plugin, from package setup to the apply(ctx) entry point and local testing.
A DSH plugin is a package that extends DeepSeek Harness through the Cordis runtime. Because DSH treats everything as a plugin, an extension can add a tool, replace an interface surface, register a model adapter or provide a capability other plugins consume.
Start the harness with npx @deepseek-ai/dsh web, then run dsh plugin --profile web add <package>. The command forwards to pnpm inside the web profile directory, and the harness loads the plugin on startup. Every listing on this site shows a copy-ready install command.
The plugins indexed here are open source and free to install. Each listing shows the declared license. Some plugins connect to paid API endpoints, which is always stated in the compatibility notes.
Check four things: the source repository, the exact install spec, the permissions the plugin needs, and how recently it was maintained. Listings here carry a verification level, a security scan status and a health field so those checks are visible before you install. Be precise about what is claimed: every listing currently sits at L1 (repository found) or L3 (install spec checked against the published package). None claim L4 or L5, which would require a sandbox install and a run test, and no automated security scan has been run yet.
DSH is in developer preview, so plugins declare a dshTarget such as rc.6 for the release they were tested against. The field is shown on every listing. If a plugin breaks after an upgrade, the maintainer needs to publish an updated target.
Publish it as a public repository, add the dsh-plugin GitHub topic so it can be discovered, then submit the URL. Submissions are reviewed for source, install spec, permissions and maintenance before a listing appears.
This directory does not invent plugin facts; it assembles them into a checkable shape. Repository URLs, licenses, commit dates and release tags come from public repositories and the npm registry. How the harness starts, how plugins are discovered and what compatibility fields mean are all verifiable upstream. Those primary documents are listed opposite.
Maintained by Chiyu . Maintains this directory: checks every install command against the published package, assigns verification levels, runs the automated scans, and writes the guides. How to cite this work
All links last verified 2026-09-11
Read the full citation policyAdd the dsh-plugin topic to your repository and submit it here. Listings are reviewed for source, install spec, permissions and maintenance before they appear.