Plugins
Browse, filter, and install DeepSeek-Harness plugins.
586 plugins found
dsh-revdiff
bramblexu/dsh-revdiff
Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.
dsh-turn-approval
arrow949/dsh-turn-approval
Turn-scoped “Allow for this task” approvals: automatically allow matching `danger-full-access` escalations only for the current task, then expire.
dsh-trace
vibeinging/dsh-trace
Telemetry backend exporting turns, model steps, and tool calls to yiTrace.
Code2Skill
leechen298/code2skill
Generate Functions, MCP tools, workflow Skills, and offline test packages from user-authorized source code.
dsh-model-router
superboy911/dsh-model-router
Deterministic keyword routing, allowlisted model switching, and an isolated image_gen channel for DeepSeek Harness.
dsh-codex-auth
suntianc/dsh-codex-auth
Reuses the Codex CLI ChatGPT login as an `openai-codex` LLM route and adds GPT Auth controls to DSH Web settings.
dsh-feishu
itr-del/dsh-feishu
Feishu (Lark) IM bridge for DeepSeek Harness via `dsh plugin add`; one DM user to one persistent dsh session, with full debugging docs.
dsh-feishu
xmanrui/dsh-feishu
Connect a Feishu bot to DeepSeek Harness by scanning a QR code.
dsh-doublecheck
perrylink/dsh-doublecheck
Engineering-discipline guard: grill the requirements before the first edit, enforce red/green test evidence gates, and audit the delivery with a forked adversary (grill-requirements skill + tool-policy gates).
shopline-ai-toolkit-dsh
lunw/shopline-ai-toolkit-dsh
SHOPLINE AI Toolkit: bridges the official SHOPLINE Developer MCP server and ships seven SHOPLINE agent skills (Admin REST, GraphQL, OAuth, webhooks, Sline) — the SHOPLINE counterpart of the Shopify AI Toolkit.
knowlp-rag
wly8691-jpg/knowlp-rag
Dual knowledge-graph RAG for Markdown notes: prerequisite + similarity graphs (P/S-Agent traversal), paragraph chunking, n-gram/embedding hybrid search, and an explicit weight feedback loop — via MCP.
dsh-plugin-device-info
lsz-asd/dsh-plugin-device-info
Read-only Windows device information tools: one agent tool per Win32 device category (time, system, cpu, memory, disk, gpu, network, battery, processes, usb, audio, printers) via WMI/CIM and Node os collectors.
dsh-md-preview
lesliewylie/dsh-md-preview
Render Markdown to a standalone, self-contained HTML page: an `md_html_render` tool that works in a headless profile, plus a web drawer to browse, preview, edit and export local `.md` files; both share one renderer, with no runtime dependencies.
dsh-web-search-exa
tonydua/dsh-web-search-exa
Zero-config Exa web search provider for the ctx.web seam: anonymous MCP fallback without an API key, plus keyed REST search.
dsh-finance
zhang787jun/dsh-finance
Financial research workflow and portfolio risk tools with source discipline for current market facts.
dsh-subagent-cwd
lynx-gt/dsh-subagent-cwd
Extends dsh-subagent-tools with a per-call cwd for subagents, shipped with the two in-process provider patches it requires.
dsh-subagent-tools
lynx-gt/dsh-subagent-tools
Per-call model, provider, persona, and toolFilter overrides for subagent delegation, with @preset: references and provider/model composite ids.
dsh-plugin-suite (dsh-plugin-updater)
crtnt/dsh-plugin-suite
Update manager for installed plugins: check for updates, back up, and roll back.
dsh-plugin-suite (dsh-plugin-center)
crtnt/dsh-plugin-suite
Plugin center: discover, install, and manage DSH plugins from Settings.
pack-agent
sakikotgw/pack-agent
Project .pack.json/.pack.zip into .agent-pack/modpacks/ and expose skills via a workspace allow-list.
dsh-skillport
jesse-njx/dsh-skillport
Bring your existing Agent Skills (SKILL.md) library to DSH: discover skills across Claude/Codex/Cursor/Gemini paths, inject a progressive-disclosure index, and load bodies on demand.
dsh-cowork
jesse-njx/dsh-cowork
Bounded, cell-addressed `doc_read`/`doc_write` for xlsx / pdf / docx / pptx / ipynb, plus an MCP server and CLI.
dsh-codex-tools
spyqwer1/dsh-codex-tools
Codex-backed `web_search`, `image_gen`, and `image_vision` tools for DeepSeek Harness, reusing ChatGPT OAuth login state.
dsh-llm-vision-bridge
einskyle/dsh-llm-vision-bridge
Native LLM-provider vision bridge: images pasted in the chat are described by a vision model (Qwen3-VL via pi-ai/llama.cpp) and the text description is fed to text-only DeepSeek for the reply — image admission, routing and compaction all run through harness-native mechanisms, with an LRU description cache and 503 retry.