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.

4,283 plugins

Settings-based scheduled tasks that run on time or during DeepSeek off-peak hours, with one-time and daily schedules backed by durable task state.

Installs, but needs a build approved first

GitHub sourceTypeScript6d ago

AI review

dsh-plugin-automations

What it is — Provides scheduled task management for the DeepSeek Harness Web Profile.

Who it is for — When using the Agent model in the DeepSeek Harness Web Profile to execute regular tasks, this plugin provides scheduled task support. If you primarily interact with DeepSeek Harness via command line tools, you don't need this plugin because it is designed for the Web Profile interface.

Watch out — Sandbox testing shows the need to manually allow the build script to complete registration. No other obvious issues were found.

The verdict — I would install it because it supports durable task state, but I must manually allow the build script before installation.

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

Right-click session menu and sidebar session manager: pin, rename, archive, fork, export, copy cwd/id/deep link, and open in explorer or a new window.

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

dsh-session-manager

What it is — Adds a right-click context menu to sidebar conversation rows and a session manager entry at the sidebar footer.

Who it is for — Users managing sessions in the DeepSeek Harness sidebar should install this plugin. Users who only want to use DeepSeek Harness for single-session chatting do not need this plugin.

Watch out — Installation from GitHub source requires manually allowing the build script. Sandbox test passed and registered in profile. It is compatible with DeepSeek Harness 0.1.0-rc.6; deleting a session is not implemented.

The verdict — I will install it because it implements session operations using public client services.

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-adb

SamXiaBing

2

ADB device & bench operations for DSH: device discovery, structured logcat (background streaming), apk install, file pull/push, and dumpsys performance snapshots.

Installed cleanly when we ran it

npm packageTypeScript4d ago

AI review

dsh-adb

What it is — dsh-adb plugin provides Android device and bench operations for DeepSeek Harness, including device discovery, structured logcat, apk install, file pull/push and dumpsys performance snapshots.

Who it is for — When using DeepSeek Harness agents for Android device debugging it supplies device discovery and background streaming logcat. It is not required if the work does not involve Android devices or bench rigs.

Watch out — Sandbox test confirmed successful installation in a fresh profile with harness registration. No obvious issues found.

The verdict — For Android bench debugging I would install it because it delivers structured dumpsys snapshots directly applicable to performance analysis.

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-voice

STARDUSTLC666

2

Voice pair: free edge-tts neural speech synthesis + OpenAI-compatible ASR transcription.

Installed cleanly when we ran it

npm packageTypeScript4d ago

AI review

dsh-voice

What it is — dsh-voice is a DeepSeek Harness plugin that provides edge-tts speech synthesis and OpenAI-compatible ASR transcription.

Who it is for — When building a conversational agent with DeepSeek Harness that needs to perform voice dialogue, this plugin can be installed. In projects that only involve text interaction without voice needs, it can be skipped.

Watch out — Sandbox test passed, successfully installed and registered in a fresh profile. No obvious pitfalls found. It executes shell commands.

The verdict — I would install it because it provides free edge-tts speech synthesis capability.

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-shortcuts

Ricketts-Guo

2

Fully customizable keyboard shortcuts for the Web UI: 34 pre-registered features (sessions, views, clipboard, models, silent permission cycling, settings), one-click recording to bind your own, and a shortcut cheatsheet with built-in diagnostics.

Installed cleanly when we ran it

GitHub sourceJavaScript3d ago

AI review

dsh-shortcuts

What it is — Provides customizable keyboard shortcuts for the DeepSeek Harness Web UI with one-click binding and diagnostic cheatsheet.

Who it is for — When performing session switches and model selections in the DeepSeek Harness Web UI and needing to adjust views quickly, the plugin's shortcuts are suitable. Users who only use the Desktop side's host-level features without needing Web UI keyboard shortcuts can skip installing it, since it is primarily browser-based.

Watch out — Sandbox test passed after installation in a fresh profile and registration into the profile. No obvious pitfalls found.

