Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

312 plugins found

J

dsh-model-sync

jiay98528-dev/dsh-model-sync

Writes live provider model lists into DSH settings and shows 5h/7d plan windows or metered balance for the current session model.

3last monthModels & ProvidersMIT
L

dsh-writing-pad

linhx1999/dsh-writing-pad

Session-scoped Markdown writing pad docked beside the conversation, with edit/preview modes, selection-based AI rewrites, diff review, undo, and draft recovery.

327 days agoUI EnhancementsMIT
C

dsh-observation-journal

cavan-ou/dsh-observation-journal

Zero-touch runtime telemetry for DSH: every session auto-writes task, model tier, tools, failures, duration, status into a human-readable journal with a stats section (pure observer — no tools, no LLM calls, no injection).

3last monthDev & Plugin ToolsMIT
O

dsh-fun-typewriter

omdsh-dev/dsh-fun-typewriter

DSH Typewriter: WebAudio typing ambience with a plugin-owned settings API and zero audio assets

3last monthJust for FunBSD-3-Clause
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
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
B

dsh-memory_rollout

bionic-forest/dsh-memory_rollout

Codex-style per-session memory draft for DeepSeek Harness: one session one draft (rollout_summaries), restrained & passive (write only on explicit user request), layered disclosure (summary + registry), idempotent integration watermark. / 一会话一草稿记忆插件。

26 days agoMemoryMIT
F

dsh-composer-ux

fangwen9527/dsh-composer-ux

Configurable send and newline keys, a composer context menu with three sources (leave it to DSH and other plugins / browser menu / plugin-styled custom menu), a quick-command panel with categorized prompt lists where each prompt can append on every send or only on the first message of a session, a create-and-move row at the bottom of each category, a prompt optimizer that rewrites the draft with a separate model call, settings-panel size memory, and automatic x-opencode-session header injection for OpenCode routes. Prompt lists live in a global ~/.dsh/quick-prompts.json that is independent of the session and the project.

26 days agoUI EnhancementsMIT
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.

25 days agoMemoryMIT
T

deepseek-harness-relay-mcp

tonytanglab/deepseek-harness-relay-mcp

Installs a Web-profile helper that diagnoses and writes MCP config so Codex, Cursor, or Claude Code can spawn dsh --profile codex.

27 days agoIntegrations & RemoteMIT
B

dsh-write-create-only

better-er/dsh-write-create-only

Host-side guard that lets the write tool only create new files: when the target already exists it denies the call before execution and tells the model to use edit instead, applied to all sessions.

220 days agoDev & Plugin ToolsMIT
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
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.

2yesterdayMemoryMIT
M

dsh-odoo

maxmilian/dsh-odoo

Read-only Odoo tools over JSON-RPC: server info, model field introspection, and a restricted search_read limited to an allow list of models whose domain field names may not contain dots, so related-record traversal is not possible. A draft-create tool is registered only when allowWrite is enabled, and is limited to sale.order and project.task with the draft state enforced by the plugin.

225 days agoTools & CapabilitiesMIT
J

dsh-inline-diff

janeickholt/dsh-inline-diff

Renders edit and write tool calls as always-expanded side-by-side diffs styled like git diff, with optional syntax coloring and word-level highlighting.

25 days agoUI EnhancementsMIT
C

dsh-unidoc

che-year/dsh-unidoc

A document preview / edit / management plugin for DeepSeek Harness. It provides a VSCode-style "Document Center" workbench inside the DSH Web GUI: a file tree on the left, click-to-preview, editable code & Markdown with Ctrl/Cmd+S save; and exposes three document tools (doc_read / doc_edit / doc_create) to agents, letting models read and write workspace documents through natural language.

229 days agoTools & Capabilities
X

dsh-run-config

xiaoso456/dsh-run-config

IDE-style run configurations for DSH: save LLM prompts and shell commands as reusable run configs (global or per-workspace), run them from the session header or the new-session page, and manage them via the task_run_config tool with approval-gated writes.

211 days agoDev & Plugin ToolsMIT
I

dsh-guardwall

iiiweiii/dsh-guardwall

Vets local, npm, and GitHub plugin source before installation, blocks configured high-risk tool calls at runtime, audits output secret patterns, and writes HMAC-chained local audit logs.

229 days agoSecurity & PermissionsMIT
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
Y

dsh-token-attention

young4ever33/dsh-token-attention

Token attention management panel for DeepSeek Harness: per-task/day/week/month token usage and cost tracking (input hit/miss, output, reasoning), DeepSeek peak/off-peak pricing, task-type recognition, and advice on when to switch sessions, write a hand-off, or compact context.

224 days agoUsage & BillingMIT
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
Z

dsh-adaptive-reasoning

zhuifengqug/dsh-adaptive-reasoning

Pixel-art reasoning-effort slider for DSH Web with continuous 0–100 dragging, 16ms throttled writes, snap-to-level commits, and a WebGL ember fire that ignites as the slider moves.

229 days agoUI EnhancementsMIT
Z

pdf-background-gray-codex-skill (dsh-pdf-background-gray)

zjsthmjialin/pdf-background-gray-codex-skill

Registers the remove-pdf-background-gray skill for DSH: whitens gray/off-white scan backgrounds in image-based PDFs while preserving resolution, page geometry, and anti-aliased text edges (lossless Flate write-back), via a single Python script (pypdf + Pillow + numpy).

2last monthTools & CapabilitiesMIT