DSH Marketplace

The catalogue

Every DeepSeek Harness plugin

Synced from the community registry and the dsh-plugin GitHub topic. Star counts and last-push dates come straight from GitHub.

3,415 plugins

dsh-fabric

hellosky983

2

Unifies every DSH extensibility seam behind one declarative DSL: a runtime `fabric` service, `fabric_extend`/`fabric_inspect` tools, and a capability-graph settings page.

Installed cleanly when we ran it

GitHub sourceJavaScript4d ago

AI review

dsh-fabric

What it is — Unifies DeepSeek Harness extensibility seams into a declarative DSL with a runtime fabric service, fabric_extend and fabric_inspect tools, and a capability-graph settings page.

Who it is for — DSH plugin developers can register code-based extensions via the fabric service. Model users who do not need to register pure declarative extensions through tools do not need to install this plugin.

Watch out — Installation from source requires manually permitting the build script to execute. Sandbox test passed in a fresh profile, successfully registered into the profile. No obvious runtime issues found.

The verdict — I would install it because it makes runtime extensions a programmable primitive.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-diagram

hanzhangzzz

2

Editable Excalidraw diagrams for DeepSeek Harness conversations.

Installed cleanly when we ran it

npm packageTypeScript3d ago

AI review

dsh-diagram

What it is — Converts articles from DeepSeek Harness sessions into editable Excalidraw canvases.

Who it is for — When processing articles in DeepSeek Harness conversations using the Agent, if you need structured visualization, you can install dsh-diagram. If you only need generation of static images, you do not need to install this plugin.

Watch out — Installation requires Node.js ^22.19.0 or >=24.0.0 and pnpm >=10. It will execute shell commands. Sandbox testing passed: installed in a fresh profile and registered into the profile by harness. No obvious issues found.

The verdict — I would install it because it enables persistent editable Excalidraw canvases and autosave within the DSH session, which adds value for article analysis tasks, but only if the environment has DSH Web bound to 127.0.0.1.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Combine text, vision, and image-generation APIs into one Mix model with automatic routing: text-only requests go to the chat model, user images and agent screenshots go to the vision model, follow-ups keep using the same session image, and agents can generate or edit images with session-scoped call history.

Installed cleanly when we ran it

npm packageTypeScript4d ago

AI review

dsh-vision-mix

What it is — It integrates text, vision, and image generation APIs into a Mix model with automatic routing.

Who it is for — Users needing their agent to analyze user-uploaded images and screenshots would install this. Those only performing text reasoning without image handling do not need it.

Watch out — Sandbox test passed: installation in a fresh profile succeeded and it was registered to harness. No obvious issues found.

The verdict — I would install it because it supports image generation and editing with session-scoped history.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-lab

hackerFish

2

Tested-curation lab for DSH plugins: every entry passes real install/static-scan gates in an isolated environment, with full logs and reproduction commands (Chinese-first).

Installed cleanly when we ran it

GitHub sourceJavaScript3d ago

AI review

dsh-lab

What it is — dsh-lab provides a verified list of DeepSeek Harness plugins that passed installation and static scan tests.

Who it is for — When you are building a profile that includes multiple DeepSeek Harness plugins, dsh-lab can help you find ones that have been tested to install successfully. If you only want to quickly try out a few plugins without caring about their installation compatibility, dsh-lab's verification results are not needed.

Watch out — The installation test passed in a new profile and the plugin was registered by harness. Static scan found no issues.

The verdict — I would install it because it documents six vanished repositories from community directories and four reproducible install frictions, which helps in maintaining plugin compatibility.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-ponytail

gongyijie85

2

Ponytail lazy senior dev mode: 6 skills adapted from DietrichGebert/ponytail.

Installed cleanly when we ran it

npm packageJavaScript4d ago

AI review

dsh-ponytail

What it is — dsh-ponytail registers 6 ponytail skills to DeepSeek Harness.

Who it is for — Suitable when using DeepSeek Harness model to code and wanting the model to automatically adopt a lazy but minimal code approach. If you do not use DeepSeek Harness, you need not install this plugin.

Watch out — Sandbox test passes: it installs in a new profile and registers with harness. No obvious pitfalls found.

The verdict — I would install it because it has zero runtime dependency.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-ecc

gongyijie85

2

273 ECC skills (95.8% of the 227k-star operator system) ported to DSH in four batches.

Installed cleanly when we ran it

npm packageJavaScript4d ago

AI review

dsh-ecc

What it is — Plugin dsh-ecc ports 273 skills from affaan-m/ECC to DeepSeek Harness.

