Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

236 plugins found

L

dsh-api

lilming123/dsh-api

Exposes dsh's internal capabilities (language, workspace registry, agent-status and approval events) over HTTP under /dsh-api on the local loopback socket dsh already listens on, with SSE fan-out at /dsh-api/events.

1last monthDev & Plugin ToolsMIT
K

dsh-launch

khellendros97/dsh-launch

Detached-broker supervision of long-running services (dev servers, watchers, mock APIs) that survive turns, sessions and DSH restarts, with a Service sidebar tab (registered via better-sidebar's extension API) and service_start/stop/restart/list/logs model tools.

1last monthDev & Plugin ToolsMIT
L

dsh-multi-root

luoyu-xingu/dsh-multi-root

Multi-root workspace plugin for the dsh web GUI: attach several independent folders to one project workspace, manage them in a sidebar panel, and let agents read, list, write, and glob across every registered root through gated host-side tools. Hot-plugga

1last monthTools & CapabilitiesMIT
M

dsh-scout

maxhou-infinity/dsh-scout

Evidence-driven company and job due-diligence for DSH: logs sources with evidence levels, adds evidence-bounded claims, verifies the legal entity against official registries, and renders a PROCEED/VERIFY/STOP report with a verification checklist and interview questions.

117 days agoTools & CapabilitiesMIT
S

dsh-genie

swaylq/dsh-genie

Keeps what the agent builds at runtime: turns a `cordis_define` dynamic package into a real installed plugin that survives restart, writing the bundle and registering the profile layer with no pnpm, no network, and no build authorization.

1last monthDev & Plugin ToolsMIT
A

dsh-doctor

asdf17128/dsh-doctor

Registers a `config_doctor` tool that checks the harness's own configuration for problems that boot silently: fields a patch dropped by whole-config replacement, patches targeting missing entry ids, and tool-name collisions. Read-only.

123 days agoDev & Plugin ToolsMIT
Z

commercial-ui-ux-codex-skill

zjsthmjialin/commercial-ui-ux-codex-skill

Registers the commercial-ui-ux skill for DSH: task-aware commercial UI/UX/GUI design, review, repair, and implementation (SaaS, dashboards, admin panels, forms, tables, design systems) with a reference-doc system and quality gates.

1last monthSkills
J

skill-framework

johnxu22786/skill-framework

Bundles an engineering-methodology skill library as one Cordis plugin: 14 Agent Skills (planning, testing, debugging, review, delivery) registered on ctx.skills for DeepSeek Harness.

1last monthSkillsMIT
Z

pdf-background-gray-codex-skill

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).

1last monthSkillsMIT
Z

inspiration-deck-workshop

zjsthmjialin/inspiration-deck-workshop

Registers the Inspiration Deck Workshop skill for DSH: local static HTML presentation decks (6 deck templates, 25+ layouts, 23 themes & motion showroom) with a validate + PNG/PDF export CLI and smoke tests, zero runtime dependencies.

1last monthSkillsMIT
S

dsh-multi-workspace

somnusovis/dsh-multi-workspace

Multi-workspace sandbox: grants file-write access to every registered workspace automatically — add a workspace, write to it immediately, no config or escalation needed.

123 days agoTools & CapabilitiesMIT
S

dsh-plugin-qcc

samge0/dsh-plugin-qcc

Qichacha (企查查) enterprise data source as a dynamic Cordis plugin: 5 agent tools (auth with QR login, company search, knowledge search, tool search, tool execute) covering 100+ data dimensions (business registration, shareholders, judicial, IP), plus a settings-page account manager; network/file IO via DSH subprocess spawning node -e, credentials interop with the local BizOwl client.

118 days agoTools & Capabilities
M

dsh-plugin-description

mysadc/dsh-plugin-description

mount one row in the composition and every plugin card on the Web Settings plugin list page gets a bilingual (zh/en) description; it also publishes the pluginDescriptions service so other plugins can register their own descriptions.

1last monthDev & Plugin ToolsMIT
R

dsh-all-search

realalexandreai/dsh-all-search

