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

Synesthesia Encoder for DSH: a vision model translates images into compact structured spatial text (canvas/elements/percentage coordinates), giving text-only LLMs pixel-level image understanding via the `mm_vision` tool.

Installed cleanly when we ran it

npm packageJavaScript8d ago

AI review

dsh-plugin-mm-vision

What it is — This plugin translates images into structured coordinate-based text descriptions to enable text LLMs image understanding.

Who it is for — When using DeepSeek Harness text models to analyze images in conversations, this plugin provides pixel-level image understanding via the mm_vision tool. If your model does not support visual tool calls or you do not intend to use the mm_vision tool, you can skip installing it.

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

The verdict — I would install it because it uses a zero-dependency core to implement the mm_vision tool, but under the premise of using an OpenAI-compatible vision model.

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 curated plugin starter pack: batch-installs and configures 15 vetted community plugins across four groups from a Settings-page UI or the /setup command.

Installed cleanly when we ran it

npm packageTypeScript7d ago

AI review

dsh-starter-pack

What it is — One-click batch installation and configuration of curated DeepSeek Harness plugins.

Who it is for — New users of DeepSeek Harness facing community plugin selection issues. Users who rely only on npm prebuilt plugins can skip it.

Watch out — Sandbox test passed: installed in a new profile and registered into the profile. It will execute shell commands. No obvious issues found.

The verdict — I would not install it because it will execute shell commands.

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-chat-tidy

ChuanTianML

1

One stylesheet that retypesets the DSH conversation to measured Codex metrics: 14/22 px body, tighter heading ladder, list and block rhythm, blockquote bar and table cells, with no settings to choose and before/after captures in the README.

Installed cleanly when we ran it

npm packageTypeScript7d ago

AI review

dsh-chat-tidy

What it is — dsh-chat-tidy plugin adjusts DeepSeek Harness conversation page layout to Codex-measured metrics.

Who it is for — If you need tighter reading rhythm for coding-agent tasks in DeepSeek Harness, you can install this plugin. If you prefer the default loose spacing or have installed dsh-ux, skip it because of override conflicts.

Watch out — Sandbox test passed on a new profile and registered successfully. No obvious issues found. Use one layout plugin at a time with dsh-ux to avoid conflicts.

The verdict — I would install it because it offers measured before-and-after comparisons to optimize conversation density.

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

Quality-aware in-agent plugin discovery: a find_dsh_plugins tool that ranks the whole dsh-plugin topic through a daily quality-scored index (installable manifest, curated listing, license, activity) merged with a live gh search — zero LLM API cost, risk flags and exact install commands in every result.

Installed cleanly when we ran it

GitHub sourcePython5d ago

AI review

dsh-plugin-advisor

What it is — Quality-aware in-agent plugin discovery tool for DeepSeek Harness.

Who it is for — In DeepSeek Harness when using the Agent to search for plugins, this tool is suitable to use. Users who do not use natural language interaction with the Agent do not need to install it.

Watch out — Installing from GitHub source code. Sandbox test passed: installed in a new profile and registered into the profile. No obvious issues found.

The verdict — I would install it because it merges a daily quality-scored index with live GitHub search.

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

Reusable Markdown prompt profiles for DeepSeek Harness with per-turn model selection, argument substitution, and state restoration.

Installs, but needs a build approved first

GitHub sourceTypeScript8d ago

AI review

dsh-prompt-profile

What it is — This plugin provides reusable Markdown prompt profiles for DeepSeek Harness that support per-turn model selection, argument substitution, and state restoration.

Who it is for — When you need to repeat model selection and prompt instructions in DeepSeek Harness, this plugin supports single-turn invocation and state restoration. If your workflow does not involve replacing arguments from the command line, you do not need this plugin.

Watch out — Sandbox test shows that installation from source requires manual permission for the build script before harness can complete registration. No other issues found, but the plugin will execute shell commands.

The verdict — If I were you, I would install it because DeepSeek Harness supports per-turn model selection and this plugin provides state restoration support, but you must manually allow the build script.

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

Sync the installed DeepSeek Harness plugin manifest to a GitHub Gist (OAuth login, one-click export/import with automatic dependency install).