Who it is for — When performing engineering methodology work on DeepSeek Harness, users missing agentic-engineering skills can install dsh-ecc. Users not involved in pattern and data development can skip this plugin.

Watch out — Sandbox test passed: installed into a fresh profile and registered by harness. No obvious issues found. Static checks showed no issues.

The verdict — I would install it because 95.8% of the skills have been ported, with the remaining depending on ECC-specific infrastructure.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-model-picker

genius-alray

2

Dialog-style model picker for the DSH Web UI: fuzzy search, collapsible provider groups, favorites with a favorites-only filter, and a thinking-level dropdown, replacing the built-in model selector with official UI primitives and DSW tokens.

Installed cleanly when we ran it

GitHub sourceJavaScript4d ago

llm-adaptive

dylan121322

2

Adaptive model routing: per-request complexity classification with automatic provider routing.

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

llm-adaptive

What it is — llm-adaptive adds the adaptive provider to DeepSeek Harness, enabling automatic model routing based on per-request complexity classification.

Who it is for — When using DeepSeek Harness to handle multi-turn LLM requests that require dynamic routing based on request complexity, this plugin provides per-request complexity classification for automatic provider selection. Users who do not configure the classifier section of their pool.json will not be able to utilize the adaptive routing feature.

Watch out — Sandbox testing passed: the plugin was installed in a new profile and registered into the harness profile. No obvious pits found. It will execute shell commands but no issues were observed during testing.

The verdict — If I were setting up a DeepSeek Harness project needing adaptive routing for requests of varying complexity, I would install it because the fail-open mechanism ensures requests are never blocked.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source
2

A GrokBot-style animated avatar with a synchronized typewriter status line — right in front of the "Deep diving..." indicator.

Installed cleanly when we ran it

npm packageTypeScript4d ago

AI review

dsh-thought-buddy

What it is — This plugin integrates a GrokBot-style animated avatar featuring synchronized typewriter status effects in the DeepSeek Harness web interface.

Who it is for — Users benefit from this plugin when observing dynamic avatar feedback in the status indicator during model deep diving in DeepSeek Harness web interface. Users who do not use the web version of DeepSeek Harness do not need this plugin.

Watch out — Sandbox test passed with successful registration in a new profile. No obvious issues found. The plugin is pure client-side with zero runtime dependencies.

The verdict — This plugin is worth installing because it adds lively dynamic effects to the thinking interface and runs stably.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

Complete wuyun-liuqi (five-evolutions-six-qi / 五运六气) Traditional Chinese Medicine skill pack as a DeepSeek Harness Cordis plugin: annual and guest-qi calculation, clinical pattern differentiation, and pathogenesis reasoning.

Installed cleanly when we ran it

npm packagePython5d ago

AI review

dsh-wuyun-liuqi

What it is — A DeepSeek Harness plugin providing the wuyun-liuqi skill pack.

Who it is for — Users studying wuyun-liuqi theory using DeepSeek Harness are suitable for installing this plugin. Users who do not use DeepSeek Harness can skip it.

Watch out — Sandbox test passed: installed in a new profile and registered into harness. No obvious issues found.

The verdict — I would install it because it registered 36 skills.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Task board for DSH: create tasks with project and model assignment, run them manually or on cron schedules; new sessions in a project automatically pick up its todo tasks and move them to in-review when done.

Installed cleanly when we ran it

npm packageTypeScript3d ago

AI review

dsh-taskboard

What it is — dsh-taskboard is a task board plugin for DeepSeek Harness that supports creating tasks with project and model assignment and manual or cron execution.

Who it is for — It suits users who collaborate on projects and assign specific models for task execution. Users without project collaboration or cross-project task needs do not need to install this plugin.

Watch out — Sandbox test passed and it registers in a fresh profile. Static check indicates execution of shell commands. No obvious pitfalls found.

The verdict — I would install it because it enables structured project task collaboration and automatic todo to in-review flow.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source
2

Wallpaper skin for the DSH Web UI: image background with opacity, mask and blur controls.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

-

chen731215-dev

2

Native tavern management panel for DeepSeek Harness: multiple character cards, multiple worldbooks, switchable presets.

Installed cleanly when we ran it

npm packageJavaScript2d ago

AI review

-

What it is — DeepSeek Harness plugin providing tavern management panel for multiple character cards, multiple worldbooks, and switchable presets.

Who it is for — Users managing multiple character cards and worldbooks during DeepSeek Harness role-playing are suitable for installing this plugin. Users not requiring multiple character cards or worldbooks do not need to install it.

