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-team-task

Ready22Race

2

team-task for DeepSeek Harness (dsh): long-horizon multi-agent tasks — reviewed plan DAG, runtime-owned settlement, event-log truth, resident reconciler

Installed cleanly when we ran it

npm packageTypeScript3d ago

AI review

dsh-team-task

What it is — DeepSeek Harness plugin providing reviewed plan DAG, runtime-owned settlement, event-log truth, and resident reconciler for long-horizon multi-agent tasks.

Who it is for — In DeepSeek Harness web workspaces executing long multi-step planning and review tasks, this plugin is suitable for users missing runtime-owned settlement and reconciler support. If tasks are limited to single-turn dialogues without involving persistent logging or dependency reviews, this plugin's capabilities are not required.

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

The verdict — I will install it because it is designed for tasks requiring hours rather than turns.

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 登录门卫插件:让只监听本机的 dsh Web UI 安全地对外开放——登录墙 + 全量反代,零依赖、零侵入。

Installed cleanly when we ran it

GitHub sourceJavaScriptyesterday

AI review

dsh-login-gateway

What it is — dsh-login-gateway plugin provides an external login gateway for DeepSeek Harness dsh Web UI. After username and password authentication, it fully proxies requests to 127.0.0.1:3080, supporting WebSocket. Zero runtime dependencies.

Who it is for — If you need to access dsh Web UI from external networks but it only listens to 127.0.0.1 internally, this plugin provides a login wall and full reverse proxy. Users who use dsh entirely in an isolated environment do not need this plugin.

Watch out — Installation from source involves executing shell commands. Sandbox test passed: it installs in a fresh profile and gets registered by harness. No obvious issues detected.

The verdict — If I were you and needed to securely expose dsh Web UI externally, I would install it because it adds authentication without modifying the dsh core.

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

chenproton

2

dsh-history

Installed cleanly when we ran it

npm packageTypeScript2d ago

AI review

dsh-history

What it is — dsh-history plugin enables viewing all sent messages in long sessions with search and positioning support.

Who it is for — This plugin is suitable for users handling long conversations in DeepSeek Harness web interfaces. It is not suitable for users who need to manually load history, as it supports background prefetching of the complete list on session start.

Watch out — After installation, the restart script must be run to activate the plugin in sessions. Sandbox testing passed and it was successfully registered into the profile. No obvious pitfalls were found.

The verdict — I would install it because it offers a dedicated approach to viewing history in long conversations.

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中的“Cordis插件”变得可管理,可一键生成安装包|Make the "Cordis plugins" in your dsh manageable and generate installation packages with one click.

Installed cleanly when we ran it

GitHub sourceJavaScript2d ago

AI review

dsh-MyCordis

What it is — MyCordis makes Cordis plugins in DSH manageable and enables one-click generation of installation packages.

Who it is for — When you want to batch process Cordis plugins in DSH, MyCordis can complete packaging and installation management through a page. If you focus on developing non-Cordis plugins, you do not need to install this plugin.

Watch out — It successfully passed sandbox test: installed in new profile and registered by harness. It will execute shell commands. No obvious pitfalls found.

The verdict — I would install it because it saves tokens when rebuilding plugins across sessions.

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

看得见 Agent 到底改了什么。一个会话里所有文件改动,一屏看完再决定要不要提交 | See what the agent actually changed. Every file it wrote this session, in one review panel.

Installed cleanly when we ran it

GitHub sourceTypeScriptyesterday

AI review

dsh-what-changed

What it is — dsh-what-changed plugin adds a file-change counter button to the DeepSeek Harness web session header, clicking the panel to show exact modified files and diffs.

Who it is for — When an agent uses DeepSeek models in web mode and modifies several files in one session, the user needs to see which files were changed before deciding to commit. It is unsuitable for users who only run pure CLI tasks without any file writes, as they do not need to track agent modifications.

Watch out — Tested successfully in a fresh profile: button registers correctly, counter updates in real time, supports language switch, panel shows actual tool-written diffs. No obvious issues found, though it executes shell commands to fetch events.

The verdict — I would install it because it turns session-level changes into a decision-ready panel without needing external tools.

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

DeepSeek Harness plugin: per-edit approval with red/green line diff before write/edit/str_replace_editor (approve / reject / always allow)

Installs, but needs a build approved first

