Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

918 plugins found

N

SinglePlayer

nxz1026/singleplayer

AI-native music player plugin for DeepSeek Harness: aggregates NetEase Cloud Music, QQ Music and KuGou search with cross-provider playback fallback, renders word-by-word karaoke lyrics synced live over USB HID to HALO PIXELBAR speakers, and exposes search, playback, queue, alarm and speaker control as model tools.

221 days agoJust for FunGPL-3.0
A

dsh-winrm

andyfan1094/dsh-winrm

Manage Windows hosts over WinRM from a web panel and seven agent tools with PowerShell exec, service and process control, SMB / chunked file transfer with SHA-256 verification, and cluster execution.

226 days agoIntegrations & RemoteApache-2.0
X

dsh-image-vision

xiaoyuink/dsh-image-vision

Image understanding for any DSH model: vision, OCR, grounding, and crop tools with domain presets for histopathology, cell biology, anatomy, clinical images and scientific figures.

217 days agoVision, Voice & Multimodal
F

auto-mouse

fish121380/auto-mouse

Windows desktop UI context picker for Codex, DeepSeek Harness, and MCP clients: select windows, UI elements, or screen regions with hover highlighting, UI Automation, screenshots, and local OCR, then review and approve Markdown/JSON context before output.

2last monthTools & CapabilitiesMIT
9

harness-desktop (harness-memory)

988hj7tczd-oss/harness-desktop

Cross-session memory for DeepSeek Harness via the official storage domain: memories persist through ctx.storage (storageDomain table) and are injected into the system prompt through a registered section (memory:recall), with memory_save / memory_forget tools so the agent reads and writes its own memory (maxMemories configurable).

221 days agoMemoryMIT
L

dsh-capability-toggle-plugin

lifeopsgo/dsh-capability-toggle-plugin

Adds session, project, and global controls in the DSH WebUI for skills, MCP servers, tools, prompt injections, approval escalation, and safety guards; enforcement is scoped to the current agent.

220 hours agoTools & CapabilitiesMIT
Y

fin-trace

yiwufen/fin-trace

DeepSeek Harness (dsh) plugin embedding the fin-trace agent loop — multi-hop relationship reasoning over a financial knowledge graph, exposed as async tools (start/status/cancel)

2last monthTools & CapabilitiesAGPL-3.0
F

superself

fxylabs/superself

DeepSeek Harness plugin: Superself's `self` CLI as model-facing tools plus a /self command — cross-session, cross-project project state for agents.

2last monthTools & CapabilitiesApache-2.0
P

dsh-research-plugins (dsh-tavily)

pymodel/dsh-research-plugins

Tavily Search API as a web search provider (settings toggle with DeepSeek fallback, keyless search) plus a Tavily MCP bridge: keyless search and extract tools, crawl and map with an API key.

2last monthTools & CapabilitiesMIT
J

dsh-win-minimal

jueburenshu123/dsh-win-minimal

Windows minimal agent preset for DeepSeek Harness: fixed one-line persona, three tools, no runtime context.

2last monthSessions & MessagesMIT
S

dsh-plugin-security-review

shanhaifish/dsh-plugin-security-review