Watch out — Sandbox testing passed with successful registration in a new profile. No obvious issues found.

The verdict — I would install this plugin if managing multiple character cards and worldbooks is required, as it allows one-click generation of agent.cordis.yml.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-ssh-ops

caoyiwei850

2

SSH ops terminal for DSH Web UI: drive a connected server from the main conversation (ssh_connect/ssh_exec/ssh_read/ssh_write/ssh_disconnect) while keeping an interactive xterm.js terminal on the right.

Installed cleanly when we ran it

npm packageJavaScript3d ago

AI review

dsh-ssh-ops

What it is — Integrates interactive SSH terminal, supporting driving connected servers from the main conversation in DeepSeek Harness.

Who it is for — When you need to drive a connected server via SSH commands in DeepSeek Harness conversation, this plugin fits. If you prefer managing servers directly in a local terminal without dialogue tools, this plugin does not apply.

Watch out — Sandbox test shows installation is possible but pnpm blocks build scripts including cpu-features@0.0.10 and ssh2@1.17.0, requiring manual approval for full registration. No other issues found.

The verdict — I would install it for conversation-based SSH terminal control, but only after manually allowing the build script.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Preview Mermaid diagrams as images via local rendering in DSH Web when the chat message contains a Mermaid fenced code block, and also allow integration with external rendering servers.

Installed cleanly when we ran it

GitHub sourceJavaScript2d ago

AI review

dsh-mermaid-image-preview

What it is — In DeepSeek Harness Web, when chat messages contain Mermaid fenced code blocks, local rendering previews Mermaid diagrams as images, supporting external rendering servers.

Who it is for — In DeepSeek Harness Web chat scenarios, when messages contain Mermaid fenced code blocks, this plugin can preview Mermaid code blocks as images. If you prefer external rendering servers over local rendering or your chat content does not involve Mermaid syntax, you can skip installing this plugin because it focuses on specific rendering mount points.

Watch out — Sandbox test passed in new profile; the plugin was registered into the profile. No obvious issues found.

The verdict — I would install it because it defaults to local rendering and renders Mermaid diagrams as thumbnails, supporting click to toggle size in place without popping up a new window.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Turn-scoped “Allow for this task” approvals: automatically allow matching `danger-full-access` escalations only for the current task, then expire.

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

dsh-turn-approval

What it is — The plugin adds an "Allow for this task" button to DSH Web approval cards, automatically allowing matching danger-full-access escalations only for the current task.

Who it is for — When using an AI agent in DSH Web to handle high-risk tasks requiring danger-full-access escalation and wanting to reduce repeated approvals in the same task, this plugin is suitable. Users running DSH in headless mode without UI interface will not find this plugin applicable, as it only extends the Web approval cards.

Watch out — No issues were found in static checks. The sandbox test passed with successful registration in a fresh profile. No obvious problems detected.

The verdict — I would install it because it scopes the authorization to expire after the current task, but only if using DSH Web and the agent requests such escalations.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-forge

alex04130

2

Runtime extension suite for DeepSeek Harness: cross-session mailbox with wake cold-start, agent teams (captain + members + dependency task board + team_wait), subagent spawn policy with escalation approval, task-aware routing preset, plugin market, skill manager and runtime injector.

Installed cleanly when we ran it

GitHub sourceJavaScript2d ago

AI review

dsh-forge

What it is — dsh-forge is a runtime extension suite for DeepSeek Harness, providing plugin market, agent teams, and cross-session mailbox.

Who it is for — When you use DeepSeek series models to perform agent team tasks and need cross-session mailbox and skill management, it is suitable to install it. If you use non-DeepSeek series models, you can choose other task routing schemes.

Watch out — Tested successfully in a new profile and registered by harness. After install, need to restart DSH. Shell commands are executed for reviewed plugins only.

The verdict — I would install it because it provides task-aware routing and skill manager, but only if you accept restart after install.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Adds models.dev reasoning levels to unconfigured third-party DeepSeek Harness models.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

dsh-models-dev-reasoning

What it is — Supplements models.dev reasoning levels for unconfigured third-party DeepSeek Harness models.

Who it is for — Users who lack reasoningEfforts configuration when using llm-pi-ai agent models can install this plugin. Users who have already configured reasoningEfforts do not need this plugin.

Watch out — Sandbox test passed: installed in a new profile and registered in the harness profile. No obvious issues found.

The verdict — I would install it because it can supplement reasoningEfforts for unconfigured models in llm-pi-ai and no build scripts are required.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-code-check