GitHub sourceTypeScriptyesterday

AI review

dsh-edit-approval

What it is — DeepSeek Harness plugin that intercepts write/edit/str_replace_editor before execution to show red/green line diff for user approval or rejection.

Who it is for — In code editing tasks on the DeepSeek Harness web profile, this plugin intercepts tool calls to show diff before modification. Users using the never approval policy session do not need this plugin, because it respects the session approval policy and lets the sandbox enforce directly.

Watch out — Sandbox test shows it can be installed but the build script is blocked by pnpm, preventing harness registration. Users need to manually allow the build script from source installation to complete registration. No obvious issues found.

The verdict — I would not install it because it never changes the sandbox mode, only respects existing policies.

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

pr-genius

zsxh1990

2

PR evaluation and improvement consultant: assesses PR success probability based on historical anti-patterns and success patterns, with one-click scoring and actionable suggestions.

Installed cleanly when we ran it

GitHub sourcePython2d ago

AI review

pr-genius

What it is — PR evaluation advisor that assesses the success probability of PR submissions based on historical patterns and provides actionable suggestions.

Who it is for — Developers submitting PRs to other open-source repositories can use this tool to assess the success probability before opening them. Individuals focused only on maintaining their own repository can choose not to install it.

Watch out — Installation from GitHub source requires manually allowing the build script to execute. The sandbox test confirmed it runs normally after installation in a fresh profile and registration.

The verdict — I would install it because it supports structured monitoring of outbound PRs across repositories, but only if you are in a Python environment.

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

Track releases and stars of any public GitHub repository from inside dsh agents — no API key needed.

Installs, but needs a build approved first

GitHub sourceTypeScript5d ago

AI review

dsh-github-release-radar

What it is — dsh-github-release-radar plugin provides four GitHub API tools for DeepSeek Harness agents: github_releases, github_repo, github_search, and github_repo_tags. These tools allow direct calls to GitHub REST API for public repository data without API key.

Who it is for — When using DeepSeek Harness agents to analyze open-source projects, this plugin exposes tools for accessing releases, repository overview, search, and tags. If your agent workflow does not involve external GitHub repository queries, you may choose not to install this plugin.

Watch out — Sandbox testing showed that the plugin can be loaded into the sandbox but its build script is blocked by pnpm; users need to manually allow the build for github:zoahdev/dsh-github-release-radar to complete harness registration. The plugin supports optional githubToken configuration to increase the anonymous 60 requests per hour limit. No obvious runtime issues were found.

The verdict — I would not install it because manual build allowance is required to complete registration, and there is no evidence of its long-term stability.

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

Share the current session over the LAN as a read-only, token-guarded HTML snapshot with session stats and Markdown rendering.

Installed cleanly when we ran it

npm packageTypeScript4d ago

AI review

dsh-share

What it is — The plugin adds a share button that freezes the current conversation into a read-only HTML snapshot for LAN sharing.

Who it is for — Local network team members who need to share the conversation to other devices fit installing it. Users needing cross wide-area multi-device collaboration are not suitable to install it.

Watch out — On Windows, first access to 0.0.0.0 may trigger firewall prompt. Sandbox test passed. No other obvious issues found.

The verdict — I would not install it because the shared page is not a live view of the 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

Chinese localization for DeepSeek Harness: translates all system prompts, tool descriptions, and runtime contexts into Chinese at runtime via the system-prompt/assemble waterfall (1788 entries, zero source modification, uninstall restores English).

Installed cleanly when we ran it

npm packageJavaScript4d ago

AI review

dsh-harness-zh-cn

What it is — The plugin translates system prompts, tool descriptions, and runtime contexts into Chinese at runtime using DeepSeek Harness's system-prompt/assemble waterfall hook. It covers sections, contexts, tools, and cordis API directory without modifying any DSH source code. Uninstalling restores the original English.

Who it is for — Users working with DeepSeek Harness models in Chinese-language tasks who need localizations for prompts and tool descriptions can install this plugin. Those without Chinese interaction requirements or using models that already support Chinese natively may opt out.

Watch out — Tested successfully in a fresh profile where it registered with harness. Configurable via includeSections, includeContexts, includeTools (all default true) and verbose for debugging. No obvious issues found in sandbox testing. It executes shell commands as a noted behavior.

