Development & Runtime
59 curated Development & Runtime plugins for DeepSeek-Harness
72 plugins found
dsh-boot-guard
saisenbox/dsh-boot-guard
Loader-independent startup recovery for DSH Web that detects likely broken plugins, temporarily skips them, and restores only Boot Guard-managed changes.
dsh-mcp-lens
labmimors/dsh-mcp-lens
Progressive-disclosure MCP gateway that searches large remote catalogs through `mcp_search`, then invokes exact schemas through `mcp_call` with lazy connections and bounded caches.
dsh-lan-access
leon0555/dsh-lan-access
LAN access for the Web GUI: 0.0.0.0 bind plus a crypto.randomUUID polyfill for non-secure (LAN HTTP) contexts.
dsh-passwords
slywalker2006/dsh-passwords
Login gateway for the DSH web UI: password door with first-run setup, bcrypt + at-rest encryption (AES-256-GCM/HMAC), brute-force lockout, audit log, TLS 1.2+ with 80→443 redirect, CSRF, anti-framing.
sandbox-nono
omdsh-dev/sandbox-nono
Support for the nono sandbox backend.
sandbox-micro
omdsh-dev/sandbox-micro
Support for the microsandbox backend.
dsh-telemetry-redactor
030611/dsh-telemetry-redactor
Redacts supported secret patterns from the `session-telemetry/record` export copy before configured telemetry backends receive it.
dsh-observation-journal
cavan-ou/dsh-observation-journal
Zero-touch runtime telemetry for DSH: every session auto-writes task, model tier, tools, failures, duration, status into a human-readable journal with a stats section (pure observer — no tools, no LLM calls, no injection).
dsh-deeptutor
tecfancy/dsh-deeptutor
Learning assistant extension for DeepSeek Harness (dsh): DeepTutor tutoring for your agent — deep explanations, self-test questions, learning paths, personal knowledge-base search (RAG), and note archiving (HTTP/WS first, CLI fallback; auto-adapts local/r
dsh-store
huguangyu666/dsh-store
Plugin store: npm authoritative catalog + awesome curated list (550+ plugins, 11 categories), dsh-field quality verification, official `dsh plugin add/remove` one-click install, sidebar + settings entry.
dsh-chameleon (bundle)
lsz-asd/dsh-chameleon
Self-editing desktop workbench for DeepSeek Harness: a full dsh web replica with an edit mode in which the agent modifies the workbench (patch layers, plugins, UI) with hot reload.
dsh-cost-tracker
yflmq001/dsh-cost-tracker
Per-model token cost tracking with configurable cache-hit/miss, output and peak-window pricing, a live session cost bar, and unconfigured-model flags.
dsh-gitflow
lonelymoon87/dsh-gitflow
Adds approval-gated Git status, diff, log, commit, branch, and optional checkpoint tools.
dsh-revdiff
bramblexu/dsh-revdiff
Native interactive Git diff review for DeepSeek Harness with structured annotations sent back to the current Agent session.
dsh-turn-approval
arrow949/dsh-turn-approval
Turn-scoped “Allow for this task” approvals: automatically allow matching `danger-full-access` escalations only for the current task, then expire.
dsh-agent-budget
vibeinging/dsh-agent-budget
Agent-tree token budget management.
sandbox-mxc
omdsh-dev/sandbox-mxc
Microsoft cross-platform sandbox support.
dsh-trace
vibeinging/dsh-trace
Telemetry backend exporting turns, model steps, and tool calls to yiTrace.
Code2Skill
leechen298/code2skill
Generate Functions, MCP tools, workflow Skills, and offline test packages from user-authorized source code.
dsh-hot-plugin-host
tianyazty/dsh-hot-plugin-host
Runtime plugin loading for the Web UI: a watched hot directory installs/updates client-plugin bundles live on every open page, no restart. Includes a right-column subagent dashboard example.
dsh-pluginmanager
buhuikongpan/dsh-pluginmanager
Layered plugin manager for DSH web: native plugins grouped read-only by system/WebUI/tools, user extensions with enable/disable, register, uninstall and editable descriptions.
dsh-remote-access-web (remote-access-web)
wikkd/dsh-remote-access-web
Reverse tunnel for the DSH Web GUI: exposes a `dsh --profile web` deployment at a public frp URL and switches the directory picker to the in-app browser, so a phone or remote machine can open and manage the workspace.
dsh-test-runner
suimi8/dsh-test-runner
Structured test runner tool (test_run): auto-detect Vitest/Jest/pytest/node:test, run tests, parse failure summaries for the model.
dsh-payload-capture
moeblack/dsh-payload-capture
Capture every upstream model API payload to JSON (debug & observability).