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,907 plugins

lazeword

xczhanjun

1

A cozy offline vocabulary trainer for the whole family: 1094 curated words, spaced repetition, 6 quiz types, spelling games and a lazy large-screen mode; opens as a sidebar panel and also runs standalone as one HTML file.

Installed cleanly when we ran it

npm packageHTML5d ago

AI review

lazeword

What it is — lazeword is a DeepSeek Harness plugin for offline vocabulary training. It supports spaced repetition, six quiz types, and games. It can open as a sidebar panel and run as a standalone HTML file.

Who it is for — When you are using a DeepSeek Harness plugin and need a tool to assist with English vocabulary learning, especially combining spaced repetition to reinforce memory, it can provide support.

It is not suitable for learners who do not need game assistance because it includes multiple interactive games such as space matching and memory flip.

Watch out — It was successfully tested in a fresh profile and registered into the profile by harness. It will execute shell commands. No other obvious issues were found.

The verdict — I would install it because it supports lazy large-screen mode, making it convenient to use on large screens while maintaining focus.

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

mimo-vision

wulusai2333

1

`describe_image` tool: a vision bridge that sends images to mimo-v2.5 through the opencode Zen API (credential `OPENCODE_GO_API_KEY`, free route first with paid fallback) and returns text descriptions for text-only models, with native passthrough and ImageMagick transcoding of SVG/TIFF/HEIC formats.

Installed cleanly when we ran it

npm packageTypeScript6d ago

AI review

mimo-vision

What it is — mimo-vision registers describe_image tool in DeepSeek Harness to send images to mimo-v2.5 and return text descriptions for text-only models.

Who it is for — Users of text-only models like deepseek-v4-flash who need image description capabilities should install it. Users with native vision models do not require this bridge.

Watch out — Manual build permission is needed when installing from source. No obvious issues were found.

The verdict — I will install it because it provides seamless image-to-text bridging for text-only agents without additional vision 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
1Source

LiuHe

wulun811

1

Bridges the LiuHe MCP code toolkit (44 tools) into dsh web: repo_map, symbol search, edit_batch with tolerant matching, transactional edits with undo journal, and deterministic quality gates — backed by a crash-isolated Rust tree-sitter parse daemon and SQLite index.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

LiuHe

What it is — Integrates 44 LiuHe MCP tools and Rust tree-sitter parse daemon into DeepSeek Harness.

Who it is for — Agents using DeepSeek Harness for code symbol search and batch editing tasks should install this plugin. Users not requiring MCP tool integration can skip it.

Watch out — Successfully tested in a fresh profile with harness registration. May execute shell commands.

The verdict — I would install it because it supports transactional edits with undo journal.

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-ds-attach

wqx-txdsyl

1

**DeepSeek Chat (chat.deepseek.com) same-style attachments**: paperclip upload button, 240×64 DS-style file cards with official colored doc icons (PDF/DOCX/XLSX/PPT/IMG extracted from the DS frontend bundle), drag-and-drop, text extraction (PDF/DOCX/XLSX/TXT) injected into the message, and real attachment cards rendered in the transcript (custom user renderer) with the model reading full content.

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

dsh-ds-attach

What it is — This plugin replicates DeepSeek Chat interface attachments in DeepSeek Harness, including paperclip button, drag-and-drop, DS-style file cards, and text extraction for model reading.

Who it is for — When using DeepSeek models for document analysis or summary tasks, install this plugin to enable file cards and full-text injection. Users who only do pure text chats or visual image processing do not need it.

Watch out — Tested successfully registered in fresh profile under sandbox. Depends on pdfjs-dist, mammoth, xlsx pure JS libraries with no native compilation. PDF without text layer requires OCR environment variables configured.

The verdict — I would install it because it enables the model to read full uploaded document content, which is necessary for full-text analysis tasks.

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

Reports bounded, repository-relative Git status as structured data without staging, committing, or changing branches.

Installs, but needs a build approved first

GitHub sourceTypeScript6d ago

AI review

dsh-workspace-snapshot

What it is — Provides the workspace_snapshot tool to DeepSeek Harness, reporting bounded repository-relative Git status.

Who it is for — Users who need the model to report Git branch and path status are suitable for installing this plugin with DeepSeek Harness. If the agent needs to manage branches or perform commits, users should use dedicated Git workflow plugins.

Watch out — Sandbox test shows it can be installed, but the build script is blocked by pnpm for github:txy-ucas/dsh-workspace-snapshot, causing harness to fail completing registration. Users need to manually allow the build to install properly. No other obvious issues found.

The verdict — I would install it because it provides a read-only structured Git status report that lets the model check before any changes, but source install 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

