Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

283 plugins found

U

dsh-dock

unknowcao/dsh-dock

Windows desktop launcher for DeepSeek Harness: a one-click whale icon plus a sidebar More menu with Settings / Restart-Refresh / graceful Full Exit, and a scrollable multi-DSH picker on the cold-start card.

37 days agoUI EnhancementsMIT
L

orca-dsh-launcher

lheyang/orca-dsh-launcher

Windows desktop companion for DeepSeek Harness: update checker, server start/stop, system tray, graphical console, and one-click installer.

322 days agoTools & CapabilitiesMIT
G

claude-in-dsh

geekricardo/claude-in-dsh

Hand a DSH web session to the locally installed Claude Code CLI: a per-session engine selector (DSH | Claude Code), Claude models and reasoning effort in the model seat, Claude permission modes in place of the access-mode selector, and permission requests, AskUserQuestion and ExitPlanMode routed to the native DSH approval, question and plan-review cards. The stream is written as native DSH session events, so the built-in transcript, tool cards and nested subagents render it; Claude slash commands merge into the command palette; the CLI is held by a detached broker, so plugin updates and DSH restarts do not interrupt a running turn.

325 days agoModels & ProvidersMIT
L

deepseeh-harness-ultra-slash

loadingvx/deepseeh-harness-ultra-slash

Separate slash-command group in the Web UI composer: /steer injects text on the agent's next step without interrupting the turn, /new starts a blank session, /skill and /docs wrap /steer with post-turn skill or docs tasks, and custom /steer aliases are configurable in Settings.

38 days agoUI EnhancementsMIT
L

agentduel-dsh

linconz/agentduel-dsh

AgentDuel is a code-battle game. This plugin lets you complete the entire game loop inside DSH: manage deathmatch characters and capture-the-flag teams, submit agent code, start battles, watch replays, and use DSH conversations to keep improving agents based on battle results.

319 days agoJust for FunApache-2.0
D

dsh-auto-maintenance

dong3434/dsh-auto-maintenance

Auto maintenance and resilience for DeepSeek Harness: startup self-diagnosis, automatic repair of missing directories, scheduled configuration backups with rotation, one-click restore, smart-start port detection, plugin-change self-check with automatic rollback, startup failure rescue, and a health watchdog that restarts a stuck-but-alive instance. Ships as a Cordis plugin plus a standalone CLI.

326 days agoDev & Plugin ToolsMIT
W

dsh-stock-jt

westwind2022/dsh-stock-jt

A-share technical analysis (ladder dynamics) plugin: chanlun structure via struct_calc, hang-slope D+/D/D- and strong-start E+/E/E- signals, with an in-app settings page and work prompts.

328 days agoSkillsApache-2.0
H

dsh-session-toolkit

han-yao94/dsh-session-toolkit

Consolidated toolkit for session identity, global & workspace prompts with referenced files, session auto-resume, UAC-free web restart, and peer-session messaging.

33 days agoSessions & MessagesMIT
L

dsh-theme-customizer

lxxz1918/dsh-theme-customizer

Visual theme customizer for the DeepSeek Harness web UI — backgrounds, text colors, borders and details, all adjustable visually, with presets you can import and export, persisted across restarts.

325 days agoThemes & AppearanceMIT
W

dsh-skill-select

wyzh0117/dsh-skill-select

Sidebar skill picker: lists installed skills with Global and repo badges, session checks plus persistent auto-start, optional Guard, Codex/Grok/Hermes user skills, and /skill injection.

36 days agoSkillsMIT
L

agents-plugins (dsh-service-control)

lxp731/agents-plugins

Manage the dsh service via `dsh --profile ctl`: systemd lifecycle (install, start, stop, restart, enable, disable, uninstall), persisted config, health probe and logs, plus shell completions and self-update.

320 hours agoDev & Plugin ToolsMIT
X

dsh-session-theme

xliecc/dsh-session-theme

Shows every session theme in the DSH Web left sidebar immediately on page load by warming the session projection cache at startup; no need to click into a conversation first.

3last monthUI EnhancementsMIT
L

dsh-plugin-memory

littleblacktong/dsh-plugin-memory

Long-term cross-session markdown memory with an LLM-Wiki structure and a SOUL.md persona, injected at session start (by default only after the first user message and only in the active session), plus remember/recall/consolidate/forget workflows, an embedded memory skill, pack/unpack migration tooling, and an idle-time first-person recall nudge that surfaces real memories in a companion voice.