The verdict — I would install it because it provides runtime-only localization without source modifications, offering value for non-English deployments.

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

Query 64 Chinese exams (高考/考研/四六级/CPA/法考…) with rule-aware date math (2nd-Saturday, 1st-Sunday) and countdowns.

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

dsh-exam-countdown

What it is — Provides countdown tools for 64 Chinese exams with rule-aware date math.

Who it is for — Suitable when querying exam countdowns via DeepSeek Harness agents. Not needed when not using agent tool calls in DeepSeek Harness.

Watch out — Source install requires manual approval of the build script. Sandbox test passed in new profile with registration. No obvious issues found.

The verdict — I would install it because it gives agents direct access to exam countdowns, but I would confirm dates with official sources.

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

Usage statistics dashboard for the DSH Web UI: info cards, a 280-day GitHub-style activity heatmap, daily token trend, and model-usage donut chart.

Installed cleanly when we ran it

npm packageTypeScript5d ago

AI review

dsh-usage-lens

What it is — This plugin provides a usage statistics dashboard for the DeepSeek Harness Web UI, showing token usage and model usage.

Who it is for — If you need to view your usage patterns in the DeepSeek Harness Web UI, you can install this plugin. If you prefer other types of dashboard features, you can skip it.

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

The verdict — I would install it because it provides local usage analysis without any upload.

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-session-report

yangyongzhen

2

Per-session cost & usage report cards: tokens, cache hits, duration.

Installed cleanly when we ran it

GitHub sourceTypeScript6d ago

AI review

dsh-session-report

What it is — Generates per-session cost and usage report cards for DeepSeek Harness sessions, covering tokens, cache hits, and duration.

Who it is for — Fits users who need to track token consumption and duration in each turn while using DeepSeek Harness for multi-turn conversations. Does not fit users who do not need to view cache hit rates, as they may not require these specific metrics.

Watch out — No obvious issues found. Tested successfully in a fresh profile, where it is registered with harness.

The verdict — I would install it because it provides per-session token usage tracking for later 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-notify

yangyongzhen

2

Task-completion notifications via ServerChan / DingTalk / Feishu / generic webhooks.

Installed cleanly when we ran it

GitHub sourceTypeScript6d ago
2

A collapsible/expandable draggable floating music player with NetEase Cloud Music playlist import and song/artist search — chat and listen at the same time.

Installed cleanly when we ran it

GitHub sourceJavaScript3d ago

AI review

dsh-MusicPlayer

What it is — A collapsible draggable floating music player plugin that supports NetEase Cloud Music playlist import, search and chat control of music via agent.

Who it is for — Users who chat with the agent in DeepSeek Harness Web and want to control music in the conversation are suitable for installation. Users who do not use NetEase Cloud Music as the audio source can use other solutions.

Watch out — Sandbox test passed. No obvious issues found. Restricted songs may fail to play full audio in anonymous mode.

The verdict — I would install it because it provides direct music control through the agent tool in chat.

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-opencode-go-usage

xiaweiliang060035

2

Floating widget showing real-time OpenCode Go subscription usage (rolling/weekly/monthly) for every API key, with rate-limit alerts and automatic key-pool discovery.

Installed cleanly when we ran it

npm packageJavaScript4d ago

AI review

dsh-opencode-go-usage

What it is — Floating widget displays real-time OpenCode Go subscription usage for every API key.

Who it is for — When managing OpenCode Go API keys in a DeepSeek Harness web profile and needing real-time quota monitoring, this plugin is suitable to install. If you do not provide an OpenCode Go API key or token, you do not need this plugin.

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

The verdict — I would install it because it supports automatic key-pool discovery for multi-window quota display, but the premise is that you need to use it in a DeepSeek Harness web profile.

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
2Source

dsh-draw-router

xiaozhe7772222

2

Universal image generation for DeepSeek Harness: auto-discovers image models from any OpenAI-compatible endpoint (SenseNova, StepFun, Agnes, Qwen, Flux, SD, Imagen and more), with agent tools and REST API.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

dsh-draw-router

What it is — Universal image generation router for DeepSeek Harness that auto-discovers image models from OpenAI-compatible endpoints and integrates with agent tools and REST API.

Who it is for — When your DSH agent needs to generate images in conversation like drawing diagrams, you can install this plugin to enable draw_image tool. Users who do not require image generation in their agent workflows do not need to install it.

