Plugins
Browse, filter, and install DeepSeek-Harness plugins.
5410 plugins found
dsh-split-screen
yeyeyeyeshifu/dsh-split-screen
Split-screen workspace for the DeepSeek Harness web GUI - chat with several agents side by side in panes that look and behave exactly like the stock conversation: drag-to-split, live sessions with queued messages and in-pane ask_user/approval cards, per-pane view tabs (Chat/Trajectory/plugin views), a compact TUI composer mode (Alt+T) and pane-focus shortcuts. Requires DSH 0.1.5+.
dsh-composer-recall
wongyuye/dsh-composer-recall
Arrow-key input history for DSH 0.1.2-alpha.1: press ↑ in an empty composer to recall this session's prompts, ↓ to go forward, Esc to restore the draft.
dsh-chat-index
kk112222/dsh-chat-index
Per-session question index for the DSH Web UI: a time-proportional dot rail on the right edge and an expandable chain panel showing every user question with its time, including branch/subagent sessions; clicking a node jumps to that message and highlights it.
dsh-deckseek
jnnarrator/dsh-deckseek
A calmer reading view for DeepSeek Harness with auto-collapsing process, a minimap-style message navigation rail, in-page search, unified failure cards, and generative MCP Apps (SEP-1865) in sandboxed iframes.
dsh-drop
crosery/dsh-drop
Drag or paste files into the Web composer with one image-and-file preview rail; native PNG/JPEG/WebP/GIF keep the image attachment path, while other files reuse a matching local path or stream to Host staging and become @ references only at send time. Includes browser media/PDF and bounded text previews; Office and archives show identity cards, and unsent file entries are page-local.
context-m
ssmurfgg04-gif/context-m
DeepSeek Harness (Cordis) plugin — bi-temporal VSA memory + cognition engine + BLAKE3 provenance, exposed as a DSH storage+session plugin. End-to-end tested with a real Python subprocess.
dsh-novel-forge
watersxya/dsh-novel-forge
AI 编译纯文本小说工作台 for the dsh web GUI: import a novel outline (docx/text), plan volumes & chapters with LLM, generate chapter by chapter (3000-4000 chars each), auto AI review & book audit, and export the full book as Markdown/TXT into your chosen output fold
dsh-circuit-breaker
pricklywiggles/dsh-circuit-breaker
Deterministic loop guard: denies a tool call repeated with identical arguments and caps per-agent calls, in code outside the model; incident log lets a parent interrupt a stuck subagent.
dsh-vet
rogerdigital/dsh-vet
Pre-install static audits for npm-installable DSH plugins; emits and validates the open `dsh-vet/v1` report with severity, confidence, evidence, derived grades, a CI Action, and auditable badges.
dsh-v-explorer
victor10035445/dsh-v-explorer
right slider for deepseek-harness-plugin.
dsh-self-memory
cyanxi-eb/dsh-self-memory
DSH 自记忆插件(v0.3)把会话中遇到的问题、多种解决方法、脚本文件路径与模型调用全过程结构化记录下来;新会话中,「先查记录 → 有就试 → 成功标命中/失败记根因 → 无则自研 → 最后回写」的闭环自动发生,并支持外部导入解决方法。零运行时依赖、纯本地、离线可用。
dsh-script-manager
kaixinguo360/dsh-script-manager
Custom script manager for DSH: turn verified operations into reusable scripts that run directly via /script or register as agent tools, with parameterized scripts, declared expected outcomes, and execution history.
dsh-pluginguard
wuwei6666/dsh-pluginguard
Plugin Guard for DeepSeek Harness (DSH): isolate broken plugins so the web UI never goes down, with one-click self-update from npm.
task-progress-bar
uuhihj/task-progress-bar
dsh-request-privacy
jhckevin/dsh-request-privacy
Live request metadata minimization for DeepSeek Harness, covering the native DeepSeek provider with WebUI settings.
dsh-v-skill-links
victor10035445/dsh-v-skill-links
let dsh use your skills.quick command and diy buttons.
dshtools-sensevoice-input
ilovedyou6666-hub/dshtools-sensevoice-input
基于 SenseVoiceSmall(iic/SenseVoiceSmall)多语言语音理解模型的 DSH Desktop 本地语音输入插件。
dsh-media-serve
qfwycn/dsh-media-serve
用于在deepseek harness上直接暴露工作区的文件,使大肥鱼能够直接显示他想给你显示的图片等信息,解决了大肥鱼老是说自己显示不了图片,要你去看本地文件的问题。在过验证码或截图的时候极为有用。
dsh-code-ui
sogoodayo/dsh-code-ui
Cursor 风格的 AI 代码编辑器工作台插件(DSH):文件树、多标签页编辑、引用/备注/翻译、内嵌 AI 输入框、语法高亮
iter
drl990114/iter
“What should we build next?” There’s a skill for that.
memobranch
sens-io/memobranch
Git-native, auditable long-term memory for AI agents
dsh-agent-quality-diagnosis
cat552/dsh-agent-quality-diagnosis
Actionable quality diagnostics for DSH agent sessions, with tool-call evidence and next-step recommendations.
deepseek-harness-plugins
mapan0424/deepseek-harness-plugins
Visual channel configuration UI for DeepSeek Harness (feishu / imessage / telegram / ...)
dsh-dupguard
zqh260619/dsh-dupguard
Real-time repetition guard for DeepSeek Harness (DSH): stops model generation when the same string repeats >=10 times in the streamed output. 实时检测 DSH 大模型流式输出中的重复内容,同一字符串重复十次以上立即停止生成。