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

dsh-notion

mingzeng21

1

Connect dsh to Notion via the official Notion MCP (OAuth + PKCE): search, read, and write pages, databases, and comments through `mcp__notion__*` tools.

Installed cleanly when we ran it

npm packageTypeScript6d ago

AI review

dsh-notion

What it is — The dsh-notion plugin connects DeepSeek Harness to Notion via the official MCP (OAuth + PKCE), allowing the agent to use mcp__notion__* tools for searching, reading, and writing pages, databases, and comments.

Who it is for — When your DeepSeek Harness agent handles research summaries or knowledge updates that require Notion as a backend, the dsh-notion plugin supplies the needed integration.

If your workflow relies only on local files or other external services instead of Notion, you do not need this plugin, as it is built specifically for the Notion MCP integration.

Watch out — Sandbox testing passed: installed successfully in a new profile and registered by harness.

No obvious issues detected.

The verdict — I would install it if my agent tasks involve frequent Notion data access, since the OAuth flow is one-time and the tools integrate directly once authorized.

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-restart-fab

miisaka19800

1

Floating restart button for the DSH web GUI: restarts the dsh process in place with a full-screen overlay and auto-reloads the page; no launcher script required, works on Windows/macOS/Linux.

Installed cleanly when we ran it

GitHub sourceJavaScript7d ago

AI review

dsh-restart-fab

What it is — Adds a floating one-click restart button for the DeepSeek Harness web GUI.

Who it is for — When the DeepSeek Harness web GUI process unexpectedly terminates and quick session recovery is needed, users can install this plugin. Those who use DSH through command line interface can choose not to install this plugin because it is designed for the web GUI.

Watch out — Sandbox testing passed. It was installed in a fresh profile and registered by harness. No obvious issues found.

The verdict — I would install it because it allows quick restart without depending on any launcher 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

want-a-init

mexiaosqwq

1

Model-driven /init command: the agent analyzes the current repo and generates/updates a high-signal AGENTS.md, with a persistent system-prompt reminder to keep it maintained.

Installed cleanly when we ran it

GitHub sourceJavaScript7d ago

AI review

want-a-init

What it is — want-a-init is a DeepSeek Harness plugin that provides a model-driven /init command, allowing the agent to analyze the current repo and generate or update AGENTS.md with a persistent reminder to keep it maintained.

Who it is for — When using DeepSeek Harness to manage project repositories and requiring agent analysis for documentation maintenance, it is suitable to install want-a-init. It is not necessary for users who do not need model-driven initialization, as they can handle documentation in other ways.

Watch out — The sandbox test passed successfully, installation and registration into the profile succeeded, and no obvious issues were found.

The verdict — I would install it because it is a pure host plugin with no build steps 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

Dynamic Schulte grid waiting-time mini-game: click 1..N in order on a static grid or a spinning roulette wheel while the model thinks.

Installed cleanly when we ran it

GitHub sourceTypeScript7d ago

AI review

dynamic-schulte-dsh

What it is — DeepSeek Harness plugin provides static grid or dynamic roulette wheel mini-game for playing while waiting for model replies.

Who it is for — In DeepSeek Harness chat flow, when the model is thinking, users who need to play mini-games to pass waiting time can install this plugin. Users who do not want a plugin that depends on browser localStorage for persistence should not install it.

Watch out — Static check indicates it will execute shell commands, but sandbox test passed in new profile and was successfully registered. Persistence is handled via browser localStorage with no backend required. It is compatible with DeepSeek Harness Web UI and runs on React 18.

The verdict — I would install it because it's a pure client-side waiting time mini-game, but the premise is browser support for localStorage.

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

Left-edge turn-marks strip in chat: one bar per user message, click to jump to that message, hover for a preview, active bar turns white.

Installed cleanly when we ran it

GitHub sourceJavaScript8d ago

AI review

dsh-turn-marks

What it is — Adds a left-edge turn-marks strip to DeepSeek Harness chat. One bar per user message, click to jump to that message, hover for preview, active bar turns white.

Who it is for — If you use DeepSeek Harness for long conversations needing quick message location and previews, this plugin is suitable. If you only do short chats without needing this interaction, you can skip it.

Watch out — Sandbox test passed. Successfully registered in a fresh profile. No obvious issues found.

The verdict — I would install it if I need to quickly find past messages, because it keeps the current message highlighted while scrolling.

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

Session-header button that cycles the conversation width (748-1600px), widening the chat column, composer, and user bubbles together.

Installed cleanly when we ran it

GitHub sourceJavaScript8d ago

AI review

dsh-chat-width-customizer

What it is — Adds a session header button that cycles conversation width presets (748-1600px) and widens the chat column, composer, and user bubbles together.

Who it is for — Users missing wide chat column support in DeepSeek Harness are suitable to install this plugin. If users prefer the default narrow conversation width, they do not need to install it.

