dsh-mood-light: Display Screen Edge Ambient Light Based on DSH Session Status
DSH Mood Light is a client-side plugin for the DSH Web interface, following the "everything is a plugin" philosophy. It intuitively displays session status through ambient light on the outermost layer of the screen without interfering with operations. The plugin dynamically changes colors based on status: green flowing glow effects indicate a running state, yellow indicates pending tasks, pink indicates completion or idle state, and it switches off when there is no active session. It offers three visual effects including soft glow, marquee, and linear gradients, and supports visual adjustment of parameters such as aperture width, opacity, and rotation speed in the settings panel, with configurations persisted to localStorage. The installation command is `dsh plugin --profile web add "github:lihang-lh/dsh-moon-light"`, and the service must be restarted after installation. Configuration priority is localStorage > plugin configuration > default settings.
Read Moredsh-vision-provider: Selecting Vision Model Combinations in the DeepSeek Harness Web UI
dsh-vision-provider is a community plugin for DeepSeek Harness (DSH), designed to enable a dual-model bridge of "vision model analysis + DeepSeek reasoning responses." Rather than native pixel input, it exposes third-party vision models declared with image input capability in Settings as an optional combination. When a user sends an image-containing request, the selected vision model processes the image, and the result replaces the original image before being handed over to DeepSeek for reasoning, tool invocation, and final responses; plain-text requests are handled directly by DeepSeek. The plugin supports configuring third-party vision models via the Web UI or directly connecting to OpenAI-compatible endpoints. Installation requires Node.js >=22.19.0 and a compatible DSH version. Usage:
Read Moredsh-neu-theme: DeepSeek Harness Web Light Neumorphism Theme Plugin
dsh-neu-theme is an MIT-licensed plugin maintained by Lhy723, designed to provide a Neumorphism appearance for DeepSeek Harness web. It optimizes the visual experience without modifying business components by registering two themes, `neu-light` (cream light) and `neu-dark` (ink blue dark), with the built-in ThemeRuntime. The plugin's core features include rendering ambient light and three-layer shadows in areas such as the canvas and sidebar, adding grain texture using SVG feTurbulence, and applying frosted glass effects to menu and panel components. Micro-interactions are controlled by the `prefers-reduced-motion` media query. Users can configure settings via `Settings → Gene
Read Moredsh-weniger-theme: Weniger Theme Plugin for DSH Web GUI
The dsh-weniger-theme is an extension plugin for the DSH Web GUI, inspired by Dieter Rams' design philosophy, providing a warm-toned Braun-style theme. It achieves a unified visual style across light and dark modes by remapping design tokens, converging component corner radii to 0-4px, flattening shadows, and recoloring elements such as user bubbles and code blocks. Additionally, the plugin adds a chip in the footer to display the "Ten Principles of Good Design" panel. The plugin supports installation via the `dsh plugin` command from a package manager or GitHub repository, or manual configuration of `cordis.patch.yml` in the profile directory. Users should note that upgrading to version 0.1.4 or above is necessary to ensure the theme loads correctly, and the source code should be reviewed for security. The project is licensed under MIT and depends on R
Read Moredsh-fold-turns: Folding Completed DeepSeek Harness Chat Turns
dsh-fold-turns is an experimental plugin for the DeepSeek Harness (DSH) web interface, designed to optimize the visual experience of long conversations. Without replacing DSH's native renderer or altering conversation data, it automatically collapses verbose intermediate steps of completed Chat turns to save interface space. For running turns, the plugin keeps them expanded and displays real-time elapsed time; users can toggle between collapsed and expanded states by clicking the time row, and the operation preserves native content and local UI state. This plugin is only applicable to the web terminal, compatible with DSH host version 0.1.0-rc.6, and is licensed under MIT. During installation, use `dsh plugin --profile web add dsh-fold-turns`.
Read MoreDSH-Research-Nudge: Adding a Research Reminder to the DSH Coding Agent
`dsh-research-nudge` is a DeepSeek Harness (DSH) plugin developed by Leitarkkk, designed to address the inefficiency of coding agents repeatedly attempting and failing locally. This plugin employs an advisory mechanism, avoiding direct execution of searches or interception of tools. Instead, it observes the agent's reading, editing, execution, and failure behaviors, quantifying accumulated costs as "Research Debt." When a preset threshold is reached, the plugin injects a brief reminder into the next model step, suggesting that the agent consult official documentation or web pages for external evidence, followed by a 10-minute cooldown period. If the agent genuinely needs to continue local work, it can call the `research_nudge_snooze` tool to temporarily silence the reminder (defaulting to 3
Read Moredsh-all-in: Opening a Local Table While Awaiting Agents in DeepSeek Harness
The DSH plugin dsh-all-in is a locally run entertainment Texas Hold'em game, designed to fill the waiting time during the DeepSeek Harness Agent's thinking process. This plugin opens a full-screen poker table via the "All In" action in the Harness sidebar, adopting a Local-only mode that does not consume network resources, does not write to conversation history, and allows the background Agent to continue running. The game offers a six-player table (1 human, 5 bots), with bots featuring multiple strategy levels ranging from Casual to GTO, where decisions are based on Monte Carlo simulations and table factors. It supports a complete poker flow, custom betting, and both Chinese and English interfaces, with chip data locally persisted. Installation methods include downloading from GitHub Release or cloning the local codebase, and after installation,
Read MoreMinerU Document Parsing Plugin for DeepSeek Harness
`dsh-mineru` is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to parse documents such as PDFs, Word, PPT, Excel, HTML, and images into structured Markdown for efficient processing by intelligent agents. This plugin integrates the MinerU engine and offers dual API modes: the Precision API with a configured token supports large files, batch parsing, and a wider range of Office formats; the Agent API without a configured token requires no key but is subject to IP rate limiting and supports only single and smaller files. The plugin automatically selects the appropriate mode based on configuration. Core features include progressive tool exposure, drag-and-drop upload via Web UI, automatic chunking and batch parsing, rate limit handling, and result persistence to disk. Installation requires DSH.
Read Moredsh-kolmopdf: A PDF Tool Plugin Integrating KolmoPDF into DeepSeek Harness
`komoai2026/dsh-kolmopdf` is a KolmoPDF tool plugin designed for DeepSeek Harness (DSH), aimed at resolving issues related to API key management, balance inquiry, and status monitoring in external PDF service integration. The plugin supports Node.js >= 20 and environments compatible with DSH 0.1.1-rc.2, and requires a KolmoPDF Plus or Pro account. Its core features include six main tools: `kolmopdf_parse_pdf` (PDF to Markdown conversion with translation and element extraction support), `kolmopdf_translate_pdf` (layout-preserving translation), and `kolmopdf_convert_markdown`
Read Moredsh-biomemory: Cross-Session Memory Plug-in for DeepSeek Harness
dsh-biomemory is a cross-session bio-inspired memory plugin for DeepSeek Harness (DSH), designed to address the issue of context loss in multi-turn tasks. It expands memory from individual logs into a structured management system through hierarchical storage, approval gating, semantic retrieval, memory metabolism, and audit snapshots. Built on SQLite and a local embedding model (bge-small-zh-v1.5), the plugin supports exact keyword, semantic vector, and hybrid retrieval, and automatically degrades to keyword retrieval when the model is unavailable. Core capabilities include frozen snapshot injection to reduce preference-guessing costs, manual approval and demotion strategies for important memories, and half-life decay, reference consolidation, and conflict surfacing via the "Dream" mechanism. Additionally, the plugin provides complete audit logs, backup recovery, and single-entry rollback functionality, with support for importing from Markdown.
Read Moredsh-plugin-subhub: Integrating Third-Party Subscriptions into DeepSeek Harness
`dsh-plugin-subhub` is an MIT-licensed third-party plugin maintained by `kinoward`, designed to integrate subscription accounts from OpenAI, xAI (Grok), and GitHub Copilot into the DeepSeek Harness (DSH) web interface. This plugin allows users to leverage the model capabilities covered by their existing subscriptions without the need to configure separate API keys. Key features include browser-based authorization login, syncing subscribed models to the model selector, and support for text chat, image understanding, generation, and editing. Users are required to ensure that their Node.js version is above 22.19, and can add the plugin via the command `dsh plugin --profile web add github:kinoward/dsh-plu
Read Moredsh-session-nav: DeepSeek Harness Web GUI In-Session Navigation Bar
dsh-session-nav is an in-session navigation plugin for the DeepSeek Harness Web GUI, designed to address the high cost and frequent scrolling required to review specific conversations in long multi-turn sessions. Built on DSH's official dual-sided plugin mechanism, it does not intrude into the source code and is licensed under the MIT License. Its core function compresses each turn of dialogue into a navigation key: each key corresponds to a user message, with the model's reply integrated into the hover preview of that key (displaying up to 3 lines), thus centrally presenting user questions. The plugin supports hover preview, smooth click-to-jump, real-time highlighting synchronized with the current view, and can automatically invoke the official pagination API to load historical data and locate targets. Additionally, it supports adaptive dark and light themes and deduplicates messages via UUIDs. Installation requires Node.js >= 18, via `dsh plugin.
Read Moredsh-system-proxy: DSH Outbound HTTP(S) Routing Plugin
dsh-system-proxy is a DSH host plugin designed to uniformly handle outbound HTTP/HTTPS request routing, avoiding duplicate proxy logic across plugins. This plugin supports multiple proxy protocols and multiple named proxies, providing fine-grained routing rules based on host, provider, or plugin, with four actions: direct connection, forced proxy, failover fallback, and blocking. Its core features include a secure fallback mechanism (only allowing idempotent requests to be automatically replayed), direct connection protection for intranet and cloud metadata endpoints, secure storage of proxy credentials (submitted via `passwordRef` and cleared from drafts), and global `fetch` and Node.js HTTP module patch support. Running requires Node.js >=22. Callers are identified through explicit context identifiers to ensure clear route ownership, while interactive configuration cards and environment variables are also provided.
Read MoreDSH-Task-Notify: DeepSeek Harness Task Notification Plugin
`dsh-task-notify` is a DeepSeek Harness (DSH) client plugin developed by kaotusi, designed to address the issue that critical events during runtime are easily missed. The plugin pushes workflow events such as approval requests, reply waiting, background and subtask completions to the browser system notification center, and provides an in-app bell panel, Toast overlays, diagnostic status display, and one-click cleanup functionality. Core features include listening to multiple DSH events, invoking the Notification API to push notifications, and playing type-specific alert sounds. The system uses an in-host-process queue (with a maximum of 300 entries), and the client fetches new notifications by polling the `/api/taskNotify/pull` endpoint, deduplicates them via localStorage, and pushes at most 3 notifications per cycle. The plugin supports
Read Moredsh-prompt-polish: One-Click Prompt Rewriting in DSH Web Composer
dsh-prompt-polish is a client-side plugin designed for the DeepSeek Harness (DSH) web interface, aimed at optimizing the prompt-writing experience. The plugin adds a ✨ button to the composer toolbar, allowing users to select from four styles, including balanced and concise, and invokes the currently connected LLM to rewrite the draft and replace the original text, making it convenient for review before sending—without requiring manual rewriting or additional service deployment. The plugin follows the MIT license, is maintained by JoukoPuro, and requires a DSH web profile with a configured model adapter. To install, use the `dsh plugin add` command and restart the service to take effect. It supports configuring the default model in `cordis.patch.yml`.
Read MoreDSH Plugin dsh-deepseek-billing: Sidebar Display of DeepSeek Balance and Session Cost Estimation
`dsh-deepseek-billing` is a DSH WebUI community plugin (v0.1.0-rc.8, MIT license) designed to address the pain point of developers frequently querying DeepSeek account balance and costs when running model tasks. This plugin displays the DeepSeek account balance persistently in the left sidebar of the DSH web interface and estimates the current session cost in real time. Core features include: 1. **Balance Display**: Directly calls the official DeepSeek API, reuses the API key from the current session, auto-refreshes every 60 seconds, and also supports manual refresh. 2. **Cost Estimation**: Prices and accumulates each successful assistant reply individually, showing recharged/gifted balance, token details, cache hit rate, and input/output cost subtotals. The cost is an estimate and is for reference only.
Read MoreJMOKSZ/dsh-lark-bridge: Enabling Feishu Bots to Drive Local DSH Agents
JMOKSZ/dsh-lark-bridge is an MIT-licensed Feishu entry plugin that enables a local DSH agent to handle tasks through a Feishu bot. It is based on the official WebSocket long connection and requires no public IP or reverse proxy. Core features include: streaming reply cards that display the thinking process and tool calls in real time; support for proactive message pushing; rendering interactive Q&A and approvals as button cards; automatically downloading and processing attachments such as images and files; extracting plain text from rich text; each Feishu conversation independently corresponds to a DSH session; in group chats, it responds by default only when mentioned. The plugin provides commands such as /new and /status. Before installation, ensure that DSH CLI, pnpm, and Node.js ≥ 22 are installed, and configure the Feishu app credentials and required permissions such as im:message.
Read More@jmcc-guo/dsh-ssh: Adding SSH Terminal Panel and AI Connection Management to DSH
`@jmcc-guo/dsh-ssh` is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to integrate AI-driven SSH connection management with a Web GUI visual terminal panel. It enables AI agents to directly manage SSH connections, execute commands, and view statuses through tools such as `ssh_connect` and `ssh_exec`, while providing human users with a terminal interface supporting real PTY, ANSI colors, and multi-tab functionality for human-machine collaborative operations. Core features include: strict separation of AI and user connections to ensure AI cannot directly manipulate user connections unless explicitly transferred; support for automatic connection saving, restart reuse, and automatic reconnection on unexpected disconnections (except explicit disconnections); and secure credential storage within the DSH cr
Read Moredsh-plugin-audit: A Security Audit Plugin for DSH Third-Party Plugins
`dsh-plugin-audit` is a security audit plugin for DeepSeek Harness (DSH), maintained by `jkrandom-sudo`. It provides static permission profiling and runtime sentinel functionality, helping administrators evaluate the permission surface of third-party plugins before running them. Core features include: 1. **Static permission profiling**: Uses `plugin_audit` to scan plugin directories, source code, and configuration files, generating permission reports with file line number evidence, displaying all network surfaces, for manual review only, without making final risk judgments. 2. **Runtime sentinel**: Listens for tool invocation events, triggering approval requests when credential path references, access to non-whitelisted hosts, or writes to home directory dotfiles are involved; if no approval channel exists, it directly rejects. The sentinel only checks tool names and arguments.
Read MoreDSH Plugin Zen UserAgent: Fixing the DSH Plugin for OpenCode ZEN Free Model 429
`dsh-plugin-zen-useragent` is a DSH plugin maintained by `jiujiezongheti`, designed to resolve the issue where requests using OpenCode ZEN free models are incorrectly identified as `deepseek-harness` and return a `429 FreeUsageLimitError` because the request headers are not applied correctly. The plugin uses a patch mechanism to ensure that custom request headers (e.g., `User-Agent`) configured in provider settings override the default `attribution` field, allowing API requests to be correctly recognized as `opencode` clients. The plugin supports idempotent execution and automatically reapplies patches after DSH upgrades; if it detects code structure changes or write failures, it handles them accordingly.
Read More@jiesou/dsh-cline-free-provider: Integrating Cline Free Models into DSH
`@jiesou/dsh-cline-free-provider` is an MIT-licensed DSH plugin designed to simplify the integration of Cline free models into DSH. The plugin eliminates tedious manual configuration steps by encapsulating API key storage, Base URL, and model list synchronization. Its core advantage lies in automatically syncing and filtering all Cline free models from a remote source at startup, requiring no manual model list configuration—users only need to save `CLINE_API_KEY` (available from the Cline official website) via the DSH credentials service to directly select models on the Web Models page. The plugin supports optional configurations such as `apiKeyEnv`, `baseURL`, and token limits, but by default
Read Moredsh-polyglot: Providing OpenAI-Compatible Endpoint Switching and Automatic Fallback for DSH
dsh-polyglot is an MIT-licensed DSH plugin developed by Jesse-njx, designed to address challenges in DSH when invoking external models, including multi-endpoint management, unstable free quotas, and rate limiting. This plugin consolidates multiple OpenAI-compatible providers into a single virtual provider, `polyglot`, utilizing a universal adapter to handle streaming, tool calls, and usage extraction, while employing declarative configuration to accommodate variations across different services. At its core is an automatic fallback router that, upon encountering 429 rate limits, quota exhaustion, 5xx errors, or missing API keys, automatically switches to the next available provider in the chain, implementing exponential backoff and retry strategies for cooldown. The plugin maintains provider information through JSON preset files and records the service source, status, and token usage for each request in session logs.
Read Moredsh-ui-mobile: Mobile Plugin for DeepSeek Harness Web Shell
`dsh-ui-mobile` is a mobile client plugin for DeepSeek Harness Web Shell, optimized for phone screens (widths below 768px), while desktop and tablet versions retain the native interface. This plugin aims to address operational friction on narrow screens by providing a drawer-style sidebar and detail panel, a bottom navigation bar, and a touch-friendly input area where the input box is fixed at the bottom of the visible area and the primary keyboard action is "Send." Additionally, it supports PWA installation, allowing users to add the app to their home screen for standalone launch, and can send Web Push notifications upon successful completion of Agent tasks. This plugin does not duplicate the Shell, modify the Harness source code, or alter model requests, system prompts, or session content, and has no impact on the KV Cache. Installation requires the `dsh plug
Read Moredsh-continual-harness: Providing Continuous Refinement and Rollback for DSH Agents
`dsh-continual-harness` is a DeepSeek Harness (DSH) plugin published by `jasen215`, designed to help AI agents continuously update, retain, and refine reusable experiences across multiple sessions. The plugin is licensed under MIT, requires Node 22+ and TypeScript 6.0+, and its core features include state projection, automatic review and refinement, manual refinement with rollback, memory lifecycle management (such as archiving and pinning), and ranking injection. It provides tools such as `harness_refine`, `harness_wrapup`, and `harness_benchmark`, supporting automatic rollback on failure, session wrap-up suggestions, and A/B benchmarking to ensure that bad states do not linger in the context.
Read MoreDSH Plugin dsh-monitor: Monitor Daily Token Usage and Peak/Off-Peak Costs for DeepSeek Sessions
dsh-monitor is a native DSH plugin designed for real-time monitoring of DeepSeek session daily token consumption, peak/off-peak priced costs, and interaction status without requiring browser extensions. Its core features include real-time cumulative tracking of input, cache, and output tokens, calculating today's costs based on official pricing (half-price during off-peak hours), counting interaction frequency, average consumption, and quota progress, as well as providing a floating window displaying peak/off-peak status, Beijing time, and one-click report copying. Data is polled every 2 seconds by default, persistently stored in a local JSON file, with historical data retained for 90 days, and data access is provided via the GET /api/dsh-monitor endpoint. Installation requires placing the source code in the profile directory and configuring references and loading items in package.json and cordis.patch.yml.
Read More