a179-sanae

2

Automatic type-check diagnostics: after the model edits or creates TS files, runs `tsc --noEmit` in the background (debounced per project) and reports errors via the `code_check` tool — grouped by file with line/column, severity and TS error codes, closing the "edit → check → fix" loop.

Installs, but needs a build approved first

GitHub sourceTypeScript6d ago

AI review

dsh-code-check

What it is — Automatic TypeScript type checking plugin for DeepSeek Harness.

Who it is for — When a model is editing or creating TypeScript files, this plugin is suitable. It is not needed if the project does not contain TypeScript files.

Watch out — Source installation requires manually allowing its build script. Sandbox test shows it can be installed but the build is blocked and manual approval is needed to complete registration. No obvious issues found.

The verdict — I would install it because it automatically catches type errors in TypeScript files, but installation requires manually allowing the build script first.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-model-search

a1073097082

2

Adds searchable filtering to the model selector by provider, model name, and model ID; spaces act as wildcards.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

dsh-model-search

What it is — Enhances the DeepSeek Harness model selector with searchable filtering by provider, model name, and model ID.

Who it is for — When using the DeepSeek Harness model selector to locate models by provider, name, or ID. If you use a server-side model management system, this plugin is not applicable.

Watch out — Sandbox testing passed: successfully installed in a new profile and registered to the profile. No obvious pitfalls found.

The verdict — I would install it because it provides precise filtering by model ID and passed sandbox tests.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

Stata-AI-Skill

ZihaoVistonWang

2

Run Stata through DeepSeek Harness: the native Stata AI Skill service auto-starts with DSH (macOS/Windows binaries bundled), so you can run regressions, do-files and econometrics workflows with no manual setup.

Installed cleanly when we ran it

GitHub sourceRust3d ago

AI review

Stata-AI-Skill

What it is — This is a native HTTP service for running Stata through DeepSeek Harness. It provides macOS and Windows binaries that let AI agents execute Stata commands directly without local Node.js or Python runtimes.

Who it is for — If you use DeepSeek Harness to build an AI agent that needs to run Stata regressions, do-files or econometrics workflows and do not want to install Node.js or Python on the user side, install this plugin.
If you only need to run AI tasks with other programming languages or pure text processing, this plugin is not needed.

Watch out — Installation requires first installing Node.js and DeepSeek Harness globally, then running the dsh plugin command to add the package to the web profile. macOS support is limited to Apple Silicon. Sandbox testing succeeded when installed in a fresh profile and registered with Harness; execution passes.
No obvious issues found.

The verdict — I would install it because it provides a native Stata execution interface that integrates directly into AI agent workflows without additional user-side dependencies.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Create a one-click Windows desktop shortcut from the Settings page: a .cmd launcher + desktop icon for DeepSeek Harness or any local server, auto-opens the browser, with taskbar pin hints.

Installed cleanly when we ran it

GitHub sourcePowerShell4d ago

Codex-style auto-hiding right-edge turn rail: edge-peek show/hide, per-turn tooltip, in-rail search, and a scrolling 30-turn window for long sessions.

Installed cleanly when we ran it

npm packageJavaScript5d ago

AI review

dsh-turn-rail

What it is — dsh-turn-rail is a DeepSeek Harness Web plugin that provides an auto-hiding right-edge turn rail supporting edge-peek show/hide, per-turn tooltip, in-rail search and 30-turn scrolling window.

Who it is for — When using DeepSeek Harness Web to handle sessions, users needing quick previews and searches of turns are suitable for installing this plugin. Users not using DeepSeek Harness Web can skip it because it is a browser interface plugin.

Watch out — Sandbox testing succeeded in registering it in a new profile with harness. It executes shell commands. No obvious pitfalls found. From source install, manually allow its build script first.

The verdict — I would install it because it provides search and scrolling for extended sessions and is a pure browser UI plugin without model involvement.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

Real-time session token usage and estimated cost in the composer stats row, with pricing fetched from DeepSeek official pricing page.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

dsh-token-cost-meter

What it is — Real-time display of session token usage and estimated cost in the composer stats row.

Who it is for — When chatting with a model in the DeepSeek Harness Web GUI and needing to monitor token usage in real time to manage session costs. If using local DSH mode instead of Web GUI, this plugin is not required.

Watch out — No obvious issues found. Sandbox test passed: installed in a new profile and registered by harness.

The verdict — I would install it because it provides dynamic estimates from the official pricing page, but only if you accept the cost display in the stats line.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source