Watch out — It requires executing shell commands during source build. Sandbox test passed when installed in a fresh profile and registered to the harness.

The verdict — I would not install it because I have no need for agent tools to generate images.

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

xiaoshihou514

2

Connects dsh to Weixin, with arbitrary file sending support.

Installs, but needs a build approved first

GitHub sourceTypeScript3d ago

dsh-vision

xiaoshihou514

2

Native vision capability extension, using either Zhipu (free) or Qwen-VL (local).

Installed cleanly when we ran it

npm packageTypeScript3d ago

AI review

dsh-vision

What it is — Adds native vision capability to DeepSeek Harness, supporting Zhipu free interface or local Qwen-VL model.

Who it is for — If you need to add vision support to DeepSeek Harness, install dsh-vision. If your model already has built-in vision functionality, you can skip this plugin.

Watch out — Sandbox test passed: installed in fresh profile and registered by harness.

The verdict — I will install it because it supports the free Zhipu interface.

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

xiaoshihou514

2

Clean and simple TUI.

Installs, but needs a build approved first

GitHub sourceTypeScript5d ago

dsh-review-loop

wuxiangru915

2

Incremental diff reviewer for DSH: after approving a batch, only new changes since the checkpoint are shown, with a Web review panel and `/review` command that inject feedback back to the agent.

Installed cleanly when we ran it

GitHub sourceTypeScript6d ago

AI review

dsh-review-loop

What it is — This is an incremental code reviewer plugin for DeepSeek Harness.

Who it is for — When processing code changes generated by the agent in DeepSeek Harness, this plugin supports incremental display of differences. Users without a git repository do not need to install it.

Watch out — Sandbox testing succeeded: it installed and registered successfully in a fresh profile. No obvious issues found.

The verdict — I would install it because it enables feedback injection without interrupting the agent's work.

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

Reverse tunnel for the DSH Web GUI: exposes a `dsh --profile web` deployment at a public frp URL and switches the directory picker to the in-app browser, so a phone or remote machine can open and manage the workspace.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript5d ago

AI review

remote-access-web

What it is — Provides reverse tunnel for DSH Web GUI, allowing remote devices to expose deployment via frp and manage workspace in the in-app browser.

Who it is for — When using DSH web profile and needing to manage workspace from a phone or remote machine. If all operations are local without remote access needs.

Watch out — No obvious issues found. Requires frp client configuration and environment variables.

The verdict — I would install it because it enables remote access to the web GUI from external devices, but only if frp can be configured.

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-browser-fs

whitefirer

2

Give agents access to files on the machine where the browser runs: user authorizes a local directory via File System Access, tool calls relay over the plugin's own WebSocket; read-only compat mode for mobile/insecure contexts.

Installed cleanly when we ran it

GitHub sourceJavaScript4d ago

AI review

dsh-browser-fs

What it is — Enables agents to access local files on the browser machine and perform read/write operations on authorized directories.

Who it is for — When using DeepSeek Harness, the agent needs to access local directories on the browser's machine in a remote deployment scenario. Users who only require host machine file operations in local setups do not need to install it, as they can use the built-in fs tools.

Watch out — Sandbox test passed: installed in a new profile and registered into DeepSeek Harness. No obvious pitfalls found.

The verdict — I will install it because it allows agents to operate local files on the browser machine and the sandbox test passed.

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

Bottom-right quota capsule that auto-discovers every configured provider (DeepSeek, OpenRouter, SiliconFlow, GLM, one-api/new-api, coding plans) and shows balance or rolling 5-hour and weekly usage, with per-provider visibility, alert thresholds and proxy support.

Installed cleanly when we ran it

npm packageJavaScript5d ago

AI review

dsh-quota-panel

What it is — Plugin that automatically displays quota and usage for configured providers in the DeepSeek Harness web interface.

Who it is for — Developers configuring multiple providers in the DeepSeek Harness web interface are suitable for installing it. Users only using providers without remaining balance query endpoints are not suitable for installing it.

Watch out — Sandbox test passed: it was installed in a fresh profile and registered into the profile. No obvious issues found.

The verdict — I would install it because it auto-discovers providers and provides a settings panel, but only if my workflow requires web-interface quota monitoring.

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