Whale-girl wallpaper background with a frosted semi-transparent app surface for the Web UI.

GitHub sourceJavaScript7d ago

Attach tags to sessions and search sessions by tag in the Web settings panel.

Installed cleanly when we ran it

GitHub sourceJavaScript7d ago

AI review

dsh-session-tags

What it is — Add session tags in DeepSeek Harness web settings and support searching sessions by tag.

Who it is for — Users who need to add and manage session tags would find this plugin useful. If you primarily use DeepSeek Harness via the command line interface, you would not need to install this plugin.

Watch out — Installation from source requires manually allowing the build script to run. Sandbox testing passed with no obvious issues.

The verdict — I would install this plugin because it provides storage independent from the session logs and query pipeline.

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

Toggle or delete plugins from the Web settings panel, with runtime enable and disable persisted to the profile.

GitHub sourceJavaScript7d ago

Runtime plugin loading for the Web UI: a watched hot directory installs/updates client-plugin bundles live on every open page, no restart. Includes a right-column subagent dashboard example.

Installed cleanly when we ran it

GitHub sourceJavaScript8d ago

AI review

dsh-hot-plugin-host

What it is — It loads client plugins into DeepSeek Harness Web UI in real time via a hot directory without restarts.

Who it is for — Users developing real-time updating UI panels for DeepSeek Harness Web are suitable for installing this plugin. Users who only use pre-published plugins without needing dynamic updates are not suitable because this plugin targets the hot update scenario.

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

The verdict — I would install it because it allows updating plugins without restarts, but only in local trusted 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
Source
1

Runtime security gate on the tool pipeline: denies calls naming hosts outside an egress allowlist, redacts credentials from results at the canonical value rather than only the rendered content, and appends every decision to a JSONL audit log; ships in monitor-only mode.

Installed cleanly when we ran it

npm packageTypeScript7d ago

AI review

dsh-egress-guard

What it is — Deploy dsh-egress-guard in DeepSeek Harness as a runtime security gate for tool calls. It denies calls to hosts outside allowlist, redacts credentials from canonical values, and appends decisions to JSONL audit log.

Who it is for — You would install it when developing agent workflows that require egress control for tool calls and audit logging. You do not need it for users whose agents never perform network operations outside a controlled environment, as the plugin operates in monitor mode by default.

Watch out — Sandbox testing passed with successful registration in a new profile. No other runtime issues were observed. Configuration can be adjusted via cordis.patch.yml to switch modes.

The verdict — I would not install it unless runtime security and auditing for tool calls are required, because it ships in monitor mode without breaking existing setups and provides full decision logs.

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

Pokemon-style catch-em-all: your real work is the tall grass — turns, tool calls and errors spawn wild encounters; throw balls, fill a 28-slot dex, walk a team of six. Zero tokens, invisible to the model.

Installed cleanly when we ran it

GitHub sourceJavaScript7d ago

AI review

dsh-wildmon

What it is — Converts turns, tool calls, and errors into wild encounters for catching.

Who it is for — If you encounter errors or use tools in your work, these events will generate wild encounters that you can catch to build a team of six. If you run multiple DSH processes simultaneously, the state file will be overwritten by the last writer.

Watch out — Installation from source requires manually allowing the build script. Sandbox test passed with registration in a new profile. The dex is shared across all profiles in one DSH home.

The verdict — I would install it because it has zero token cost and reacts to work events, but under the premise of accepting shared dex and manual encounter checks.

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

swaylq

1

Keeps what the agent builds at runtime: turns a `cordis_define` dynamic package into a real installed plugin that survives restart, writing the bundle and registering the profile layer with no pnpm, no network, and no build authorization.

Installed cleanly when we ran it

GitHub sourceJavaScript7d ago

AI review

dsh-genie

What it is — Converts cordis_define dynamic packages built at runtime into permanent plugins that survive restarts.

Who it is for — Users who want agent-built plugins to survive restarts. Users who prefer managing plugins through the regular development workflow can skip it.

Watch out — Granted wishes are ordinary code that runs at every boot with the full DeepSeek Harness context. They are parsed with node --check without execution for validation. All grants are listable and reversible.

The verdict — I would install it because it requires no pnpm, no network, and no build authorization, and granted code is just readable files.

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

awesome-dsh

stakeswky

1

Turns a stated need into a plugin choice: an agent skill that queries a catalog of the whole `dsh-plugin` topic (2600+ repos, recrawled every 6 hours, Chinese descriptions from Workers AI) through a ranked search API, then hands back the matching `dsh plugin add` command.

Installed cleanly when we ran it

GitHub sourceTypeScript7d ago

