Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

906 plugins found

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.

22 days agoIntegrations & 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
J

dsh-redteam-mode

jueze-2019/dsh-redteam-mode

DSH RedTeam 模式:一句话拉起红队作战智能体(资产测绘 / 攻击链 / 得分目标 / 报告 / POC 知识库),含四个角色、13 个原生技能与常驻右侧控制台

26 days agoSecurity & PermissionsMIT
H

dsh-improve-prompt

hoyyang/dsh-improve-prompt

One-click prompt improvement for the DSH composer: press the sparkle button to rewrite the draft into an agent-ready prompt, replaced in place and undoable, with a deterministic fidelity check that keeps every path, identifier, number, URL and backticked token verbatim, plus a length ceiling that blocks inflation.

23 days agoUI EnhancementsMIT
S

codebase-chat

shinzarou-eng/codebase-chat

Multi-language codebase intelligence for MCP-compatible IDEs, the CLI and DeepSeek Harness: chat, search, audit, refactor, and board-ready reports from local code.

27 days agoMCP & ConnectorsMIT
B

dsh-remote-file-system

better-er/dsh-remote-file-system

模型可见的远程文件工具 read_remote、write_remote、edit_remote,经 ssh 读写远程主机文件。write_remote 只允许新建,绝无覆写分支;文件后端 RemoteFileSystem 不继承 FileSystem,仅借用 @deepseek-ai/dsh-fs 的类型词表与 FsError。标准可安装的 dsh host 插件。

28 days agoTools & CapabilitiesMIT
H

dsh-cloud-workspaces

harryopo/dsh-cloud-workspaces

Cloud workspaces for DeepSeek Harness: pick "Cloud (SSH)" in the workspace chooser and the agent's bash/read/write/edit/glob/grep tools transparently run on your Linux server over SSH. Includes ssh_* agent tools, an SSH host settings card, jump-host suppo

216 days agoTools & CapabilitiesApache-2.0
F

dsh-mcp-workspace-scope

felix-lj-ct/dsh-mcp-workspace-scope

Per-workspace MCP scoping for the DeepSeek Harness — decide which MCP servers a session may see from the directory it was opened in.

221 days agoMCP & ConnectorsMIT
L

dsh-lint-loop

lemonxiny55/dsh-lint-loop

Zero-config lint feedback loop for JS/TS, Python, Go and Rust: lint_diagnostics / lint_workspace_errors / lint_fix tools driven by the repo's own eslint / biome / ruff / golangci-lint / cargo clippy (auto-detected from config files, repo-local node_modules/.bin resolved first, nothing bundled), plus an auto-injected post-edit findings delta on the harness fs/observed event and a bounded completion gate — edit → lint → auto-repair with one lint_fix call for dsh agents.

27 days agoTools & CapabilitiesMIT
S

dsh-codebase-chat

shinzarou-eng/dsh-codebase-chat

Multi-language codebase intelligence for DeepSeek Harness and MCP-compatible IDEs: chat, search, audit, refactor, and board-ready reports from local code.

29 days agoMCP & ConnectorsMIT
T

dsh-units

tyeclipse/dsh-units

Unit conversion toolbox covering 20 categories — length, mass, temperature, area, volume (incl. US cooking units), speed, time, data sizes (decimal MB vs binary MiB), data transfer rates (Mbps vs MB/s), acceleration incl. g-force, illumination (lux / foot-candle), pressure, energy, angle, frequency, power incl. three horsepower definitions, force, torque, typography (px/pt/em/rem), and fuel economy (mpg ↔ L/100km). Two tools — convert_unit and list_units — zero runtime dependencies, pure arithmetic; each result includes the formula applied.

211 days agoTools & CapabilitiesMIT
1

dsh-codevault

1014029855/dsh-codevault

Reading archive for dsh: after reading open-source code, capture quick notes or write full deep notes that group into one card per repo / file / symbol, stored as an append-only log of Markdown notes you can open in Obsidian; query your history, browse recent reads, or search your own Obsidian vault and link related notes to a reading record. Nine tools, a /codevault command, and a code-reading skill.

26 days agoMemoryMIT
Z

dsh-github-mcp-hint

ziye1208/dsh-github-mcp-hint

GitHub MCP helper panel: shows copyable example prompts at Settings → Plugins → GitHub MCP (random 4 from a 30-example pool), visualizes a public user's repo star/fork/language, and adds the gh_repo_stats and gh_current_user model tools.

216 days agoGit & Code ReviewMIT
Z

dsh-github-mcp

ziye1208/dsh-github-mcp

Connects GitHub's official remote MCP server as a DSH plugin: stores the PAT in DSH's credential center (.credentials.yaml) via github_set_token, and exposes GitHub tools as mcp__github__*.