Watch out — Sandbox test passed: installed successfully in a new profile and registered by harness. No obvious issues found. Pure browser-side with no external dependencies.

The verdict — I will install it because the width state is globally shared and persisted in localStorage.

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

Achievement and gamification plugin: unlock badges for turns, tool calls, sessions, daily streaks and coding behavior (edits/reads/tests), with a badge wall, unlock toasts and a ctx.achievements SDK.

Installed cleanly when we ran it

GitHub sourceTypeScript6d ago

AI review

dsh-achievements

What it is — Achievement and gamification plugin for DeepSeek Harness unlocking badges for turns, tool calls, sessions, daily streaks and coding behaviors with a badge wall and SDK.

Who it is for — When you frequently perform turns, tool calls and file edits in coding tasks using DeepSeek Harness, this plugin can track progress and unlock achievements. If you focus more on daily active days streaks rather than session trajectory chains, the plugin's P7 chains are not applicable.

Watch out — Sandbox test passed: installed in a fresh profile and registered by harness. It will execute shell commands. No obvious pitfalls found.

The verdict — I would install it because of its O(1) trajectory tracking and privacy-safe design.

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
1

DeepSeek wallet balance at the sidebar foot: a credit-card icon with the amount tinted by remaining balance (green over ¥2, amber ¥0–2, red below), refreshed on mount, per turn-end, and on click; a signed delta floats up and fades on each balance change.

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

GitHub sourceTypeScript7d ago

AI review

dsh-balance-plugin

What it is — Displays DeepSeek wallet balance at the sidebar footer in DeepSeek Harness, featuring a card icon with balance-based tinting, refreshed on mount, per turn-end and on click, and signed delta floating up and fading on changes.

Who it is for — Users who need to display wallet balance in the DeepSeek Harness sidebar can install this plugin. Users who do not use DeepSeek wallet functionality can skip this plugin, as it is designed exclusively for the DeepSeek platform.

Watch out — No obvious issues found. Static checks found no problems. It is developed in TypeScript.

The verdict — I would install it because it directly provides wallet balance display functionality in DeepSeek Harness.

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-doc-guard

lucky8197

1

Document-code consistency guard: audits version headers / changelog tables / directory trees / module & test counts / cross-doc references for drift, with severity-sorted, read-only fix suggestions.

Installed cleanly when we ran it

GitHub sourceTypeScript7d ago

AI review

dsh-doc-guard

What it is — dsh-doc-guard is a DeepSeek Harness plugin that audits drift between versioned Markdown design docs and the repository, covering version headers, changelog tables, directory trees, module and test counts, and cross-document references, outputting severity-sorted fix suggestions.

Who it is for — When maintaining a multi-document Markdown design repository under DeepSeek Harness and needing to verify consistency with code, this plugin audits version headers and structure trees.

Developers who do not use versioned Markdown as core design documentation do not need it.

Watch out — Sandbox testing in a new profile confirmed it registers successfully with harness. Shell command execution is a static check note only. No obvious runtime issues found.

The verdict — I would install it because it delivers read-only drift detection with actionable suggestions for projects using versioned docs, providing value in maintenance 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
1Source
1

Code smell radar: statically scans TODO/FIXME debt, stub implementations, long lines, oversized files and duplicated blocks, with severity-sorted read-only fix suggestions.

Installed cleanly when we ran it

GitHub sourceTypeScript7d ago

AI review

dsh-code-smell

What it is — Statically scans repository code smells, providing severity-sorted read-only fix suggestions for TODO/FIXME debt, stub implementations, long lines, oversized files and duplicated blocks.

Who it is for — When scanning TypeScript repository code, it is suitable to use it. If one only needs to run builds, it is not necessary to install it because it is a pure static scanner.

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

The verdict — I would install it because the sandbox test passed and it is a pure static scanner.

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

Gives dsh the ability to generate images and videos through the grok2api API.

Installed cleanly when we ran it

npm packageJavaScript6d ago

AI review

dsh-plugin-grok2api-media-tool

What it is — dsh-plugin-grok2api-media-tool provides image and video generation tools via grok2api API for DeepSeek Harness.

Who it is for — When DeepSeek Harness agents need to generate images or videos or recognize images with Grok models, this plugin supplies the corresponding tools. If your setup does not use grok2api backend, you do not need to install it.

Watch out — Sandbox test passed: installed successfully in a new profile and registered by Harness. No obvious pitfalls found. Video generation requires waiting for completion and takes longer.

The verdict — I would install it because it allows DeepSeek Harness agents to generate and recognize media via grok2api.

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

Human-readable Markdown memory for DeepSeek Harness: user-level (~/.deepseek-harness/MEMORY.md) + workspace-level memory injected every turn, auto daily-log writing with distillation, bridges existing WorkBuddy/CodeBuddy memory dirs, memory_note / memory_note_user / memory_read tools with built-in dedup, and a bilingual settings page. Plain-text storage, no database.