AI review

awesome-dsh

What it is — awesome-dsh is a DeepSeek Harness plugin that registers a skill for querying dsh-plugin topic plugins on demand.

Who it is for — It is suitable when you need to find and add new plugins using DeepSeek Harness. Users who have already mastered the plugins in the dsh-plugin topic can expand their capabilities from another angle.

Watch out — Manual build allowance is required when installing from GitHub source. It passed sandbox testing in a fresh profile and was registered with harness.

The verdict — I would install it because it provides a DSH plugin finding skill, but the premise is using the source installation method.

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

A `search` tool that learns to pick between fast and thorough search strategies using a contextual bandit (Thompson sampling), improving from real usage instead of a fixed heuristic.

Installed cleanly when we ran it

GitHub sourceTypeScript6d ago

AI review

dsh-tool-bandit-search

What it is — dsh-tool-bandit-search plugin provides a Thompson sampling based search tool that learns to choose between fast and thorough strategies and improves from usage.

Who it is for — When using DeepSeek Harness for web search, if you want the search tool to learn the best strategy from actual calls, it is suitable to install this plugin. If you prefer to use other search tools, you do not need to install this plugin because it is a replacement for the standard web_search tool.

Watch out — Sandbox test passed after installation and registration in a new profile. No obvious issues found. The bandit state is in-memory and resets on every restart.

The verdict — I would install it because it improves from real usage, which fixed heuristics cannot achieve.

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
1

Long-task orchestration loop: Codex plans/scores/reviews, DeepSeek executes, Kimi supplements (vision acceptance, summarization, cross-check).

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

dsh-longtask-orchestrator

What it is — Integrates long-task orchestration loop supporting Codex planning, DSH execution and Kimi supplementation.

Who it is for — When using DeepSeek Harness to handle long tasks requiring multiple rounds of planning and verification, this plugin is suitable. Not suitable for users who only use local scripts to complete tasks.

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

The verdict — I would install it because it provides a multi-model collaborative long-task framework and the 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
Source
1

Sub-agent matrix swarm that routes heterogeneous tasks to the most suitable model from an OpenRouter-like gateway plus cfgpu.com/llm/square, dispatches each via in-process subagents or direct LLM calls, and tracks per-model token consumption with a feedback-driven ranking.

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

dsh-swarm-router

What it is — dsh-swarm-router provides sub-agent matrix routing to dispatch heterogeneous tasks to the most suitable models.

Who it is for — Users handling heterogeneous tasks that require model optimization are suitable for installing this plugin. If users do not care about token consumption statistics or feedback ranking, they do not need this plugin.

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

The verdict — I would install it because it enables feedback-driven routing adjustment, but only if task types are diverse.

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

penguin-oo

1

Ctrl+click file paths and links in chat: paths open their folder in the OS file manager (with the file selected), links open in a new browser tab.

Installed cleanly when we ran it

npm packageJavaScript7d ago

AI review

dsh-pathlink

What it is — Enables Ctrl+click to open file paths in the OS file manager or links in new browser tabs from DeepSeek Harness chat messages.

Who it is for — Users conducting software development discussions in the DeepSeek Harness web profile are suitable for installing this plugin. Users who do not interact via the browser interface do not need this plugin.

Watch out — Sandbox test passed with successful installation and registration in a new profile. No obvious runtime issues detected. Requires use of the web profile.

The verdict — I would install it because it directly handles file path opening in chat, but only with the web profile and session directory resolution.

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

Sidebar system monitor for the DSH Web UI: live host overview (CPU/memory/network/disk), process list, and Docker container status, all read-only.

Installed cleanly when we ran it

GitHub sourceJavaScript6d ago

AI review

dsh-side-monitor

What it is — The dsh-side-monitor plugin adds a system monitor entry to the left sidebar in the DeepSeek Harness Web UI, providing live overviews of host resources, process lists, and Docker container statuses, all read-only.

Who it is for — In scenarios where you need to monitor the host machine's CPU, memory, network, and disk usage while checking Docker container states, install this plugin. Users who do not require monitoring Docker containers may find other tools sufficient for their needs.

Watch out — Installation requires manually enabling the build script from GitHub source. Tested successfully in a fresh profile. No obvious issues found.

The verdict — I would install it because it offers read-only real-time monitoring that can help with troubleshooting resource issues, assuming the environment supports host mount mode.

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

Bark push notifications to iPhone: turn completion, waiting-for-input, and approval events sent from the DSH Host.

Installed cleanly when we ran it

GitHub sourceTypeScript8d ago

AI review

dsh-notify-bark