DeepSeek Harness plugin: AnySearch-backed web search provider (aggregates exa/tavily/firecrawl via one MCP gateway) registered into ctx.web.

1last monthTools & CapabilitiesMIT
L

useful-dsh-plugins

lishize20040802-rgb/useful-dsh-plugins

DeepSeek Harness dual-face plugin: a visual plugin manager tab in Web Settings — enable/disable any plugin row, check installed plugins (including official @deepseek-ai/* rows) against the npm registry, update them, repair pristine files, and update the h

1last monthDev & Plugin ToolsMIT
C

dsh-plugin-web-search-tavily

coderdailyone/dsh-plugin-web-search-tavily

Tavily search provider bundle for DeepSeek Harness (dsh): registers a WebSearchProvider into ctx.web

1last monthTools & CapabilitiesMIT
2

dsh-router-loomy

2404723600/dsh-router-loomy

Registers the Xunfei Loomy cloud channel as an OpenAI-compatible supplier in dsh-router, adding model listing and streaming chat completions.

02 days agoModels & ProvidersMIT
T

dock-flash

tcgbp/dock-flash

Quick Control panel for DSH Web: a docked or floating shortcut panel whose switches other plugins register through the quickControl service. Includes a theme and skin switcher plus fine-grained NO_PROXY proxy controls, and works with dock-base or standalone.

016 hours agoUI EnhancementsApache-2.0
Q

dsh-consumer-audit

qimen039-code/dsh-consumer-audit

Audits a DSH profile for capabilities nothing consumes: inventories the declared composition rows, counts how often each registered tool and skill is actually called in the session logs, separates calls that were made from calls that returned a result, and reports the ones with no observed consumer. Ships a skill that fixes the evidence-chain format for completion claims.

07 days agoDev & Plugin ToolsMIT
H

dsh-fight-scene-director

hatsuyuki0103/dsh-fight-scene-director

Registers the fight-scene-director skill for designing AI-video fight scenes, ported from the Codex skill of the same name. Emits structured Chinese prompts for Seedance 2.0/2.5 and MiniMax H3, plus trajectory-map and initial-position image prompts.

07 days agoSkillsMIT
X

dsh-apis-plugin

xianmua/dsh-apis-plugin

Registers any set of HTTP APIs as paired doc-query and request tools for the agent.

03 days agoTools & Capabilities
A

dsh-sandbox-arg-guard

apex-mochen/dsh-sandbox-arg-guard

Keeps a redundant sandbox-escalation argument from failing a tool call. Escalating tools (pwsh, bash, write, edit) advertise the full sandbox_permissions enum, but DSH only accepts a level strictly wider than the one already in effect — a check its own source calls 'deliberately not a schema constraint'. A model that reflexively passes the argument therefore picks the level it is already at and the call dies before running with 'sandbox escalation to "workspace-write" is not strictly wider than this call's current "workspace-write" mode', costing some models a whole turn of retries. This plugin registers one tools/execute waterfall listener and, only on that documented rejection and only when the arguments really carried an escalation field, re-issues the identical call once without it. Safe by DSH's own documentation: the rejection precedes any execution ('nothing has run'), and the corrected call cannot match again, so the retry is loop-free. Reproduced and verified end to end — before: isError true, the command never ran; after: the command's real output, isError false, one tool/call and one tool/result. Zero dependencies.

02 days agoSecurity & PermissionsMIT
Z

dsh-auto-git

zhitiaojun/dsh-auto-git

Runs git init in each newly registered DSH workspace, with an empty initial commit by default, so git-aware plugins have a repository to attach to; directories already inside a work tree are skipped.

06 days agoGit & Code ReviewMIT
G

qp-exa-dynamic

geighlord007/qp-exa-dynamic

Exa-backed web search provider for the ctx.web seam, with Exa Dynamic Highlights on by default and the Exa-Beta header that setting requires; exposes all eight Exa retrieval types, adds an /exa command to change highlights, search type and result count at runtime, and registers an exa_search tool that takes its own result count.

03 days agoTools & CapabilitiesMIT