217 days agoGit & Code ReviewMIT
E

dsh-task-board

etony668/dsh-task-board

Canvas task board ported from CodexFF: hierarchical parent/child tasks with boundaries, snap-aligned draggable panels in a conversation view tab, plus `board_*` / `task_*` agent tools and a sync skill.

211 days agoWorkflow & AutomationMIT
A

gzhflow

andiii208/gzhflow

Six-stage WeChat Official Account content-publishing workflow with quality-gate tools and a bundled skill.

220 days agoWorkflow & AutomationMIT
M

deepseek-harness-zhipu_plan_tools

magian1127/deepseek-harness-zhipu_plan_tools

Zhipu (GLM Coding Plan) web suite as native DSH providers and tools: rebinds the built-in web_search and web_fetch to Zhipu web search and Markdown page reading, optionally registers github_search_doc / github_get_repo_structure / github_read_file repo tools, and adds a settings card with toggles and a credential-ref field.

25 days agoTools & CapabilitiesMIT
X

dsh-kb-manager

xiaoshi7915/dsh-kb-manager

Local knowledge base manager for DSH agents: multi-format import, CJK-aware chunking, sqlite-vec vector + BM25 hybrid search with bge-reranker-base rerank, snapshots, kbpack export/import and cross-KB search — 22 agent tools plus a Web panel.

219 days agoTools & CapabilitiesMIT
J

dsh-matlab-mcp

james-web11/dsh-matlab-mcp

Registers the MathWorks MATLAB/Simulink MCP server into a dsh profile, so agent sessions get mcp__matlab__* tools for running MATLAB code and reading, editing and testing Simulink models.

222 days agoTools & CapabilitiesMIT
F

dsh-stool-plugin

fufengyuan/dsh-stool-plugin

Nine consolidated tools that give agents full access to the stool ops CLI: server management, database query/redis, log search/tail, CI/CD deploy and history, MFA codes, git operations, notes, todos, and misc utilities (accounting, weekly reports, audit, project listing, nginx presets).

218 days agoTools & CapabilitiesMIT
C

Lume

cayan0x/lume

DSH Desktop enhancement plugin: task-execution discipline plus a real relationship, per session. Discipline: adaptive protocol tiers (short for chat / full for tasks / lean for reasoning models), intent routing across Q&A, lookup, discussion, diagnosis and execution (diagnosis never fixes unasked), evidence recency (verify timestamps and causality before citing logs or old errors), real tool-result verification (failed or unknown results are never reported as done), self-healing on repeated failures with a cross-session reflection loop, compaction awareness that re-anchors state after the host condenses history, and document-capability awareness (probe for document tools and constrain accordingly: with tools, read before you write and read back before claiming done; without them, state the boundary instead of hand-parsing binary office files). Persona: distill named characters from chat logs, novels, scripts and character-setting documents, with tone, catchphrases and reply length anchored to real material statistics; long-term memory with automatic expiry for time-bound facts, corrections captured as style rules, approved replies pinned as corpus, two-way feedback that converges with use, memory star map, and persona card export/import. Constraints are injected only when relevant, so idle chat pays no extra tokens.

26 days agoTools & CapabilitiesMIT
A

dsh-cua-pre

aik358/dsh-cua-pre

Windows desktop automation for DeepSeek Harness: accessibility-first observe/act loop with 30 standard tools (element/coordinate targets, auto/a11y/event strategy routing), superseded-observations and no-replay safety semantics, persistent kill switch, RuntimeId/rect-drift stale protection, chat cards and a floating panel (live ops, frame wall, env auto-detect settings), tiled vision describe for low-res models, JSONL audit trail and a pid allowlist. Requires Windows 10+ and Python 3.9+ with uiautomation and pillow (installable from the settings page).

214 days agoTools & CapabilitiesMIT
B

dsh-tiddlywiki

bbqisbbq/dsh-tiddlywiki

Runs TiddlyWiki 5 as the DSH persistent knowledge base: ten tiddlywiki_* agent tools (filtered search, read/write/batch/rename/delete, recent, tags, git sync with conflict resolve), a full TiddlyWiki editor embedded in the GUI center column over a same-origin proxy, a right-side wiki tab, a per-session tab summarizing the notes a session read or wrote, a quick-note card with draft auto-save, and an optional clip bookmarklet with image attachment — all backed by an auto-committing git repository.

22 days agoMemoryMIT
K

dsh-plugin-task-coordinator

kayungko/dsh-plugin-task-coordinator

Supervisor-style workflow orchestration over top-level sessions: confirmation-gated batch dispatch, team workstreams, steering running tasks, idle-wait collection and live model-route discovery across 11 task_* tools plus a /tasks slash command.

22 days agoWorkflow & AutomationMIT