Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

283 plugins found

G

dsh-windows-tray

gzmuldy/dsh-windows-tray

System-tray whale controller for DeepSeek Harness (Windows): Start / Stop / Restart the dsh web service and open the Web UI from a tray icon.

1last monthIntegrations & RemoteMIT
B

anywhere-claude-mem

bleed00/anywhere-claude-mem

A DeepSeek Harness plugin that turns the anywhere-claude-mem git sync into a DSH peer: pull cross-machine memory at session start and push new prompts/observations as they land in the claude-mem worker

1last monthMemoryMIT
J

dsh-docker

jesse-njx/dsh-docker

Typed, guarded container control: ps/logs/inspect/exec/start/stop and compose up/down with JSON output, project-aware targeting, and approval-gated destructive ops.

123 days agoTools & CapabilitiesMIT
J

dsh-zen

john-walks-slow/dsh-zen

Zen Mode view tab and foreground time tracker for DeepSeek Harness: while the agent works, a calm conversation view shows running/done status, your latest user message, live activity hints and the final AI reply in markdown with one-line turn stats, plus screen-watching (focus) time tracking with daily/weekly Zen scores, a chat-hide toggle that hides tool calls and reasoning rows, auto enter/exit Zen on task start/complete, an Alt+Z shortcut and a Zen settings panel — pure client-side, stored in localStorage, no network.

02 days agoUI EnhancementsMIT
Z

dsh-global-context

zzjq678/dsh-global-context

Adds a Global Prompt tab to the conversation view: text you write there is prepended to the top of every session system prompt, and saving takes effect on the next message without a restart.

03 days agoSessions & MessagesMIT
D

dsh-restart

dwjz/dsh-restart

Adds a Restart page to the DSH Web settings panel. The page shows the PID, port, start time and uptime of the running host and restarts it through a detached helper that waits until the port stops answering before replaying the same launch invocation; the page reloads itself once the replacement host answers with a new boot id.

03 days agoUI EnhancementsMIT
M

dsh-plugin (dsh-auto-trust-all)

mzzsfy/dsh-plugin

Dynamically trusts every Host header that actually arrives and flips the default web binding to 0.0.0.0: wildcard or unenumerable entry domains work without editing the start command, the authentication layer is untouched, and hosts are evicted by LRU beyond a capacity cap.

02 days agoIntegrations & RemoteMIT
M

dsh-plugin (dsh-maintain)

mzzsfy/dsh-plugin

Version and maintenance suite for DSH itself: detects new host releases from npm dist-tags, upgrades with one click, restarts safely, and the web page auto-recovers once the host is back.

02 days agoDev & Plugin ToolsMIT
D

dsh-bash-terminal-ts

drscrewdriver/dsh-bash-terminal-ts

Shell tool with four Windows backends (PowerShell / Git Bash / WSL / MSYS2) plus an interactive PTY terminal; the MSYS2 backend starts bash.exe with -lc so /etc/profile puts /usr/bin and /mingw64/bin on PATH, and injects MSYSTEM=MINGW64 into the PTY environment. Written in TypeScript, targets DSH 0.1.2+.

03 days agoTools & CapabilitiesMIT
H

dsh-session-resilience

hasan-aghayev/dsh-session-resilience

Adds DSH restart and stop controls with token-aware reconnect and policy-based recovery for interrupted web sessions.

05 days agoSessions & MessagesMIT
X

dsh-xswt-tauriapp (dsh-desktop-app)

xswt442-cmd/dsh-xswt-tauriapp

Installer entry for the dsh-xswt-tauriapp desktop shell, a Tauri desktop shell for DeepSeek Harness: on the first dsh start after installation it downloads this platform's installer from the release, checks it against the release SHA256SUMS before writing it, and opens it with the system installer. It installs nothing itself and adds no UI to dsh.

023 hours agoUI EnhancementsMIT
C

dsh-agent-group-panel

cai-mh/dsh-agent-group-panel

Feishu multi-agent robot console: start, stop and reconnect the daemon, view status and recent activity, and jump to the task workspace.

012 days agoUI EnhancementsMIT
W

dsh-step-clock

wste47/dsh-step-clock

Shows the running agent step above the web composer as a Chinese sentence: its step number, the tools it is running, and how long it has been going. A finished step keeps its duration on screen until the next one starts, so a slow step can be identified after the fact.