Installed cleanly when we ran it

npm packageJavaScript7d ago

AI review

dsh-plugin-sync

What it is — Syncs DeepSeek Harness plugin manifest to GitHub Gist.

Who it is for — When managing multiple DeepSeek Harness profiles and needing to sync plugin manifests to GitHub Gist, this plugin is suitable to install. If your workflow does not involve GitHub Gist for syncing DeepSeek Harness plugins, you can skip this plugin.

Watch out — The plugin executes shell commands during profile installation. Sandbox test passed, successfully installed in a new profile and registered by harness.

The verdict — I would install it because it supports syncing of plugin manifests to GitHub Gist, but the premise is accepting execution of shell commands.

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

Alan2Z

1

Voice-announce the final reply on Windows (SAPI5 natural voices) and macOS (system voice); skips reasoning and tool calls, one-line npm install.

Installed cleanly when we ran it

npm packagePowerShell6d ago

AI review

dsh-speak

What it is — dsh-speak plugin for DeepSeek Harness, announces final reply via voice.

Who it is for — When using DeepSeek Harness for long coding tasks and wanting voice prompt on completion. Users who prefer text-only logs without voice features do not need it.

Watch out — Sandbox test passed: installed in fresh profile and registered by harness. No obvious pitfalls found. The project stresses best-effort execution that will not interrupt sessions.

The verdict — I would install it because it offers a verified solution for voice announcements on long 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
1Source

dsh-msg-hub

AbcdefgXW

1

IM channel bridge: WeChat (ilinkai) / QQ / Feishu with proactive push — wake the channel bot from scheduled tasks and deliver AI replies to your phone.

Installed cleanly when we ran it

npm packageJavaScript5d ago

AI review

dsh-msg-hub

What it is — This plugin bridges messages from WeChat, QQ and Feishu to DeepSeek Harness agent sessions and supports proactive push to wake bots from scheduled tasks and deliver AI replies to your phone.

Who it is for — If you need to wake channel bots from scheduled tasks and deliver AI replies to your phone, install this plugin. If you mainly use DeepSeek Harness built-in chat interfaces and do not need external IM channel integration, you do not need to install it.

Watch out — Sandbox testing shows it can be installed but protobufjs@7.6.5 is blocked by pnpm, preventing full harness registration; manual build approval is required for source installation. No obvious pitfalls were found.

The verdict — I would install it because it provides proactive IM push and remote monitoring, but I must manually allow the build script to install 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-sound

AI-Galaxy-GPU

1

Per-event sound notifications: turn completion, approval, question, plan-review, goal-blocked, and task-failure each get their own sound and volume, configurable in the Web UI (built-in synth, mute, or local audio file).

GitHub sourceJavaScript6d ago
1

Vision toolkit for text-only DeepSeek: model-invokable `vision` tool, wrapper adapters for deepseek/opencode-go (v4 flash/pro), Antigravity IDE quota (default, flash/pro) / any OpenAI-compatible VLM / Gemini / local Ollama channels, evidence memory with compaction rehydration, content-hash cache, and a bilingual client panel.

Installed cleanly when we ran it

npm packageTypeScript6d ago

AI review

dsh-youreyes

What it is — Enables image recognition for pasted pictures in DeepSeek Harness.

Who it is for — When you use DeepSeek Harness to handle code screenshots or UI prototypes, it fits. If your work does not require structured evidence or cross-session memory reuse, you can skip it.

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

The verdict — I would install it because it supports cross-session visual evidence memory and content-hash caching.

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

Runs open-mcp-apps inside DSH: every MCP app gets its own sidebar container with a separate workspace, session, and App mode, an agent status strip under the app, and inline app rendering in ordinary chats.

Installed cleanly when we ran it

npm packageJavaScript7d ago

AI review

dsh-plugin-open-app

What it is — This plugin creates independent sidebar containers for open-mcp-apps applications in DeepSeek Harness web profile.

Who it is for — If you are managing multiple open-mcp-apps applications in DeepSeek Harness web profile and need each to have its own workspace and session, then this plugin suits you. If you are using a non-web profile, then this plugin is not suitable.