Installed cleanly when we ran it

GitHub sourceJavaScript5d ago

AI review

dsh-memory-palace

What it is — The plugin provides cross-session Markdown memory management for DeepSeek Harness, including tools and log distillation.

Who it is for — When using DeepSeek Harness for multi-turn dialogue projects requiring cross-session persistent memory, this plugin is suitable to install. If you prefer completely manual maintenance of memory files rather than automatic reading, writing, and log distillation by the plugin, you need not install it.

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

The verdict — If I were to install it, I would, because it allows memory to be persisted in editable Markdown format, with the premise that humans should be able to directly edit 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

dsh-guardian

lonelymoon87

1

Adds dangerous-operation policy checks, output redaction, and a security-review workflow.

Installs, but needs a build approved first

GitHub sourceTypeScript8d ago

AI review

dsh-guardian

What it is — dsh-guardian adds dangerous-operation policy checks, output redaction, and a security-review workflow for DeepSeek Harness.

Who it is for — When you need to classify dangerous shell, SQL, and structured file-write arguments in DeepSeek Harness using pre-execute waterfall, this plugin is suitable for installation because it supports standard, strict, and permissive profiles. Those who only need the built-in deny rules without custom regex rules need not install this plugin, as it is designed for additional deployment-specific decisions.

Watch out — Sandbox testing shows the plugin can be installed into DeepSeek Harness, but the build script is blocked by pnpm during source installation. Users need to manually allow the build for github:lonelymoon87/dsh-guardian to complete registration. The prebuilt release tarball installs directly without this step. No other obvious issues were found.

The verdict — I would install this plugin because it enables policy checks for dangerous operations and credential redaction, but source 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-aura-scheduler

ljsysfurryACE

1

Proactive scheduling: an adaptive heartbeat plus a value network (urgency, relevance, interruption cost) decides when the agent should speak unprompted.

Installed cleanly when we ran it

GitHub sourceTypeScript5d ago

AI review

dsh-aura-scheduler

What it is — Provides dsh-aura-scheduler plugin for DeepSeek Harness agents using adaptive heartbeat and value network to decide when to speak unprompted.

Who it is for — When managing long-running tasks in DeepSeek Harness profiles, install this plugin to let the agent initiate updates proactively. It is not suitable for users who prefer model-driven scheduling only, as this one uses system-level decisions.

Watch out — Successfully tested in a fresh profile where it was registered with the harness. Supports v2 sensor triggers and webhooks. No obvious issues found.

The verdict — Would install it for the off-peak savings feature and sensor triggers, as they enable proactive reporting without model calls.

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-community-hot

littleboylittlegirl

1

Floating community panel for the Web UI: 24h hot topics and hot plugins TOP10 with a draggable, always-on-top button.

Installed cleanly when we ran it

npm packageJavaScript7d ago

AI review

dsh-community-hot

What it is — Displays 24-hour hot topics and TOP10 hot plugins in a floating panel for the DeepSeek Harness Web UI.

Who it is for — Users of the DeepSeek Harness Web UI who want to monitor community activity can use this plugin. Users of headless profiles have no need for this plugin.

Watch out — Sandbox test passed in a fresh profile where it registers into the profile. No obvious issues found.

The verdict — I would install it because it provides community insights in the Web UI but only in web profile 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
Source

dsh-compressor

lifeodyssey

1

A slim port of Headroom: compresses tool output, cuts up to 20% of context, without affecting the model's context cache or agent performance.

Installed cleanly when we ran it

GitHub sourceRust7d ago

AI review

dsh-compressor

What it is — dsh-compressor compresses tool output to shorten context length without affecting model cache.

Who it is for — When using DeepSeek Harness for tool calls that produce long outputs, this plugin is suitable for users who need to save tokens. Users who do not perform tool calls can choose not to install it.

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

The verdict — I would install it because it preserves the context cache while allowing full output retrieval after compression.

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
1

Upload arbitrary local files from the Web composer, show pending cards, and manage stored files in Settings.

Installed cleanly when we ran it

GitHub sourceJavaScript8d ago

AI review

dsh-file-uploads

What it is — The plugin allows uploading arbitrary local files from the DeepSeek Harness Web composer and managing stored files in Settings.

Who it is for — It is suitable for users who need to include local file paths in prompts sent to the model via the web composer. Users who primarily rely on command-line tools without using the web composer may find it irrelevant.

Watch out — The sandbox test passed in a fresh profile, with the plugin registered by Harness. No obvious pitfalls were found. Installation from source requires restarting the running web profile. It is compatible with DeepSeek Harness 0.1.0-rc.6 and Node.js 22 or newer.

The verdict — I would install it because it serializes file paths to the model only upon submission, keeping the editor clean.

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