09 days agoUI EnhancementsMIT
Y

dsh-simple-restart

yizhixiaokong/dsh-simple-restart

Adds a restart row to Settings → General that relaunches dsh web with the same invocation through a detached helper, refuses under a detected systemd supervisor unless allowRestart is true, and tests whether the listening port is free by connecting to it rather than binding it.

05 days agoDev & Plugin ToolsMIT
Y

dsh-compose-panel

yizhixiaokong/dsh-compose-panel

Lists the Docker Compose projects of your DSH workspaces in the right sidebar, one group per project directory, with container status, project- and service-level up/stop/restart, and streamed per-service logs.

05 days agoDev & Plugin ToolsMIT
Y

dsh-about-plugin

yaways/dsh-about-plugin

About panel and self-upgrade facade for DeepSeek Harness: version facts, channel-aware update checks, and a supervised source upgrade with restart, exposed to the Web Settings dialog over Typert Remote

08 days agoUI EnhancementsMIT
Z

dsh-restart

zhengjy01/dsh-restart

One-click restart for DeepSeek Harness: a web button (plus a dsh_restart agent tool) hands the relaunch to a detached helper that waits for the port to free, relaunches the exact same command, streams the new host's output, auto-reconnects the page — and

08 days agoTools & CapabilitiesMIT
N

dsh-gme-workflow

nuaaweixinye/dsh-gme-workflow

Drives the GME Test Agent from inside Harness: three tools list interface catalogs, start and repair autonomous test generation in a local Python backend, poll the task until review, and keep PR, skip and cleanup actions behind explicit user consent.

02 days agoWorkflow & AutomationMIT
R

dsh-desktop-shell

ringolink/dsh-desktop-shell

Turn the DeepSeek Harness Web UI into a real desktop application from inside DSH: one plugin that provisions a portable launcher (native WebView2 window, tray residency, silent backend start, readiness gating, debug console) plus desktop/start-menu shortc

06 days agoUI EnhancementsMIT
Z

dsh-plugin-idle-new-session

zg2017/dsh-plugin-idle-new-session

Starts a fresh session automatically when the app is opened (page load or tab/PWA foregrounded) 30+ minutes after the last time it was opened - avoids dropping the user back into a stale, possibly unrelated conversation after a real gap.

021 days agoSessions & MessagesMIT
A

dsh-todo-continuity

apex-mochen/dsh-todo-continuity

Keeps an unfinished task list visible across turns. DSH clears the todos projection at the start of every turn and expects the model to rewrite the whole list, so when a turn is interrupted the plan is durably in the session log but permanently gone from the UI — and todo_write is write-only, so neither the user nor the model can read it back. This plugin registers one ordinary session/event listener, remembers the last list per session, and when a turn/start arrives whose remembered list still has unfinished work, re-appends that list so the projection stops reporting an empty plan. No fork of tool-todo and no waterfall: a plugin cannot replace the projection (the registry throws on a stateVersion mismatch), so appending the event the fold reacts to is the reachable seam. Deliberately narrow — only unfinished lists, at most one event per turn start, fails open. Verified by a controlled A/B on real sessions: identical runs differing only in whether the plugin was installed, folded through the real projection definition. Zero dependencies.

06 days agoSessions & MessagesMIT
1

dsh-web-url-view

1032740078/dsh-web-url-view

Adds a View URL page to Settings showing the running session tokenized Web address plus a stable fixed address that survives desktop restarts and is reachable from other devices on the same LAN.

08 days agoIntegrations & RemoteMIT
N

dsh-bat2exe

nirvanaslash/dsh-bat2exe

Compiles a Windows .bat/.cmd launcher into a real .exe from inside DSH: renders an icon from a built-in bitmap font, emits a C# wrapper that runs the batch file next to it, compiles with csc.exe (or dotnet build), and can write Start Menu / Desktop shortcuts.

09 days agoDev & Plugin Tools
A

dsh-substrate (plugin)

anweat/dsh-substrate

Diagnose duplicate DSH loader entry IDs before startup, report version-locked repair status in a read-only settings card, and apply or revert audited loader repairs through an external CLI.

011 days agoDev & Plugin Tools