Plugins
Browse, filter, and install DeepSeek-Harness plugins.
110 plugins found
dsh-sideband
ishuowang/dsh-sideband
Hand off focused context without waiting for or interrupting the active Agent: freeze a bounded Session snapshot, summarize it asynchronously with an isolated no-tool LLM, and deliver a provenance-bearing capsule to another Session or an authorized Room—quiet by default for Sessions, with explicit wakeup available.
dsh-file-mount
acefun29/dsh-file-mount
Incremental file mounting with read dedupe: mounted line ranges are never re-sent to the model, on-disk changes invalidate and remount, with a Mounted Files tab and token-savings accounting.
dsh-harness-mcp-server
chushixixin/dsh-harness-mcp-server
Expose DeepSeek Harness agent capabilities as an MCP server, so an external MCP client (e.g. Hermes) can drive Harness to execute coding tasks. Hermes = brain, Harness = arms.
dsh-specflow
lonelymoon87/dsh-specflow
Adds specification artifacts, skills, commands, goal-backed implementation, and task-progress context.
dsh-origin-plugin
fantasality/dsh-origin-plugin
Drive Origin scientific plotting from DeepSeek Harness AI chat via MCP: write data, plot line/scatter/column, export PNG/SVG.
dsh-dcp
chiro2001/dsh-dcp
DeepSeek Harness 动态上下文管理插件(Dynamic Context Pruning for dsh),对标 opencode-dcp
dsh-balance-context-meter
evangelimo/dsh-balance-context-meter
Sidebar meters for DeepSeek Harness Web: a DeepSeek account balance bar (orange, with a low-balance alarm) and a conversation context-usage bar (blue), rendered above the plugin store with a hover detail popover.
dsh-scope
helloxkk/dsh-scope
Codex-style context visibility for DeepSeek Harness: live context-window occupancy, composition breakdown, KV-cache hit rate, and a GitHub-style 53-week usage heatmap
dsh-honcho-memory
kingcharleslzy-ai/dsh-honcho-memory
DSH plugin: automatic dual-peer Honcho v3 memory, contextual recall, search, reasoning, conclusions, and health diagnostics
dsh-mcp-skill-panel
lilyblessing/dsh-mcp-skill-panel
MCP & Skill manager: enable/disable MCP servers and skills from a Settings panel to free context in real time; optional AI middle layer (mcp_search/mcp_call) calls disabled servers on demand, with state-based visibility filtering that keeps user-enabled servers visible.
dsh-tool-bandit-search
siruignaw-sys/dsh-tool-bandit-search
A `search` tool that learns to pick between fast and thorough search strategies using a contextual bandit (Thompson sampling), improving from real usage instead of a fixed heuristic.
dsh-compressor
lifeodyssey/dsh-compressor
A slim port of Headroom: compresses tool output, cuts up to 20% of context, without affecting the model's context cache or agent performance.
dsh-auto-compact
songoao25/dsh-auto-compact
Enhanced auto-compaction defaults for DeepSeek Harness agent presets: apply tuned threshold/retention budgets and per-model policies with one command, idempotent with backups and rollback.
dsh-layered-memory
junnanlys/dsh-layered-memory
Layered memory pipeline for DSH: auto-distills conversations into atomic facts, scene summaries and a persona profile (L0–L3), with hybrid BM25 + vector retrieval, chat/work family separation, and context injection before each model step.
dsh-active-context-pruning
aerince/dsh-active-context-pruning
Model-authored context pruning for DeepSeek Harness through the official compaction API.
dsh-minimal-first-turn
zrui-c/dsh-minimal-first-turn
Minimal-compatible first turn for Web root sessions: starts with persistent bash and str_replace_editor, removes automatic workspace and skill context, then restores the selected preset after the first tool call or reply; includes a persistent composer toggle.
dsh-argp
yoza10635/dsh-argp
Deterministic context compaction: prunes conversation atoms in reference-graph topological order with no LLM calls during compaction, and keeps pruned atoms recallable by marker.
dsh-llm-ollama
noirbright/dsh-llm-ollama
Ollama Cloud native chat adapter: direct NDJSON translation of the Ollama /api/chat wire format, model discovery with context windows and capabilities, and web search/fetch providers under the ollama-cloud id, plus a Web settings card.
dsh-prompt
featherhunter/dsh-prompt
Right-side prompt toolbox panel with 24 built-in deep templates plus user-defined ones, accessible via the /prompt slash trigger and a context-aware floating suggestion card; one-click inserts the selected prompt into the composer.
dsh-gpu
zytsyj/dsh-gpu
GPU-aware execution layer for DeepSeek Harness: gpu_status / gpu_exec / gpu_run_bg tools, per-step GPU context injection, automatic CUDA_VISIBLE_DEVICES card selection
dsh-plugin-context-compressor
yytbit/dsh-plugin-context-compressor
Context compression skill for DeepSeek Harness -- intelligent conversation summarization
dsh-persona-memory
quophic/dsh-persona-memory
Persistent long-term persona memory for DeepSeek Harness: MEMORY.md/USER.md storage, memory + memory_search tools, per-request context injection, and secret scanning. Ported in spirit from pi-hermes-memory.
dsh-context-taxonomy
artificialnotimbecile/dsh-context-taxonomy
Logical-call context taxonomy for the DeepSeek Harness Web profile
dsh-claude-mem
bleed00/dsh-claude-mem
A DeepSeek Harness plugin that integrates claude-mem: query, context injection, manual save, and session lifecycle over a local claude-mem worker's HTTP API