claude2dsh

kirkchinese

1

Import Claude Code sessions, skills and plugin assets into DSH as native resumable sessions, and export or sync DSH sessions back to Claude Code JSONL.

Installed cleanly when we ran it

npm packageTypeScript5d ago

AI review

claude2dsh

What it is — Migrate Claude Code sessions and skills into DeepSeek Harness as native resumable sessions.

Who it is for — If you manage sessions in Claude Code and want to migrate content into DeepSeek Harness, this plugin suits. If your work is confined to Claude Code without needing exports to other tools, you can skip this plugin.

Watch out — Sandbox test passed. Installed in a fresh profile and registered by harness. No obvious issues found.

The verdict — I would install it because it enables native resumable migration of Claude Code sessions into DeepSeek Harness.

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-click skin switching for DSH Web settings: auto-detects installed themes, keeps exactly one active at a time, and falls back to the official look when all are off. Changes apply instantly and survive restarts.

Installed cleanly when we ran it

GitHub sourceTypeScript7d ago

AI review

dsh-theme-switch

What it is — DSH Web settings support one-click skin switching.

Who it is for — If you need to switch skins in the DSH Web settings panel, you can install this plugin. It is not required if you do not perform skin switching in the web settings interface.

Watch out — Sandbox test passed when installed in a new profile and registered by harness. Switching skins requires refreshing the browser page to see the change. No obvious issues found.

The verdict — I would install this plugin since the skin switching state survives restarts.

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

A plugin market for DeepSeek Harness: search and one-click install GitHub dsh-plugin plugins straight from the web GUI.

GitHub sourceJavaScript7d ago

dsh-restart-button

keyiadiannao

1

A small self-contained power control for DSH: sidebar power button with an upward restart/shutdown menu and a Windows-shutdown-style overlay. Own restart & shutdown engine (no dependency on other plugins), dynamic-port aware.

Installed cleanly when we ran it

GitHub sourceTypeScript6d ago

AI review

dsh-restart-button

What it is — Integrates DSH sidebar power button with restart and shutdown menu.

Who it is for — When using DeepSeek Harness, users who need to restart or shutdown DSH directly via the sidebar power button in the footer are suitable for installing this plugin. Users who want to avoid executing shell commands can skip it because this plugin executes shell commands.

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

The verdict — I would install it because it provides a self-contained restart engine that automatically reloads the page after a successful restart.

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

Zhihu (知乎) dashboard: hot list with trend arrows, follow feed (favorites/creations/followees), post tracking (question/keyword/person) with auto-briefs, and five agent tools (zhihu_search/hot/answer/global_search/followees).

Installed cleanly when we ran it

GitHub sourceHTML4d ago

AI review

dsh-zhihu-dashboard

What it is — DeepSeek Harness plugin that provides Zhihu hot list, follow feed, post tracking, and five agent tools.

Who it is for — If you need to query Zhihu information or monitor followees using DeepSeek Harness agent tools, this plugin is suitable. Users who do not interact with Chinese social platforms do not need this plugin.

Watch out — From GitHub source install, the build script must be manually whitelisted first. Requires a Zhihu Access Secret and daily quota compliance. Sandbox test passed successfully with registration in a clean profile. No obvious issues found.

The verdict — I would install it because it securely integrates Zhihu data and tools into the Harness environment with Access Secret confined to local storage.

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

Sidebar billing dashboard: real usage aggregated from session logs (per-model and per-day calls/tokens/cache), cost estimated in CNY from a current multi-provider pricing catalog, subscription-plan (coding/token/agent) routes exempt, and per-provider health dots.

Installed cleanly when we ran it

npm packageTypeScript6d ago

AI review

dsh-ui-usage-billing

What it is — DeepSeek Harness plugin that aggregates session logs to display model calls, token usage, and cost estimates in the sidebar.

Who it is for — When using DeepSeek Harness for multi-provider LLM sessions and needing to track actual token consumption and costs, this plugin provides a sidebar entry. If sessionPersistence is unavailable, you do not need this plugin because it relies on persisted session logs for aggregation.

Watch out — It was tested successfully in a fresh profile and registered into the profile. No obvious issues found.

The verdict — I would install it because it aggregates real logs for multi-provider usage and cost estimation.

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

Token usage heatmap for the Web UI: daily/weekly/cumulative views over a 12-month window with light/dark themes.

Installed cleanly when we ran it

npm packageJavaScript7d ago

AI review

dsh-token-usage

What it is — Provides token usage heatmap for DeepSeek Harness web UI.

Who it is for — Suitable for developers viewing token usage history in DeepSeek Harness. Not suitable for users who prefer a simplified interface.

Watch out — Sandbox test passed. Installed and registered in new profile. No obvious issues found.

The verdict — I would install it because it works on Windows, macOS and Linux.

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