Static bundle form of the DSH plugin-install security gate: reviews cordis_define/cordis_run with a fail-safe policy, plus review/audit tools and a browser approval popup (agree / agree+whitelist / reject; agree+whitelist writes the plugin family into tru

2last monthSecurity & PermissionsMIT
J

computer-user

jing-hy/computer-user

Windows-only computer use for DeepSeek Harness: captures the virtual screen and drives mouse & keyboard through 9 tools built on PowerShell and Win32 SendInput; pairs with picturereader so text-only models can complete the screenshot-analyze-act-verify loop fully locally.

225 days agoTools & CapabilitiesMIT
A

dsh-github-router

angeloszou/dsh-github-router

Read-only GitHub access for agents, wrapping several tools. Inside the tool it automatically probes and selects whichever GitHub access method works locally, and tries network proxies on its own. That cuts down the network and parsing problems an agent may hit when accessing GitHub, and the overhead of it repeatedly trying different approaches.

213 days agoGit & Code ReviewMIT
M

dsh-rw

mdr-ex1000/dsh-rw

Remote-SSH-style workspaces: turn an SSH host and a remote directory into a native DSH workspace; the agent operates the remote filesystem directly via 12 rw_* tools (SFTP/exec), with workspace-confined paths and known_hosts verification.

26 days agoIntegrations & RemoteMIT
C

dsh-econ-tools

chaos-hyper/dsh-econ-tools

Econometrics research assistant: 6 tools covering method selection, data preparation, model specification, empirical analysis with Python/R/Stata code templates, robustness checks, and result reporting.

2last monthTools & CapabilitiesMIT
C

dsh-daemon

chenkai2/dsh-daemon

Registers the DeepSeek Harness web server (dsh web) as an auto-start, self-healing background service — LaunchAgent / systemd / cron plus a 30s health-check watchdog — with seven dsh_daemon_* tools (install/uninstall/reinstall/status/start/stop/update).

24 days agoDev & Plugin ToolsMIT
Y

dsh-webui-launcher

yv3507/dsh-webui-launcher

Cross-platform Web UI launcher for DeepSeek Harness: webui_start/stop/status/open model tools, a /webui start|stop|status|open slash command, a Settings-page launch card, and an optional desktop shortcut that starts the Web UI hidden and opens the browser once it is fully ready (dsh default icon).

2last monthTools & CapabilitiesMIT
W

LiuHe (bundle)

wulun811/liuhe

Bridges the LiuHe MCP code toolkit (44 tools) into dsh web: repo_map, symbol search, edit_batch with tolerant matching, transactional edits with undo journal, and deterministic quality gates — backed by a crash-isolated Rust tree-sitter parse daemon and SQLite index.

218 days agoTools & CapabilitiesMIT
7

dsh-capability-index

777-zen/dsh-capability-index

Pre-flight plugin-library index for DSH agents: injects per-step trigger-table hints into the runtime context so suitable installed plugins get used predictably instead of opportunistically.

217 days agoDev & Plugin ToolsMITArchived
T

gh-tea-npm-dsh

tommyfang2077/gh-tea-npm-dsh

DeepSeek Harness (dsh) plugin for GitHub (gh), Gitea (tea) and npm CLIs: detect/install, guided auth/config (incl. npm token rotation), issue and package tools.

2last monthTools & CapabilitiesMIT
L

deepseek-rust-harness

leemiracle/deepseek-rust-harness

Rust dev domain plugin for DeepSeek Harness (dsh): verification pyramid fmt→clippy→build+test→miri+audit(+semver) as model-facing tools + graph-layer governance (anti-Goodhart 8 rules incl. #[allow] density / deleted tests, blind-spot via Cargo.toml & pub

2last monthTools & CapabilitiesMIT
L

deepseek-kernel-harness

leemiracle/deepseek-kernel-harness

Linux kernel dev domain plugin for DeepSeek Harness (dsh): verification pyramid L1-L4 as model-facing tools + graph-layer governance (anti-Goodhart / blind-spot / patch-conflict) + AGENTS.md contract as a system-prompt section. Plain JS, no build step.

2last monthTools & CapabilitiesMIT
L

dsh-tui-pro

lk251066/dsh-tui-pro

A full-screen terminal workbench for DeepSeek Harness with a durable assistant, workspace-grouped project sessions, transcript-only scrolling, and structured thinking, tool, diff, plan, and subagent views.

27 hours agoUI EnhancementsMIT
Z

dsh-subscribe (plugin)

zoahdev/dsh-subscribe

Steam-style plugin storefront: a plugin registry browsable inside DSH with one-click install, uninstall and update, plus a zero-dependency CLI and agent-callable market tools.

2last monthDev & Plugin ToolsMIT