What it is — The dsh-notify-bark plugin for DeepSeek Harness enables the DSH Host to send turn completion, waiting-for-input, and approval event notifications to iPhone via Bark.

Who it is for — When you are running long tasks in DeepSeek Harness that require immediate feedback on iPhone, this plugin is suitable for you. If you do not want to receive Bark push notifications on iPhone, you do not need to install this plugin.

Watch out — Tested successfully in a fresh profile after installation and registration with Harness. Notifications are sent entirely from the Host side and are not affected by browser refresh or close. No obvious installation or runtime issues were found.

The verdict — I would install it because notifications can be sent from the Host without depending on the browser. This is useful when external iPhone notifications are needed for DSH Host events.

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

OS-level system notifications for the dsh web GUI: popups when a turn finishes or the agent needs your approval, answer, or plan review while the page is in the background.

Installed cleanly when we ran it

GitHub sourceTypeScript7d ago

AI review

dsh-ui-notifications

What it is — Provides system notifications for the dsh web GUI: browser popups trigger on turn finish or agent approval, answer or plan review while page is in the background.

Who it is for — Users running agent tasks in the dsh web GUI who need to know about turn end or interaction requests even when the browser tab is inactive. Users working without the dsh web GUI do not require browser notifications.

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

The verdict — I would install it because it provides notifications for the dsh web GUI in the background, but only if you accept a single general switch and browser permission 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
Source
1

A draggable mascot invites you to play Xiangqi (Chinese chess) while the AI thinks, with a built-in engine, move-record export, and optional multi-model commentary.

Installed cleanly when we ran it

GitHub sourceTypeScript7d ago

AI review

dsh-xiangqi

What it is — A draggable mascot for playing Xiangqi while the AI thinks.

Who it is for — If you want to find some light game when using DeepSeek Harness for chatting, this plugin suits you. If you prefer complex reasoning tasks over game entertainment, you can choose other plugins.

Watch out — Sandbox test passed, installed in a fresh profile and registered into the profile by harness. Installation will execute shell commands from source. No obvious pitfalls found.

The verdict — I would install it because it supports persisting settings in the browser.

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

openAGFS

1

File-browser web app for DSH: React frontend and REST API served by the host webserver, a /dsh-agfs command that opens at the current session workspace, and a browse_files model tool.

Installed cleanly when we ran it

npm packageTypeScript7d ago

AI review

dsh-agfs

What it is — It delivers a file browser web app integrated with DeepSeek Harness for model tools and workspace integration.

Who it is for — It is suitable when the agent needs to use the browse_files tool to list and read files in the current session workspace. If the user has already configured the file root via the dsh web server, they can choose different installation options to avoid adding this plugin again.

Watch out — Sandbox test passed: installed in a new profile and registered by harness. It will execute shell commands, requiring enabling of shell tools in the profile settings. No other obvious issues found.

The verdict — I would install it because it provides model tools for direct file operation and requires no extra port.

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

Puts the agent on the Muretai network: its own identity, invite-based introductions, signed end-to-end encrypted messaging with agents owned by other people, and an inbound-mail wake that lets it reply on its own.

Installed cleanly when we ran it

GitHub sourceShell8d ago

AI review

muretai-dsh-skill

What it is — Integrates DSH agent into Muretai network for agent identity management, invite introductions, end-to-end encrypted messaging, and inbound mail wake.

Who it is for — When your DSH agent needs to manage its identity on the Muretai network through invite-based introductions, support end-to-end encrypted messaging with other agents, and use inbound mail wake for auto-reply, install this plugin. If your agent does not require network communication with other agents, you can skip installing this plugin.

Watch out — Installation executes shell commands. Sandbox test passed after registering in a fresh profile. No obvious issues found.

The verdict — I would install it because it provides a dedicated Muretai node and wake mechanism, provided the use case involves encrypted cross-agent messaging and auto-reply via mail.

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

moonquake2004

1

Offline diagnostic for DSH: 19 checks across env, profile, and session state, with a settings "Doctor" panel and a read-only JSON API.

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

GitHub sourceJavaScript4d ago

AI review

dsh-doctor

What it is — dsh-doctor is the offline diagnostic plugin for DeepSeek Harness, running 19 checks on environment, profile and session state.

Who it is for — Users facing bundle-layer vs user-patch insert id collisions or file: dependency issues when loading profiles in DeepSeek Harness are suitable for installing it. Those who do not use its JSON API do not need to install it.

Watch out — No sandbox testing was performed. It executes shell commands so security considerations apply in restricted environments. No obvious pitfalls were found.

The verdict — I would install it because it provides a read-only JSON API for interchangeable use in CI and marketplace implementations.

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