312 days agoMemoryMIT
F

dsh-worlds

frozo-ai/dsh-worlds

Runs the agent's filesystem, bash and PTY terminals inside a Docker container by providing the `ctx.fs` and `ctx.subprocess` seams, so cwd, environment and background processes survive a harness restart.

3last monthDev & Plugin Tools
Z

Stata-AI-Skill (dsh-plugin)

zihaovistonwang/stata-ai-skill

Run Stata through DeepSeek Harness: the native Stata AI Skill service auto-starts with DSH (macOS/Windows binaries bundled), so you can run regressions, do-files and econometrics workflows with no manual setup.

3last monthSkillsMIT
Z

skill-injector-plugin

zenjibad/skill-injector-plugin

Auto-injects user-chosen skills into DSH sessions, either every prompt or once at session start, with a settings page and a composer indicator.

37 days agoSkillsMIT
Q

dsh-plugin-install

qinyre/dsh-plugin-install

Install tab in Settings → Plugins: install, update and remove any plugin by npm spec, `github:user/repo` or local path through the same `dsh plugin add` CLI path; update checks against npm latest or GitHub HEAD with a downgrade guard and resolved-version verification, a pnpm 11 release-cooldown bypass on every add/remove, and service restart via the DSH Desktop shell or a relay process under standalone `dsh web`.

321 days agoDev & Plugin ToolsMIT
N

folio (folio-events)

nyantused-cpun/folio

Folio (兰亭) @nyantused/folio-dsh-events: session-protocol events — auto session-start reminder + auto-save on session close; pair with @nyantused/folio-dsh-tools.

313 days agoWorkflow & AutomationMIT
I

dsh-splash-launcher

isilsolme/dsh-splash-launcher

Windows one-click launcher with a borderless WPF startup animation (stroke-by-stroke HARNESS lettering) that starts dsh web in the background and fades into the GUI once ready, plus a desktop_launch tool.

313 days agoUI Enhancements
S

dsh-boot-guard

saisenbox/dsh-boot-guard

Loader-independent startup recovery for DSH Web that detects likely broken plugins, temporarily skips them, and restores only Boot Guard-managed changes.

3last monthDev & Plugin ToolsMIT
B

dsh-custom-mode (editor)

bowluna/dsh-custom-mode

Build and manage dsh agent modes from the settings page: start each one from the official standard / PTC / minimal / Cordis composition, toggle the plugin rows it mounts one by one, rename it, and edit its system prompt — a plain file the agent loop re-reads before every model step, so an edit applies to the running session on its next step. Rows left untouched stay byte-identical to the shipped ones, platform conditions included.

2yesterdayIntegrations & RemoteMIT
P

dsh-knit

polinnizhong/dsh-knit

Lists the Markdown documents, images and video that already exist anywhere in the session workspace in the DSH sidebar, ranked by relevance to the current conversation: recent messages are matched locally against document title, summary and body with IDF weighting, with no model calls and no network. Because the list is scanned from the workspace instead of remembered, restarting DSH or starting a new session does not empty it. Images and video preview in place, with relative-path images resolved and video streamed over HTTP Range. The same ranking is exposed to the agent as a knit_docs tool, which returns the most relevant documents along with the passage that matched in each, where one is found.

22 days agoTools & CapabilitiesMIT
W

dsh-distillation-director

winsonpong98-cloud/dsh-distillation-director

蒸馏主管(distillation-director):把一本书蒸馏成可执行 Agent 技能的判态制元技能(V4.6:V4.3–V4.5 防坑体系与判官工作流之上,增 §21 **强制门禁**——gate_start 开工自证闸(手册哈希+条款逐字抄录+执行单+机器层+官方模板)/gate_stage 阶段依赖链(前阶段未过不得进入)/preflight 自动纳入活跃蒸馏任务)

26 days agoSkillsAGPL-3.0
C

dsh-buddy-checkin

corrinehu/dsh-buddy-checkin

Runs the WorkBuddy (CN) daily check-in on DSH startup — discovers every account logged in on this machine, claims the daily credits, and shows a status entry on the session title line with a details panel and failed-account retry.

26 days agoUI EnhancementsMIT