Plugins
Browse, filter, and install DeepSeek-Harness plugins.
1664 plugins found
dsh-bayes-predict
pg527322814/dsh-bayes-predict
Bayesian stock prediction plugin that fuses MACD, RSI, moving-average, volume and other technical signals into an up-move posterior probability with multi-horizon comparison, trend-state classification and position risk metrics for A-share and US stocks.
dsh-skin-switcher
tsdfy/dsh-skin-switcher
Skin switcher for the dsh web UI: one-click theme switching with auto-discovery of community skins.
dsh-proxy-routing
chenjiyan2001/dsh-proxy-routing
Per-execution HTTP/SOCKS5 proxy routing for Agent fetches, LLM providers, and shell commands, with settings-backed hot reload, approval-gated controls, and credential-safe status.
dock-git
aks1st/dock-git
Git history visualization for the dock workbench: swimlane commit graph, branch and tag management, stage/commit/push and remote operations.
Deepseek-Continuity
linxuhao/deepseek-continuity
Local image, voice, music and SFX generation plus transcription, with pinned identity: characters, animals, objects and actor voices are defined once and reused on every later call, degenerate output (a near-flat image, silent audio) is rejected instead of returned as success, and a generated line can be read back as text so a clone that swallowed its ending becomes visible. The engines unload when idle, and image generation and transcription can each be pointed at an OpenAI-shaped API instead of the local Vulkan backend.
agents-plugins (dsh-service-control)
lxp731/agents-plugins
Manage the dsh service via `dsh --profile ctl`: systemd lifecycle (install, start, stop, restart, enable, disable, uninstall), persisted config, health probe and logs, plus shell completions and self-update.
dsh-git-sidebar
h2o-mero/dsh-git-sidebar
VSCode-style uncommitted-changes sidebar docked to the right of the DSH web conversation page: staged / unstaged / untracked file groups, status badges, per-file +/− line counts, click-to-expand diff, rename as old → new, untracked content preview, and open with the system default application.
smooth-cursor
lacquervii/smooth-cursor
Smooth comet-mode animated caret for the DSH Web composer: a glowing comet trail replaces the native blinking caret and glides across the input as you type, with configurable accent color, thickness, and trail, IME-aware for CJK input.
qcc-mcp-legal-oauth
duhu2000/qcc-mcp-legal-oauth
One-click OAuth (PKCE) connect to Qichacha (qcc.com) legal-data MCP services — regulation search and case search — with dynamic client registration, token auto-refresh, and dynamic mcp-client configuration.
dsh-plugin-memory
littleblacktong/dsh-plugin-memory
Long-term cross-session markdown memory with an LLM-Wiki structure and a SOUL.md persona, injected at session start (by default only after the first user message and only in the active session), plus remember/recall/consolidate/forget workflows, an embedded memory skill, pack/unpack migration tooling, and an idle-time first-person recall nudge that surfaces real memories in a companion voice.
dsh-session-handoff
snow-the/dsh-session-handoff
Session handoff & context management: structured handoff documents (export/resume/status) so a fresh session can continue seamlessly, plus active context pruning (acp_* tools via the official compaction API with model-authored summaries).
dsh-client-auto-retry
frog755/dsh-client-auto-retry
Auto-resumes interrupted DSH turns: sends a queued 「继续」 after turn/end with error, interrupted or max-tokens reasons, with a grace period, cooldown, exponential backoff, a consecutive-attempts cap, boot-time scanning, a settings card and a per-session stop/restore button in the composer toolbar; it never switches models or providers.
dsh-deepseek-chat
coldcgh/dsh-deepseek-chat
Web chat entry for DeepSeek Harness: a sidebar button opening chat.deepseek.com in a dedicated desktop window under dsh-desktop, with in-webview fallback for plain web environments.
dsh-composer-history
baisama-cloud/dsh-composer-history
Command history for the Web UI composer: press Up/Down to cycle through previously sent instructions, then restore the draft at the end of the history.
dsh-composer-layout
lavapapa/dsh-composer-layout
Web Composer placement for long prompts: keep it at the bottom or dock it in a resizable right column beside a long answer.
dsh-chime
xiaxingtianxia2-glitch/dsh-chime
Task-completion chime for DeepSeek Harness, playing the original opencode sounds for done, question, plan-review and error events with zero external dependencies.
dsh-session-pruner
mrzhangkris/dsh-session-pruner
Full-type session lifecycle management: one-shot subagents archived on completion, idle continuable subagents / main sessions archived (recoverable), a capacity cap, projection-cache cleanup, and a hot-reload settings panel.
dsh-messaging (messaging-core)
534119219/dsh-messaging
Unified messaging gateway for DeepSeek Harness: 27 IM platforms (Telegram, QQ, WeChat, Discord, WhatsApp, Feishu and more) in one plugin, with QR scan-to-authorize, per-platform workspaces, slash commands, and a web setup dialog.
commercial-ui-ux-codex-skill (dsh-commercial-ui-ux)
zjsthmjialin/commercial-ui-ux-codex-skill
Registers the commercial-ui-ux skill for DSH: task-aware commercial UI/UX/GUI design, review, repair, and implementation (SaaS, dashboards, admin panels, forms, tables, design systems) with a reference-doc system and quality gates.
dsh-search-enhance
kkkneko/dsh-search-enhance
Grok-compatible web search with retained source pagination, Context7 and Exa documentation lookup, bounded page extraction, site mapping, offline research planning, and read-only diagnostics.
dsh-mcp-lazy
leaforbook/dsh-mcp-lazy
Lazy-loading router for MCP servers: auto-discovers compatible MCPs and keeps only a shared router in the tool catalog, revealing a server's schemas when a turn needs them and hiding them again at turn end, so many installed MCPs stop costing context on every request. Falls open to normal visibility on any uncertainty, and the original MCP keeps ownership of execution, permissions and process lifecycle. Also supports explicit lazy connections with warm reuse, bounded reconnection, stdio and Streamable HTTP.
dsh-prompt-enhancer
lcq-1024/dsh-prompt-enhancer
Adds a prompt-enhancement button to the DSH composer that rewrites drafts into agent-ready prompts.
dsh-input-traffic
drscrewdriver/dsh-input-traffic
Three-tier now/next/later input planning dock for the DeepSeek Harness web GUI: a red/yellow/green priority strip replaces the busy-Enter queue, plain Enter queues to later, with in-place multi-line editing, drag reorder, and session-isolated freeze/resume; the freeze button bridges a separate plugin, [dsh-session-guard](https://github.com/drscrewdriver/dsh-session-guard) (installable from dsh-market), via stopNextTurn/resume RPC + composer lock for a real per-session lock, pairing with its global peak-hour auto-pause to stop sessions during DeepSeek's high-cost windows and resume off-peak.
dsh-equip-engine
wuykjl/dsh-equip-engine
Task-driven plugin equip engine: dual retrieval (curated rules + LLM semantic), combo scoring (synergy/conflict/cost/trust), conflict detection and install-command export.