The verdict — I would install it because it supports one-click shortcut recording and built-in diagnostic panel, the premise being use of the DeepSeek Harness Web UI.

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

Slacking-off companion: a floating mini player that streams Bilibili videos (native player, danmaku, comments, search) and pauses when your agent needs you, resuming exactly where you left off.

Installed cleanly when we ran it

npm packageJavaScript3d ago

AI review

dsh-client-deep-sneak

What it is — In DeepSeek Harness Web the bottom right floating mini player streams Bilibili videos with native player including danmaku comments. It pauses when agent needs you and resumes precisely from original position.

Who it is for — When using DeepSeek Harness to handle tasks and wanting to watch Bilibili videos to relax, lacking a player that pauses on agent needs and resumes precisely. People who want complete danmaku and comments not suitable to install, because it uses lightweight self-drawn danmaku layer for precise resume, with simple style.

Watch out — Installation is plug and play with no configuration needed. Sandbox test passed, it was installed in new profile and registered by harness. No obvious issues found.

The verdict — I would install it because the client bundle is pure handwritten JavaScript with no build step 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
1Source

Cooperative timeout guard for ask_user_question: lost or unanswered questions resolve as a structured ASK_TIMEOUT instead of hanging the turn forever.

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

dsh-ask-guard

What it is — Cooperative timeout guard for ask_user_question in DeepSeek Harness: lost or unanswered questions resolve as structured ASK_TIMEOUT instead of hanging the turn forever.

Who it is for — When using DeepSeek Harness to handle user questions that may be interrupted by browser backgrounding or network drops, this plugin is suitable for your profile. Users not employing DeepSeek Harness for interactive agent turns do not need it.

Watch out — Build script must be manually allowed when installing from source. Sandbox test passed on a fresh profile with automatic registration. No obvious issues found.

The verdict — If agent turns in your workflow may hang due to connection instability, this provides structured timeout resolution for graceful turn end, making it worthwhile.

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

harness-widgets

Physicolor

2

Right-hand widget rail for the DSH Web UI: live session stats (turns, LLM/tool time, TTFT, speed, cache, tokens) and OpenCode Go quota via a same-origin host proxy; extensible widget registry for more platform usage widgets, visuals, utility actions and external integrations.

Installed cleanly when we ran it

npm packageTypeScript3d ago

AI review

harness-widgets

What it is — harness-widgets adds real-time session statistics and OpenCode Go quota usage widgets to the DeepSeek Harness Web UI.

Who it is for — When running multi-turn conversations with tool calls in DeepSeek Harness and needing to monitor token consumption, this plugin is suitable. If you do not use OpenCode Go services, you can skip it.

Watch out — Tested successfully: installed in a fresh profile and registered by harness. No obvious issues found.

The verdict — Install it if you need to track token usage in sessions; otherwise, it is not necessary.

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-hooks

PeterBon

2

Config-driven lifecycle hooks: event→command declarations in cordis.patch.yml, with Feishu card notifications and a QR scan-to-create bot setup.

Installed cleanly when we ran it

npm packageTypeScript3d ago

AI review

dsh-hooks

What it is — dsh-hooks is a plugin that lets you define lifecycle event hooks in cordis.patch.yml, triggering commands on events like turn/end and supporting Feishu notifications.

Who it is for — You can use dsh-hooks when building agents in DeepSeek Harness that need automated handling of turn events or approvals. You don't need it if you do not require command execution on events or notifications.

Watch out — Installation was blocked by a protobufjs@7.6.5 build script that requires manual permission to proceed. The plugin executes shell commands so only use trusted ones. No other issues found.

The verdict — I would install it because it handles agent lifecycle events and Feishu notifications via config, but must manually allow the build script first; otherwise, not worth it.

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

Security-audit methodology skill pack: eight agent skills (secret scan, dependency audit, supply-chain review, prompt-injection review, audit orchestration, threat modeling, vuln intel, incident response) in Chinese and English editions, with an optional npm provider bundle.

