Plugins
Browse, filter, and install DeepSeek-Harness plugins.
798 plugins found
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-adb
samxiabing/dsh-adb
ADB device & bench operations for DSH: device discovery, structured logcat (background streaming), apk install, file pull/push, and dumpsys performance snapshots.
trio
huey1in/trio
Browser automation (Playwright) with a live view, an MCP server exposing DSH agents to any MCP client, and GitHub issue/PR/webhook review tools.
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-plugin-knowledge-graph
luke-yong/dsh-plugin-knowledge-graph
A read_graph tool backed by a codebase knowledge graph (CONTAINS / EXPORTS / IMPORTS / IMPORTS_SYMBOL relations).
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.
dsh-tool-search
vibeinging/dsh-tool-search
Per-agent on-demand tool discovery and progressive schema disclosure.
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-kb-sieve
omdsh-dev/dsh-kb-sieve
Build auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading.
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.
dsh-vision-bridge
ximengxiaolan/dsh-vision-bridge
Composer-attached images are transcribed to text by an OpenAI-compatible vision model before reaching text-only DeepSeek models.
unified-agent-memory
noelune/unified-agent-memory
One shared Obsidian vault for every agent: dependency-free Python core (search/promote/adjudicate/forget), vault template, dsh plugin (memory_search/show/submit/status).
dsh-memory-meow
phant0meow/dsh-memory-meow
Project-scoped cross-session memory: PROJECT.md snapshot injected into the first user message, a memory_remember tool, and auto-reflection after ReAct tasks; each project keeps its own memory file.
dsh-memory-gate
git121995/dsh-memory-gate
Bounded local memory with CBDC authority gating: SQLite + FTS5 claims, scoped recall with explainable use/verify/ignore decisions and a full audit trail, /memory commands, ≤3-claim/1200-char injection per call, no extra model call.
dsh-memory
jesse-njx/dsh-memory
Cited memory over DSH's lossless session log: distilled facts carry `(sessionId, eventRange)` citations that expand back to the exact original log excerpt.
dsh-inline-images
3403473060/dsh-inline-images
Render local image paths from assistant replies inline in the message body (9 formats, click-to-zoom lightbox, adjustable size).
dsh-session-link
pwnky/dsh-session-link
Copy and open `dsh://` session deep links, or paste them into another conversation to inject a bounded, read-only snapshot of the referenced session.