Context-cheap MCP access for DeepSeek Harness: two proxy tools instead of every server's full schema set, with lazy connections, an on-disk tool catalog, and idle disconnect
integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ben7am1n/dsh-mcp-proxy
Render Markdown to standalone, self-contained HTML in the DeepSeek Harness — a model-facing md_html_render tool that works headless, plus a browse/preview/export drawer in the web GUI. One renderer behind both. Zero runtime dependencies.
other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LeslieWylie/dsh-md-preview
DeepSeek Harness plugin: aligns markdown tables in assistant replies right after each turn (surface-replace, replay-safe) and adds a /clear-history command that empties the model-visible conversation while keeping the append-only log.
other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hyna-hla/dsh-md-table-formatter
Bounded, layered, approval-gated, auditable cross-session memory for DeepSeek Harness — a capability seam (ctx.memory service + local SQLite provider + memory tool + frozen snapshot injection), not another memory warehouse
Agent 协作 · memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-memento
Durable cross-session memory for DeepSeek Harness: local SQLite FTS5 store, three model-facing tools, and a recall prompt section — no embedding service and no sidecar
memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ben7am1n/dsh-memory
Retrieved ≠ injected: CBDC-gated memory for DeepSeek Harness — decides how memory is USED (use/verify/ignore decisions, feedback learning, full audit); local SQLite + FTS5, bounded, no extra model call
Agent 协作 · memory
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GIT121995/dsh-memory-gate
DSH Web 麦克风语音输入插件:浏览器内置 Web Speech API 实时转写进输入框,自动去重/续听、智能标点、语言与自动发送设置(Edge=微软语音、Chrome=谷歌语音)。Microphone voice input for the DSH Web UI using the browser's Web Speech API.
界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:QT-Chen/dsh-mic-input
Windows 极简模式 / Windows Minimal Mode: persistent bash + str_replace_editor dsh plugin — registers an agent preset, provides a working persistent-bash backend on Windows, and exposes a GUI-editable bash path in the plugin-settings section (persisted via the credentials domain).
Agent 协作 · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AythyaCrispus/dsh-minimal-msys2
DeepSeek Harness plugin: one-page mobile access setup — Tailscale/LAN detection, scan-to-open QR (offline, server-side), and an insecure-origin crypto.randomUUID polyfill so the web UI also runs on plain-HTTP phone origins.
integrations · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YiYan129600/dsh-mobile-access
Mobile adaptation for the DeepSeek Harness Web UI: compact typography, drawer sidebar, two-page settings, responsive tables and stats, safe touch targets. Pure CSS injection, no source modification.
界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ook826092-cloud/dsh-mobile-css
Two-level model circuit breaker with failover for DeepSeek Harness: trip a model or a whole provider after repeated request failures and route the next request to a configured fallback
other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Letter2025/dsh-model-failover