Watch out — Sandbox testing passed, no obvious issues found. The plugin executes shell commands to manage app containers. You need to ensure that the open-mcp-apps engine is running.

The verdict — If I were you, I would install it because it supports independent containers for open-mcp-apps applications in DeepSeek Harness web profile, but only if the open-mcp-apps version is 0.5.1 or newer.

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

Perlica (Arknights: Endfield) themed tiered sound notifications: plan-ready, task-done, needs-your-input, and error tones; silent for plain chat, system-level playback (works in background), cross-platform (Windows/macOS/Linux), custom TTS sounds.

Installed cleanly when we ran it

npm packageJavaScript6d ago

AI review

dsh-perlica-ding

What it is — Perlica-themed DeepSeek Harness plugin delivering tiered terminal notification sounds for task states.

Who it is for — Users performing agent tasks with DeepSeek Harness are suitable for installing this plugin. Those who prefer complete silence can skip it because they may focus more on text-based interactions.

Watch out — Sandbox test passed: installed into a new profile and registered by Harness. It executes shell commands to play sounds. No obvious issues found.

The verdict — I would install it for agent workflows needing state feedback, because it offers targeted audio cues, yet only if background playback is allowed on my platform.

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

SDRTIO-bit

0

墨扉 —— 基于 DeepSeek Harness (DSH) 的 AI 小说写作工作台,Cordis 插件实现「人写草稿 → Agent 润色 → Reviewer 把关」写作流水线。

GitHub sourceJavaScripttoday

Persistent draft sessions for DeepSeek Harness — prepare multiple independent tasks and send them later.

GitHub sourceTypeScripttoday

dsh-obsidian-workbench

InvisibleSirius

0

Local-first Obsidian research workbench for DeepSeek Harness with secure Vault search, citations, a Notion-style AI HUD, guarded Diff writes, and a native Obsidian companion.

GitHub sourceTypeScripttoday

dsh-plan-approval

guillaumemeyer

0

Fullscreen, Grok-Build-style plan-review overlay for 🐋 DeepSeek Harness with vim navigation, inline search, and inline comments.

npm packageJavaScripttoday

shidi-skill

IcyCreamDAS

0

AI4S 科研 Agent 技能 | AI-for-Science research workflow skill for coding agents: literature review · experiment design · figures · paper reading — files out, cross-verified, zero deps | 文献调研/实验方案/作图/精读,交付文件+交叉验证,零依赖,MIT

npm packagePythontoday

Harness-kernel mesh for DeepSeek Harness: kimi/grok/codex/minimax model routes (L1), distilled subagent recipes (L2) and kernel_run/kernel_status/kernel_switch tools.

GitHub sourceJavaScripttoday
0

DeepSeek Harness 环境体检插件:磁盘/内存/延迟/~/.dsh 膨胀/插件版本落后检测,历史基线趋势,只读不删。

GitHub sourceTypeScripttoday

dsh-snippets

taxueseek

0

DeepSeek Harness 极简常用片段/命令工具箱:JSONL 存储,5 个工具,零依赖。AI 的收藏夹。

GitHub sourceTypeScripttoday

dsh-im-qq

988hj7tczd-oss

0

让 DeepSeek Harness 接入 QQ 官方机器人(q.qq.com)——通过 QQ 私聊/群聊/频道 @ 直接与完整 agent 对话(工具/记忆/子代理/文件系统/审批护栏,与 Web UI 同源)。WS 长连接、会话隔离、审批按钮、白名单 fail-closed。

npm packageJavaScripttoday

DSH skill: multi-model candidate review pipeline (GLM / Claude-CLI relay / Gemini / Codex) — zero-dependency, evidence-first

GitHub sourcePythontoday

dsh-awake

htfc786

0

dsh-awake · 守夜人:在 agent 任务执行期间阻止操作系统休眠

npm packageTypeScripttoday
0

飞书 × DeepSeek Harness 遥控器:在飞书聊天里驱动 DSH agent——流式富卡片、一键审批、按模型能力传图、费用与峰谷计量

GitHub sourceTypeScripttoday