Web UI polish layer for DeepSeek Harness: normalizes unfinished or self-contradictory official UI, reconciles style conflicts between installed plugins, and unifies the visual language — with live-customizable chat width, markdown font size, workspace scale and UI font stack from Settings → General, all following official design tokens. Client-only dsh bundle, zero model cost, removable without residue.
finance · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Physicolor/harness-ui-enhancer
Right-hand widget rail for DeepSeek Harness Web UI: live session stats (turns, LLM/tool time, TTFT, speed, cache hit, tokens) plus OpenCode Go quota (rolling/weekly/monthly) proxied by a same-origin host route; an extensible widget registry as the base for more platform usage widgets, visuals, utility actions and external integrations. Widgets are installable, reorderable and resizable from Settings → Components.
界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Physicolor/harness-widgets
A dsh plugin that bridges a DeepSeek Harness web session to Herdr, letting the dsh agent discover, start, prompt, and observe other agents (pi, claude, codex, ...) running under Herdr — all from inside the dsh web UI.
integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:damozhang/dsh-herdr-bridge
DSH plugin — browse local Hermes skills / MCP servers / chats in the DeepSeek Harness web sidebar, and inject selected skills & MCP config into the active agent (active/passive mode).
Agent 协作 · integrations · 界面 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:beimianism/Hermes-to-DSH
dsh plugin that turns the iterate skill into an autonomous closed-loop harness: plan -> parallel review xN -> atomic fixes -> validate -> loop -> auto-stop, plus a dry-run pure-review mode with multi-round convergence and a meta-review that audits the report and emits a final review report.
开发工具 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jingzhao-l/iterate-plugin
Game development role subagents for DeepSeek Harness: three subagent providers plus two bundled agent presets. Planner/reviewer children are composed from the real minimal preset (fixed persona + persistent shell + str_replace_editor; bash swaps to pwsh on Windows), and executor children run hard PTC (code) mode.
General file previewer for DeepSeek Harness: after an agent turn produces files, the produced-files row expands vertically and one click opens a right-side panel that renders markdown (official MarkdownText), syntax-highlighted code, csv/tsv tables, text, and images — each type in its own style.
LingMu (lmuai.com) relay usage dashboard for DeepSeek Harness: token usage, balance, cache hits and cost by model, with 1d/7d/30d ranges, in a draggable floating window.
Rigorous open mathematics research suite for DeepSeek Harness: four agent skills (rigorous-open-math-research, manage-math-research-program, math-research-workflow, lean-verify) with CI-verified tests, mechanical upstream sync, and a DSH environment doctor.
Agent 协作 · 效率 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xsoc1/math-research-dsh
DSH (DeepSeek Harness) push notification plugin: turn/end and approval/asked events to your phone via MeoW, with a Web GUI settings card. One-command install.
DeepSeek Harness (DSH) native plugin: the describe_image tool, a vision bridge (image -> mimo-v2.5 -> text description) over the ctx.fs / ctx.credentials seams
Agent 协作 · integrations · 视觉
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wulusai2333/mimo-vision
Self-contained global DSH plugin registering the parse_docs model tool: read PDF/DOCX/PPTX/XLSX/TIFF/batch images via local MinerU as Markdown. Bundles its own parse.ps1; no skill package dependency