Plugins
Browse, filter, and install DeepSeek-Harness plugins.
5243 plugins found
dsh-ltm
tr1v3r/dsh-ltm
Local SQLite long-term memory with CJK-aware search, BM25 and character n-gram cosine reranking, deduplication, and lifecycle management.
dsh-zcode-scribe
bowluna/dsh-zcode-scribe
Long-term memory for DeepSeek Harness, read-only as of 0.1.0: a scribe_recall tool that reads a plain-markdown memory room, path rules that refuse directory traversal, Unicode smuggling and NTFS alternate data streams, and a bounded index whose truncation is always reported rather than silent.
dsh-session-tools
ryuu-64/dsh-session-tools
Gives the agent four session tools: start a new session, send a message into another one, list sessions with their state, and wait for another session's turn to finish so its answer can be read back.
dsh-attention-health
donghangxunlang-cmd/dsh-attention-health
Content-degradation detection (thinking loops, output repetition) for DeepSeek Harness, with a continue-vs-handoff cost verdict and zero-model handoff documents.
dsh-zcode-rewind
bowluna/dsh-zcode-rewind
Workspace checkpoints per tool call: records every file mutation inside the workspace (excluding .git and node_modules by default), including changes made by shell commands rather than by write/edit, and stores the previous content of each changed path in a content-addressed store kept outside the workspace. Restores have two modes — undo one record, or return to a point in time — with a line-level diff preview, a dry run by default, and a rescue record written before every restore so the restore itself can be undone.
dsh-zcode-breaker
bowluna/dsh-zcode-breaker
Rapid-refill circuit breaker for DeepSeek Harness automatic compaction. It refuses a compaction that would be futile — the context refilled within fewer than N tool turns M times in a row, which the unbounded step-pressure trigger cannot detect — and instead of burning a summarization call on every step it reports the situation with advice, usually that a single read or tool output was too large. Shows state and re-arms through /compaction-breaker, and injects one prompt section so the model relays it to the user. Covers host-plane sessions through its profile bundle; ordinary sessions need one row replaced inside an agent preset.
dsh-chatgpt-oauth
zhangnan/dsh-chatgpt-oauth
Sign in with a ChatGPT account and view Codex subscription usage directly in DSH Web's model settings, with browser or device-code OAuth.
DSH-THEME-KAMI
quaner1234-cmd/dsh-theme-kami
Kami-inspired editorial skin for the DeepSeek Harness web UI, with a warm parchment canvas, ink-blue accent, serif typography and hairline borders in light and dark palettes.
dsh-float
yochor-debug/dsh-float
Floating DeepSeek API balance capsule for the DSH Web GUI: a corner pill shows the remaining balance, clicking expands the total, granted and topped-up breakdown, double-clicking refreshes at once and the balance polls every 5 seconds; the host half proxies /user/balance so the key never reaches the browser.
dsh-token-meter-panel
olimc2016/dsh-token-meter-panel
Adds a sidebar panel to the DeepSeek Harness web UI that reports token usage and cost, with today's spend, budget progress, 7-day and 30-day trends, a cost breakdown, cache-hit savings, and a per-session breakdown.
dsh-usage-panel
kai-githubaccount/dsh-usage-panel
DeepSeek balance and per-session token usage in the session header, with a three-level balance alert and editable thresholds, one-click top-up links, a segmented token bar with cache-hit statistics, and a visibility-aware poller.
dsh-find-all
ryuu-64/dsh-find-all
Adds a Cmd/Ctrl+F find bar to the DSH desktop app, and it searches the whole conversation: when a match sits in history that is not on screen yet, the plugin pages that history in and searches again, so the match count and the highlights cover the entire session instead of only the rendered messages.
dsh-image-question (plugin)
lonelyherbivore/dsh-image-question
Ask the user a question about a local image; the DSH Web card offers zoom, pan, box, brush and lasso annotation, NG/OK/unsure verdicts and a note, and the agent receives annotations back in source-image pixel coordinates.
dsh-pwa-launcher
liudapeng0311/dsh-pwa-launcher
Turns the browser PWA shortcut already on your desktop into a real launcher: it adopts that shortcut and keeps its icon, then starts dsh web silently on double-click and opens the app window; adds restart and dsh self-update (with rollback) controls to the web UI. Windows only.
dsh-input-list
konglong87/dsh-input-list
Saved content list beside the DSH composer: add, edit, delete and persist reusable text, then append a selected item to the current draft without sending.
dsh-file-menu
dreammaker2016/dsh-file-menu
Right-click menus for the DSH Web UI — copy, cut, paste and select all on text and input areas, plus copy path, reveal in the file manager and open with the default app on file references and links.
dsh-task-progress
chen8923/dsh-task-progress
Live progress for long-running DSH tasks: a script appends JSON lines to a per-session progress file, the Web UI draws them in a floating overlay and a right-sidebar tab that also lists background jobs which reported nothing, and `dsh-progress run -- <cmd>` wraps a command that cannot report for itself.
dsh-knowcode
huuthuan-nguyen/dsh-knowcode
Code graph and knowledge base over an embedded FalkorDB: AST symbols, caller/callee tracing, refactor blast radius, affected-test discovery, clone detection, cross-language porting contracts and spec-to-code traceability.
loci-dsh
ivenkoolab/loci-dsh
loci second-brain sidebar tab: hybrid search, cited Q&A, day-grouped memory browsing and quick capture over a local loci knowledge base; proxies `loci serve-http` same-origin from dsh-better-sidebar, no core fork.
dsh-plugin-jules
rbviz/dsh-plugin-jules
Google Jules as a DeepSeek Harness capability — delegate coding tasks to the remote agent, watch them in the background, approve plans, and land the diff.
dsh-fact-check
7starsseeker/dsh-fact-check
Fact-checking skill for DeepSeek Harness: multi-source verification against the open web, domestic and international ecosystems, optional TypeSafe Jev (System One) judgements.
dsh-plugin-trajectory-tracker
hirohana77/dsh-plugin-trajectory-tracker
让你更清楚地了解究竟是什么占据了你的等待耗时 ⏱️ DSH 实时时序轨迹与执行过程追踪插件
dsh-tailscale-access
why-did/dsh-tailscale-access
Remote access for the DeepSeek Harness Web GUI via Tailscale or cloudflared — early-stage, read the notice first.
dsh-browser-harness
chaserchan/dsh-browser-harness
浏览器控制插件:把 browser-use / browser-harness 的 Browser Harness 注册为 DSH 会话工具,让 agent 直接写 Python 驱动真实 Chrome(导航/点击/输入/取无障碍树/截图),支持独立专用浏览器与附着系统浏览器两种模式;配置 TypeSafe key 后条件启用 browser_autopilot(Jev 目标式自动化)。