Installed cleanly when we ran it

GitHub sourceTypeScript3d ago

AI review

dsh-skill-pack-security

What it is — This is a skill pack providing eight executable security audit methodologies for DeepSeek Harness.

Who it is for — In scenarios requiring whole-repo security audits using DeepSeek Harness agent models lacking security methodology skills, this plugin is suitable. Users who only want to execute scans using tool plugins should not install it, as this pack focuses on methodology teaching rather than scan execution.

Watch out — Sandbox test passed, it gets registered after installation in new profile. Static checks indicate execution of shell commands, no other issues found.

The verdict — I would install it because it combines security audit methodologies with pre-install scanning.

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

Pin sessions and workspaces to the top of the Web sidebar with per-pin row colors, a header toggle and a pinned panel, persisted through a durable settings namespace.

Installed cleanly when we ran it

npm packageTypeScript3d ago

AI review

dsh-session-pin

What it is — Pin sessions and workspaces to the top of the DeepSeek Harness web sidebar with row colors, header toggle, and pinned panel.

Who it is for — When managing multiple sessions and workspaces in the DeepSeek Harness sidebar, this plugin is suitable to install. Users who do not want the plugin to impact core functionality can choose not to install it.

Watch out — Sandbox test passes: installed in a fresh profile and registered by harness. The plugin will execute shell commands.

The verdict — I would install it because session pinning persists through the durable settings namespace.

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

voco-input-sh

Nothree-code

2

Voice input for the Web UI: a mic button that drives local VocoType offline speech recognition and auto-inserts recognized text into the composer (auto-deploy, dedupe, continuous dictation).

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

voco-input-sh

What it is — This plugin adds a microphone button to the right of the chat input box in DeepSeek Harness Web UI, driving local VocoType offline speech recognition and automatically inserting recognized text into the input box.

Who it is for — Users who frequently need to input Chinese text via voice into the chat interface in DeepSeek Harness Web UI are suitable for installing this plugin. Those who mainly input in desktop applications or do not rely on real-time speech functions can use other input methods.

Watch out — Installation requires placing the plugin in the profile packages directory and running pnpm add file:, then adding a mount line in cordis.patch.yml and restarting the interface. The first run of VocoType requires downloading approximately 25MB of installer and 1.6GB of model files. It was tested to register normally in a fresh profile.

The verdict — If you need offline Chinese speech input in DeepSeek Harness Web UI and have sufficient storage, it is worth installing; otherwise, the time spent downloading the model is not worthwhile.

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

folder-tree-sh

Nothree-code

2

Workspace file tree for the Web UI: multi-tab preview (text/DOCX/PDF/Markdown/CSV/images), inline Markdown editing, a Git changes panel, and file operations (rename/delete/copy/move/create) via context menu.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

folder-tree-sh

What it is — folder-tree-sh is a file tree plugin for DSH Web GUI, providing multi-tab previews and Git changes panel.

Who it is for — If you are working in the DSH Web GUI workspace and need file tree navigation, multi-format previews, and Git change management, install this plugin. If you are not using the DSH Web GUI for workspace management, you do not need this plugin.

Watch out — Sandbox test passed: installed in a new profile and registered by harness. No obvious pits found. Static check indicates it will execute shell commands.

The verdict — I would install it because it supports inline Markdown editing and Git changes panel.

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

One shared Obsidian vault for every agent: dependency-free Python core (search/promote/adjudicate/forget), vault template, dsh plugin (memory_search/show/submit/status).

Installed cleanly when we ran it

npm packagePython5d ago

AI review

unified-agent-memory

What it is — Provides unified memory system using Obsidian Vault for multi-agent in DeepSeek Harness.

Who it is for — When setting up multi-agent collaboration with DeepSeek Harness. Users needing only local knowledge management can use Obsidian directly.

