Plugins
Navegue, filtre e instale plugins do DeepSeek-Harness.
1646 plugins encontrados
oh-my-dsh
hawk2048/oh-my-dsh
OMC-style multi-agent orchestration for DeepSeek Harness: 29 omd-* skills and 12 /omd-* slash commands over the plan-execute-review-verify pipeline and team/autopilot/ralph modes.
dsh-skill-injector
countossbot/dsh-skill-injector
Auto-injects user-chosen skills into every DSH session, per prompt or once at session start, with a settings page, a composer indicator, and log-deduplicated session-start stamps; verified against DSH 0.1.3 source.
dsh-pdf-translate
l2685209197/dsh-pdf-translate
Translate text-based PDFs via DeepSeek or OpenAI-compatible APIs while preserving layout, fonts, images and links, with editable output.
dsh-session-snapshot
po-et/dsh-session-snapshot
Rolling, integrity-verified backups of each session at turn boundaries: verifies the log still loads before promoting a snapshot, never overwrites the last good one when a turn ends corrupt, and restores in one command even when dsh will not boot.
dsh-plugin-text-quote
sunnystarye-ui/dsh-plugin-text-quote
Codex-style text annotation for conversations: select text, add a quote with your comment, inject it into the composer, and expand sent annotations as a pill.
dsh-upload-file
seeingrain/dsh-upload-file
Upload any file to DSH, isolated per workspace and session — a composer file library with server-side thumbnails and a context menu to open, copy, re-download or delete.
dsh-composer-alcove
nixz0824/dsh-composer-alcove
Collapses the composer to an iPhone-style home indicator while you scroll, then restores it on hover, click, or scroll up. Corner arcs dock the real composer into the left or right gutter.
dsh-screenshot-plugin
deepseekbluefish/dsh-screenshot-plugin
WeChat-style in-app screenshot button: drag a region, fine-tune with 8 resize handles, Enter to capture and Esc to cancel; auto-numbered PNGs plus a \[Shot N HH:mm] marker written into the composer. Windows-only, tested on DeepSeek Harness Desktop.
dsh-zh-more
como44/dsh-zh-more
Chinese-first UI enhancement: translates slash-command names and plugin-inventory cards with three display modes (Chinese only / Chinese + English / off), switching instantly without losing English.
lynkr-dsh-plugin
veerareddyvishal144/lynkr-dsh-plugin
DeepSeek Harness (dsh) plugin that registers Lynkr — a self-hosted, multi-provider LLM tier-routing gateway — as a custom OpenAI-compatible provider in settings.yaml.
dsh-insurance-experts
kevinchu1981/dsh-insurance-experts
保险产品分析对比专家(险析君)·DSH插件|条款解读/性价比/产品横向对比/保障规划(含重疾+医疗),中立公允第三方。Insurance product expert (InsureGuide): clause analysis, cost-effectiveness, comparison & coverage planning.
dsh-logbook
d3vmeh/dsh-logbook
Makes ctx.logger output visible: a /logs chat command over a full-capture ring (level, name, grep, since filters) plus a default-on stderr exporter for warnings and errors, configurable per plugin; works headless. Also documents that dsh's default log buffer silently drops warn and debug records.
dsh-turn-doctor
d3vmeh/dsh-turn-doctor
Explains which layer killed a failed turn: times every model request (first byte, longest silence, total) and combines that with the error to name the culprit (dsh idle watchdog vs Node undici timers vs SDK timer vs server crash, context overflow, gate queue, tool timeouts, failed compactions) and the exact setting to change; verdicts in the DSH terminal plus a /why command, subagents included.
dsh-ballast
xswt442-cmd/dsh-ballast
Context-window attribution for DSH Web: a Mini Utility Dock panel that ranks the user messages, assistant turns, reasoning blocks and tool results of a session by the tokens each one occupies, so it is clear which entries hold the window. It also shows the share by entry type, the heaviest entries across the live sessions of the host, and, where the host provides them, provider usage and the estimated system/tools/messages composition. The panel is read-only: it does not estimate cost, modify a session, or trigger compaction.
dsh-cloudflare-mcp
zhengjy01/dsh-cloudflare-mcp
Cloudflare MCP connection for DeepSeek Harness: official OAuth 2.0 flow (dynamic client registration + PKCE) against mcp.cloudflare.com, Cloudflare API tools under mcp__cloudflare__*, and a web settings panel
dsh-agent-toolkit
esonxie/dsh-agent-toolkit
DeepSeek Harness plugin: per-day token usage statistics — 13-week heatmap, stacked daily chart, /token-usage command
dsh-plugins (music-player)
bitdg/dsh-plugins
Adds a sidebar music browser with multiple public sources, persistent background playback, queue advancement, and reviewed MusicFree-compatible source extensions.
dsh-netshell
xgone/dsh-netshell
Local and remote SSH terminals for DeepSeek Harness Web with three permission levels, human approval for risky AI commands, and encrypted credential storage.
dsh-palm (dsh-palm)
eternalloveone/dsh-palm
Standalone mobile surface for dsh: scan-to-pair device trust, realtime SSE sync, three-channel completion notifications (in-app / Web Push / Server酱·Bark·Telegram), offline outbox, approval & question panels, per-provider usage meters, PWA; a native narrow-screen phone UI.
dsh-route-fence-linter
vladimir-kryshchenko/dsh-route-fence-linter
Audits every plugin HTTP route in a profile for a browser-trust fence: plugin routes win the web server's longest-prefix match ahead of the /api gateway, so they never see its trust check and must pin the Host to loopback themselves. Grades PASS/WARN/FAIL per route and fails a fence that compares Origin to Host without pinning it (bypassable by DNS rebinding). Ships as a CLI for CI and a route_fence_scan tool.
dsh-safe-delete
nattocb/dsh-safe-delete
Tools guard that moves agent-issued `rm` targets to the macOS Trash instead of deleting, with a shell-aware lexer covering compound and disguised commands; a switch in Settings → General turns it off.
dsh-shadow-auditor
goodandready/dsh-shadow-auditor
Background security auditor for DeepSeek Harness: scans agent outputs for secret leakage, checks command safety before execution, and surfaces findings in a persistent audit log.
dsh-wsl
wode25500/dsh-wsl
WSL (Windows Subsystem for Linux) bridge for DeepSeek Harness: run Linux commands, manage distros, convert paths, and copy across the Windows/Linux boundary.
dsh-qa-suite-N23
all3ncn/dsh-qa-suite-n23
Quality suite: background tsc --noEmit diagnostics fed back after the agent edits TypeScript, plus a /code-review command running five parallel review lenses with confidence scoring; absorbs dsh-code-check and dsh-command-code-review.