An aggregate plugin and skin pack for the DSH web UI, bundling task board, Git graph, side panel, remote mobile UI and a whale pet for all-day agent users.
Installs the whole plugin family at once; full list lives in aggregate.yml
Ships the compat bridge layer, so no separate compat npm package is needed
Pairs well with dsh-better-sidebar for file and terminal workbench
A vision plugin that gives text-only models sight: paste an image and get structured JSON with OCR, layout and semantics, handy for screenshot debugging and frontend work.
Pasted images become temp file paths in the composer, read by the read image tool
Switch to a (modlens vision) model variant to keep thumbnails visible, closer to Codex App
Variants are auto-generated per provider route; only metadata-confirmed text-only models are wrapped
A local-first issue board that runs in the browser or embeds into Codex via a CDP launcher or injected script, with one HTTP API behind the React UI and taskctl CLI.
Local-first, so the board does not depend on a remote service
Embeds into Codex through a standalone CDP launcher or its injected script
React UI and the bundled taskctl CLI share the same HTTP API
A persistent balance widget in the DSH web UI corner, showing API balance, today's usage and per-turn cost with a whale bubble, enabled automatically on open.
Shows DeepSeek API balance, today's usage and per-turn consumption
Supports drag-to-snap, left-snap flip and rolling number animation
A standard DSH plugin package, installable and removable via dsh plugin
A whale-girl maid-atelier skin series for the DSH web UI, with light and dark variants for users who want a prettier interface and shareable screenshots.
Ships with light and dark previews so you can judge the look before switching
Pick it in the theme section after install; variants can follow system preference
Released under CC BY-NC-SA 4.0, free for the community to use and share
Distributed coordination infrastructure for heterogeneous agents, covering identity and permissions, execution runtimes, plus discovery, teaming and governance.
Trusted core covers identity, auth, permissions, audit and lifecycle
Execution layer supports heterogeneous engines, containers and clusters
Coordination network handles discovery, teaming, routing and governance
An open-source CLI and resolver that reproduces a full DSH setup—runtime version, plugin list and order, patch file, secrets—on any machine with one command.
Install with a single dsh plugin add command, no wiki page needed
Resolves plugin versions, load order and cordis.patch.yml
For developers syncing one DSH setup across several machines
A full sidebar workbench for the DSH web UI: file browsing and editing, embedded browser, real terminal, Git and file-change views, plus third-party sidebar pages.
Explorer plus CodeMirror editor with image, Markdown, HTML and PDF preview
Multi-tab embedded browser in a sandboxed iframe, links split by protocol
Real shell via xterm.js and node-pty with reconnect and output replay
A persistent, unified memory layer for AI agents like DSH, backed by Markdown and Milvus, with automatic capture, injection, recall and a read-only browser.
Automatically captures context and injects relevant memory before steps
Native skill-based recall with background memory maintenance
Includes a read-only memory browser for inspecting stored content
A local security audit plugin for AI API relays and LLM proxies, detecting prompt injection, model substitution, tool-call rewriting and SSE anomalies.
Detects prompt injection, model substitution and tool-call rewriting
Watches for SSE anomalies and error leakage in proxy behavior
Inconclusive results are not treated as clean; blocked probes stay visible in the report
An AI novel-writing plugin that turns ideas, characters, worldbuilding, outlines, drafting, and revision into a controllable workflow for fiction authors.
Specify a chapter range when generating outlines; projects over 20 chapters default to 1–20
Continue from the next chapter after a batch, or resume from a valid saved breakpoint
Editing the outline or source settings invalidates old breakpoints, so regenerate that range
A no-code desktop client for DeepSeek Harness on Windows and macOS, with one-click launch, plugin discovery, install management, and AI recommendations.
No-code desktop app with one-click launch on Windows and macOS
Built-in plugin discovery and trending plugin feeds to surface new add-ons
One-click install and management, plus AI recommendations and visual enhancements
No plugins matched. Try another keyword or clear the filters.
About DeepSeek Harness plugins
What is DeepSeek Harness (DSH)?
DSH is the open-source agent runtime released by DeepSeek on 13 August 2026 under the MIT license, built on the Cordis plugin framework. Model adapters, tool registries, session logs and even the agent loop itself are swappable plugins. It runs as a local web app on 127.0.0.1:3080 by default.
How do I install a plugin?
Install and start DSH first (npx @deepseek-ai/dsh web), then run the install command shown on each card, e.g. dsh plugin add github:owner/repo. The CLI resolves the plugin, verifies its source and writes it into the current profile; verify with dsh plugins list. Some plugins need a Harness restart. Plugins published to npm can be installed by package name.
Are third-party plugins safe?
Plugins run with the permissions of your dsh process and may execute code during installation. Read the repository source and license first, check for destructive commands or excessive access, and pin a commit hash when you need reproducible installs. This site only indexes information and does not vouch for third-party plugins.
How often is the plugin data updated?
Data on this page is collected from the public DSH plugin catalog (about 288 plugins upstream). We selected 48 by featured flag and GitHub stars, and verified stars, license, primary language and last push date. Snapshot date: 2026-09-13; it will be refreshed incrementally.
Sources: the public DeepSeek Harness plugin catalog and each plugin's GitHub repository. This is an independent third-party directory with no affiliation to or endorsement from DeepSeek, High-Flyer, or the plugin authors. Names, licenses and repository links are shown as-is; descriptions are rewritten by us. DeepSeek Harness
· Developer docs
· GitHub dsh-plugin