Watch out — Sandbox test passed. Installed in a new profile and registered successfully with the harness. No obvious issues found.

The verdict — I would install it because it offers a zero-dependency core for full knowledge lifecycle management.

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

Vision-augmented DeepSeek adapter: a vision-capable model describes image input, then a text-only DeepSeek model reasons over the description.

Installed cleanly when we ran it

GitHub sourceTypeScript6d ago

AI review

dsh-llm-deepseek-vision

What it is — Vision-augmented adapter for DeepSeek Harness that enables text models to reason over image descriptions.

Who it is for — When you want text models to reason over image descriptions in DeepSeek Harness, use this plugin. If you do not use any vision provider route supporting image input, you can skip installing this plugin.

Watch out — Test passed: installed in a new profile and registered with Harness. It will execute shell commands. Visual descriptions regenerate every round.

The verdict — I would install it because the text model never needs to directly process image bytes, but only if the vision model supports image input.

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-ops-health

MiraculousGarfield

2

One-click health check for the DSH Web GUI: a sidebar button runs the ops kit's check-health.ps1 through a plain HTTP route (independent of the tool registry) and renders a structured report card; colors follow the active theme, Windows/PowerShell.

Installed cleanly when we ran it

GitHub sourceJavaScript3d ago

AI review

dsh-ops-health

What it is — Provides a sidebar health check plugin to the DeepSeek Harness Web GUI.

Who it is for — When using DeepSeek Harness Web GUI on the Windows platform, users who need a quick system health status check are suitable for installing this plugin. For users running DeepSeek Harness Web GUI on non-Windows platforms, this plugin is not necessary because it only supports Windows.

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

The verdict — I would install it because the button remains available even if agent tool calls fail.

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-toolfold

Minecraftbe

2

Codex-style tool call folding, collapsing multiple tool calls into a single line.

Installed cleanly when we ran it

GitHub sourceJavaScript4d ago

AI review

dsh-toolfold

What it is — dsh-toolfold is a plugin that provides tool call folding, collapsing multiple continuous tool calls into a single line summary.

Who it is for — It is suitable when you use DeepSeek Harness web GUI for tool call conversations. If you do not use the DeepSeek Harness web GUI, you do not need to install it.

Watch out — The sandbox test passed, with successful installation and registration in a new profile. No obvious issues found. It requires a restart to take effect.

The verdict — I think it's worth installing because the sandbox test passed and it has near-zero performance overhead in DeepSeek Harness web GUI tool call scenarios.

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-exa-mcp

MicroHEROX

2

Mounts the hosted Exa search MCP endpoint (https://mcp.exa.ai/mcp) through the in-box @deepseek-ai/dsh-mcp-client bridge: web_search_exa and web_fetch_exa tools, anonymous on the free tier or with your own EXA_API_KEY.

Installed cleanly when we ran it

npm package5d ago

AI review

dsh-exa-mcp

What it is — It mounts the hosted Exa search MCP endpoint through the dsh-mcp-client bridge and registers Exa tools as agent tools.

Who it is for — For agent tasks in DeepSeek Harness that require web search and fetch capabilities, this plugin supplies the necessary tools. If you already have your own search solutions or do not rely on external endpoints, you can skip it because it does not implement OAuth login.

Watch out — It passed sandbox testing and registered successfully in a new profile with no obvious issues. It supports anonymous use on the free tier.

The verdict — I would install it because it only adds tools via configuration patch without modifying the harness installation.

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

Drive the user's real browser through the local Kimi WebBridge daemon: navigate, find-tab, snapshot, click, fill, evaluate, CDP, screenshot, network, upload, PDF export and tab-management tools that reuse existing login sessions.

Installed cleanly when we ran it

npm packageJavaScript5d ago

AI review

dsh-Kimi-WebBridge

What it is — Drives the user's real browser through the local Kimi WebBridge daemon, providing tools for page navigation, input filling, screenshots and PDF export.

Who it is for — When using DeepSeek Harness agents to perform web automation tasks, this plugin provides support for real browser environment. If users prefer cloud-based browser services over local Kimi WebBridge daemon, they need not install this plugin.

Watch out — Sandbox testing passed in a fresh profile and it was registered by DeepSeek Harness. When installing from source, the build script needs to be manually allowed first. Certain build tool failures may cause plugin entries to remain in the profile configuration.

The verdict — I will not install it because it requires support from the local Kimi WebBridge daemon and may need manual configuration in some environments.

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-Right-Sidebar

Limitinfinitude

2

DSH Web right-side output dock that collects session artifacts, previews user-facing files, and preserves tab state per session.

Installed cleanly when we ran it

GitHub sourceJavaScript4d ago

AI review

DSH-Right-Sidebar

What it is — DSH-Right-Sidebar provides a right-side output dock for DeepSeek Harness to collect session artifacts and preview user files.

Who it is for — When using DeepSeek Harness to generate reports, charts, images or data files, users who need to manage those outputs on the side bar are suitable for installing this plugin. Not suitable for users who do not generate such rich outputs or prefer different file management approaches.

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

The verdict — I would install it because it centralizes agent outputs for easy review in the same session.

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

Neumorphic DSH Web theme with light and dark palettes, ambient lighting, material shadows, grain texture, frosted-glass surfaces, and micro-interactions.

Installed cleanly when we ran it

npm packageJavaScript4d ago

AI review

dsh-neu-theme

What it is — Provides Neumorphic themes for DeepSeek Harness web.

Who it is for — When using DeepSeek Harness web, it is suitable to install Neumorphic theme. If users choose the default theme, they do not need this plugin.

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

The verdict — I would install it because it provides Neumorphism theme choice, but the premise is that users need that visual style.

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-md-preview

LeslieWylie

2

Render Markdown to a standalone, self-contained HTML page: an `md_html_render` tool that works in a headless profile, plus a web drawer to browse, preview, edit and export local `.md` files; both share one renderer, with no runtime dependencies.

Installed cleanly when we ran it

GitHub sourceJavaScript3d ago

dsh-task-dag

LeemanCheung

2

Projection-driven live DAG for a Session's subagents and durable workflows: status and navigation, deterministic deep-chain layout, fit/pan canvas controls, and current-session node rearrangement.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

dsh-task-dag

What it is — dsh-task-dag converts DSH Client projections into a live DAG showing Session subagents lineage and durable workflows status and navigation.

Who it is for — When you are managing multi-subagent collaboration tasks in DeepSeek Harness Web and need to track durable workflows dependency chains, this plugin suits you. If you only work in single agent mode and do not use workflow-run Conversation Nodes, you can manage directly with Session list.

Watch out — Sandbox test succeeded after installation in a fresh profile and registration into harness. No obvious issues found.

The verdict — I would install it because it preserves rearranged node positions for the current session, keeping deterministic layout after workflow phase reconstruction.

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-qq2007-skin

LeemanCheung

2

QQ 2007-inspired DSH Web skin: 72 native theme tokens, scoped three-pane chrome, original offline art and pixel buddy, an optional synthesized send chime, responsive/accessibility fallbacks, and reversible Settings switches.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

dsh-qq2007-skin

What it is — QQ 2007 retro skin that decorates the DeepSeek Harness Web interface using native theme tokens.

Who it is for — Users who want to change the DeepSeek Harness Web interface to QQ 2007 retro style during model-based chat can install this plugin. Users who use DeepSeek Harness in non-web profiles do not need this plugin because it is a skin for the web GUI.

Watch out — Sandbox test passed: successfully installed in a fresh profile and registered to harness. Compatible with DSH 0.1.0-rc.6, Node.js 20+, and modern browsers supporting CSS custom properties. No obvious issues found.

The verdict — I would install it because it integrates through the official theme.register interface without modifying the DSH package.

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