vlln/dsh-loop: Adding timed loop capability to DSH
`vlln/dsh-loop` is a plugin used for scheduled loop execution in the DSH environment, designed to address scenarios such as periodically checking status and following up on unfinished tasks. The plugin provides services through the `/loop` command, the `loop` tool, and an active status bar at the top of the chat page, supporting the concurrent running of multiple loops within a single session. Its core functionality allows the model side to perform operations such as starting, stopping, viewing status, and listing loops via the `loop` tool, with the ability to dynamically adjust parameters based on the status of each round; on the user side, the `/loop` command enables flexible management of loop creation, listing, and termination. In terms of deployment, the plugin requires Node.js >=22.19.0 and DSH >=0.1.0-rc.5, and can be installed to the `web` profile via Git or NPM sources. After installation
Read More@visol-456/dsh-llm-fallback: Provider Fallback Chain Plugin for DSH
`@visol-456/dsh-llm-fallback` is a community plugin for DeepSeek Harness, designed to address the issue where single-provider deployments fail directly when requests encounter rate limiting, timeouts, or exceptions. This plugin allows automatic failover to a backup `(provider, model)` target for retrying the same request based on configured priority when the primary provider fails. Core features include maintaining a backup list, triggering failover based on failure codes, a circuit breaker mechanism, and configuration management through a Web UI. Configuration supports hot updates without requiring a service restart, and persistent session events are logged for auditing purposes. Installation can be done via `dsh plugin add` or npm, with mounting and configuration of `fallba` required in `cordis.yml`.
Read Moredsh-plugin-market: Adding a Plugin Market Entry to the dsh Web UI
dsh-plugin-market is a DeepSeek Harness (DSH) bundle plugin maintained by TheYoungChen, designed to solve the tedious problem of manually finding and installing third-party plugins in the Web UI. This plugin is not an official app store, but rather provides a "Plugin Market" entry integrated into the Web UI sidebar and settings page. Its core features include: fast browsing of plugins, keyword searching, and sorting by stars through a static index generated by GitHub Action (distributed via CDN and updated every 2 hours), with automatic fallback to API search when the index is unavailable. The plugin supports one-click installation, executing `pnpm add github:<owner/repo>` and automatically coordinating dependencies. The installation process
Read MoreDSH Plugin Manager: DSH Settings Plugin Manager
dsh-plugin-manager is an MIT-licensed plugin management bundle for the DSH ecosystem, designed to provide a centralized plugin management interface for both Desktop and native Web profiles. Through the `Settings → Plugins` panel, it integrates features such as categorized plugin browsing, GitHub marketplace search, installation, updates, uninstallation, and restart prompts, addressing the previously fragmented operations across command lines, repository pages, and marketplaces. The tool supports duplicate installation detection, prioritizes npm for installation with a fallback to GitHub source when unpublished, and includes semver version checking for source-based plugins along with a pnpm build approval mechanism. It requires Node.js version 20 or higher and can be directly accessed after installation.
Read Moredsh-virtual-product-team: Driving DSH's Product Pipeline Through Dialogue
`songoao25/dsh-virtual-product-team` is a conversational mode preset for DeepSeek Harness (DSH), designed to automate the full product lifecycle management through a multi-agent workflow. The tool decomposes tasks into 12 stages across 8 phases, including idea validation, requirement definition, technical design, development QA, release, marketing, and iteration. Its core mechanism employs "stage gating," where progress is reported to the user at the end of each phase, and advancement to the next stage occurs only after user approval. Users are only responsible for decision-making and approval, requiring neither technical expertise nor coding skills. For installation, it supports a full installation via `./install.sh` or installing only the skill pack under a specified profile. When in use, users need to start a new conversation and enable Product in the mode selector.
Read MoreDSH Plugin dsh-liquid-glass-balance-card: View DeepSeek Balance and Usage in Web Interface
The dsh-liquid-glass-balance-card is a community plugin developed specifically for the DeepSeek Harness (DSH) web interface, designed to address the issue of scattered information regarding API balance, cumulative consumption, and token usage. By default, this plugin displays a draggable liquid glass card in the upper-right corner of the page, centrally presenting total balance, available status, cumulative consumption, and token usage, while also supporting multi-time-dimension statistics such as today, the last 7 days, and the last 30 days. In terms of functionality, it provides dual-layer statistics combining local session log aggregation and DeepSeek platform online totals, and visually presents consumption trends through bar charts. The plugin supports highly customizable features, allowing users to adjust liquid glass parameters in real time, including transparency, blur, highlight, as well as 3D effects. In terms of security, the API Key and platform userToken
Read MoreDeepSeek-harness-wecom: Integrating WeCom AI Bot Text, Image, and File Channels into DeepSeek Harness
The official DeepSeek Harness (DSH) plugin `sliverp/DeepSeek-harness-wecom` (v0.1.5) resolves the session channel breakpoint between the Web and the WeCom AI Bot. This standalone community plugin establishes a long connection via the official SDK, integrating text, image, and file messages from WeCom Work into the same Harness session, with support for persistent session reuse, tool approvals, file path restrictions, and access control. Core features include: support for single-chat/group-chat text and mixed-media input, automatic decryption and processing of encrypted files, and channel-specific tools such as `wecom_send_file`; support for commands like `/approve` and `/reset` for approvals and session rotation; and access policies of open, whitelist, or disabled modes.
Read Moredsh-auto: Adding Auto Approve Permission Presets for Model Review in DSH Web UI
dsh-auto is an MIT-licensed plugin for the DSH Web UI, designed to optimize the approval process. It introduces a constrained sub-Reviewer Agent to perform automated review before human confirmation, reducing manual intervention for repetitive or low-risk operations. The plugin supports only the Web UI. Its core mechanism is that when a session selects `Auto Approve`, a Reviewer running in a read-only sandbox is launched. The Reviewer is restricted to a whitelist of tools (such as read, grep), is prohibited from spawning further sub-agents, and has a step limit, enabling bounded read-only investigation and producing structured results. The host process makes the final decision based on these results: it rejects all critical risks, also rejects high risks that do not meet authorization conditions, and defaults to shutdown in case of failure. Installation requires adding the plugin via a command and restarting, with optional custom configuration.
Read Moredsh-web-search-free: DSH Free Web Search Provider and MCP Server
`dsh-web-search-free` is an MIT-licensed DSH plugin designed to replace the pay-per-use official search service in DSH, providing anonymous, key-free web searches at no cost. This plugin is based on the Parallel or Exa free backends, requiring no balance consumption or API Keys. Its core features include: a toggle switch in DSH settings to alternate between official and free search, which automatically maintains the Profile patch file once enabled; and a built-in standalone MCP Server with zero dependencies, supporting stdio and HTTP/SSE transport methods, allowing the `web_search` tool to be integrated into other MCP clients such as Claude Code and Codex. During installation, the plugin must be added via the official DSH command, and within the
Read Moredsh-notify-windows: Adding Windows Desktop Notifications to DSH
dsh-notify-windows is a DeepSeek Harness (DSH) plugin maintained by SeverusZh, designed specifically for Windows 10/11. It aims to address the issue where users cannot promptly learn about the status of DSH tasks when they are away from the screen, enabling unobtrusive monitoring by sending Windows system desktop notifications at key milestones. Core features include: listening for session `turn/end` events to alert users when tasks complete, encounter errors, or exceed output limits; listening for `approval/asked` events to alert users when manual approval is required (automatically skipped under the `never` policy); and recognizing Agent questions (e.g., `ask_user_question`) to prompt users for responses. The plugin ignores sub-agent sessions by default, with configuration options available to enable them.
Read Moredsh-session-link: Codex-Style Session Deep Linking Plugin for DeepSeek Harness
dsh-session-link is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the difficulty of referencing context across sessions in web workflows. Through its session deep-linking feature, the plugin allows users to copy a `dsh://session/<session-ID>` link from a session header and paste it into another conversation, whereupon the source session content is injected as controlled, read-only snapshot background context. On Windows, it supports registering a protocol handler, enabling direct opening of the Web GUI and locating the corresponding session upon clicking the link. The plugin features robust error handling, preserving original text and logging issues for malformed links, self-references, or permission anomalies, with default limits of 3 references per message and 64 KiB per source, propagating only text while excluding non-text blocks such as images. Installation requires executing
Read Moredsh-devices: A Multi-Device Networking Plugin for dsh
dsh-devices is a multi-device collaboration plugin for DSH agent development, designed to address the pain points of cross-device access and file transfer. It supports discovering and pairing devices within the same local network via mDNS, utilizing SSH to achieve cross-network direct command execution, remote workspace management, and file upload/download, as well as providing an invitation code feature for one-click fleet joining. After installation, the plugin registers fleet_* tools in the session for the Agent to invoke. This plugin is licensed under the MIT License, with a current version of 0.1.2, requiring Node.js 22.18 or above. Use cases include same-network device collaboration, cross-network host management, and new device onboarding. It should be noted that mDNS is limited to the same subnet and is in beta status, cross-network functionality depends on SSH reachability, and devices behind NAT isolation are not yet supported for interconnection. Different operating systems have specific configuration requirements:
Read Moredsh-notify-on-complete: Adding Desktop Notifications to DeepSeek Harness
pitetow/dsh-notify-on-complete is an extension plugin designed specifically for DeepSeek Harness (DSH), aimed at solving the problem of users having to frequently check the terminal or wait for approvals during long-running tasks. This plugin sends low-disturbance desktop notifications to remind users when tasks end (distinguishing between completion, errors, interruptions, or token limits), when model calls prompt for input, or when waiting for sandbox and tool permission approvals. Core features include filtering sub-agent sessions to reduce redundant notifications, providing fine-grained configuration for different scenarios such as prompts and approvals, and supporting cross-platform system notifications and alert sounds across macOS, Linux, and Windows. The plugin has zero runtime dependencies and leverages Node.js child processes to ensure notification delivery is unaffected by the main process exiting. Installation requires Node.js 22 and pn
Read Moreself-control-guard: Intercepting Host Termination and Providing Controlled Exit for DeepSeek Harness
self-control-guard is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to intercept model attempts to terminate the host process through bash tools. It serves as a UX interception layer rather than a security boundary, implementing hard rejections by identifying standard termination commands such as pkill and kill, while guiding the model to use the controlled dsh_self_exit or dsh_self_restart tools. Exit or restart requires token confirmation and writes to a restart recovery list after execution. The plugin disables the restart feature by default and explicitly errors on misconfiguration to prevent silent failures. Installation requires Node.js 22+ and DSH 0.1.0-rc.6, with the tarball generated via npm pack before installing into DS.
Read MoreDSH-Vault: Encrypted Credential Repository Plugin for DeepSeek Harness
dsh-vault is an encrypted credential repository plugin for DeepSeek Harness (DSH), designed to securely store and manage sensitive information such as usernames, email addresses, passwords, SSH/API keys, OAuth tokens, and TOTP secrets. It leverages Node.js's built-in node:crypto module, employing AES-256-GCM encryption and scrypt key derivation to ensure data is encrypted at rest on disk, with keys never persisted. The plugin exposes tools such as vault_search, vault_get, and vault_add to the model. Its core security mechanism separates "search" from "read": vault_search returns only summaries without ciphertext, preventing sensitive information from leaking into the model context; only after confirming the target does it proceed to...
Read Moredsh-weneed: Turning the "we need to..." Chain-of-Thought Guidance Standard into a DSH Plugin
dsh-weneed is a DeepSeek Harness (DSH) plugin maintained by Nwflower, licensed under MIT, designed to unify integration with the "we need to ..." chain-of-thought guidance specification. The plugin offers three core implementation methods: the `weneed` tool for Agents to inject, remove, or query specification status within a session; the `/weneed` command for human users to perform the same operations and assemble persistent presets; and the WeNeed agent-preset, used to load a persistent persona and the standard full toolset in new sessions. The plugin adopts a pure ESM, zero-build architecture, consuming only the host service. It supports installation via the `dsh plugin` command from package releases or local repository paths, as well as through the `dev_in
Read Moredsh-gauge: Precise Usage and Cost Estimation for DeepSeek Harness Web UI
dsh-gauge is a community plugin (MIT licensed) for the DeepSeek Harness (DSH) Web UI, designed to provide granular session statistics. Core features include precise cache hit rate calculation based on formulas, bucketed display of hit and miss token usage, context occupancy monitoring, and session cost estimation based on model unit pricing and peak/off-peak rates. The plugin supports both Chinese and English interfaces, with adaptive CNY/USD currency display, and can show peak/off-peak status badges in the statistics row. Users can quickly install it via the `dsh plugin --profile web add dsh-gauge` command and enable it by restarting the Web UI afterwards; alternatively, manual npm installation or source code debugging are also available. Configuration options can be accessed through the DSH settings interface or by editing the `cordis.p` file.
Read MoreNanmiCoder/dsh-plugin-market: Adding a Web UI Plugin Marketplace for DeepSeek Harness
NanmiCoder/dsh-plugin-market is an MIT-licensed plugin designed for DeepSeek Harness (DSH), aiming to provide a Web UI plugin marketplace entry point that enables an integrated workflow for plugin discovery, inspection, installation, and removal. This plugin allows users to browse the plugin catalog on the Settings page, supports searching by repository, package name, theme, and other dimensions, and displays descriptions, licenses, release data, as well as key installation evidence and trust levels. Core features include command preview before installation, host verification and normalization of npm/Git specifications, invocation of pnpm for installation, and support for active profile coordination and the allowInstall: false browsing mode. Installation methods support directly adding npm packages via the dsh command.
Read Moredsh-md-quiz: A Markdown Quiz-Style Reading Plugin for DeepSeek Harness
`dsh-md-quiz` is a web plugin for DeepSeek Harness (DSH), designed to transform Markdown document reading into a structured quiz-based reading workflow. It helps users systematically learn and review document content through five stages: diagnosis, levels, guided reading, checkpoints, and settlement. The plugin registers the `md-quiz-read` skill, the `/mdquiz` command, and a restricted file-reading route (supporting only formats such as .md and .txt, with a size limit of 512KB) with DSH. It also provides a sidebar level-progression panel and a dedicated "Reading Area" tab in the web interface, enabling users to view the original text and automatically identify session messages. Installation requires pnpm as a dependency, and the plugin can be used after adding it via the `dsh plugin` command and restarting the service. Users can
Read Moredsh-plugin-manager: Managing Profile Plugins in DeepSeek Harness Web UI
dsh-plugin-manager is a DSH Web UI plugin maintained by monk233, designed to address the issues of error-proneness and unclear status when manually modifying configuration files to manage plugins. The plugin provides a visual interface, allowing users to search plugins directly on the web page, view status badges, and perform enable, disable, or delete operations through menus, with a confirmation mechanism to ensure safety. After operations, changes are automatically written to `cordis.patch.yml` and take effect immediately via HMR hot reload, eliminating the need for frequent service restarts. Installation supports `git clone` combined with dsh commands, or using DSH Creative Mode with AI-assisted setup. The current version is 0.1.0, depends on `@deepseek-ai/cordis`, and is licensed under MIT. Please note
Read MoreDSH Plugin dsh-workspace-mcp: Automatically Load MCP Server by Workspace
dsh-workspace-mcp is a DSH plugin designed to resolve the issue of tool confusion caused by multiple projects sharing the same MCP server. It reads the `.dsh/mcp.servers.yml` file in the project root directory to automatically load and unload MCP servers on a per-workspace basis, ensuring that tools from different projects do not interfere with each other and are automatically reclaimed with the Agent's lifecycle. Core features include: connecting and registering tools upon Agent creation, supporting exponential backoff reconnection for disconnections, session invalidation self-healing, safe inheritance of Stdio environment variables (automatically stripping sensitive key-value pairs), automatic synchronization of tool list changes, and hot reload of configuration. When a project-level MCP conflicts with a global MCP over the same name, the global configuration is overridden. Installation only requires executing `dsh
Read Moredsh-tavily: Adding an Optional Tavily Search Tool to DeepSeek Harness
moguiyu/dsh-tavily is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to enhance search capabilities without replacing the built-in `web_search`. The plugin offers multi Tavily API key management, rotation-based or usage-priority failover mechanisms, secure usage viewing functionality, and direct Tavily tools such as `tavily_search`. These advanced tools are disabled by default and require manual activation, without affecting the original search paths. The plugin can be installed via GitHub or npm (package name `@moguiyu/dsh-tavily`), and requires DSH version 0.1.0-rc.x or later. Users need to configure `TAVILY_API_KEYS` in the settings.
Read MoreDSH-Ventus-Whale: DeepSeek Orca 3D Desktop Pet in DSH Web GUI
dsh-ventus-whale is a Web GUI plugin for DSH that provides an interactive 3D desktop pet based on DeepSeek's Orca logo. It floats in the corner of the interface and supports left-click drag-to-rotate (with inertia), right-click to move, single-click to heart, double-click to bounce, and celebration animations when messages are sent. The plugin allows users to rename, reset, or adjust settings (such as size and sensitivity) through a hover toolbar, with configurations persisted to a local JSON file. Technically, three.js is inlined into the client bundle (approximately 124KB gzip), featuring idle frame-rate reduction rendering for performance optimization and restricting API access to local loopback only. Installation requires specific DSH plugin commands and a service restart, with no additional build steps needed. This plugin aims to enhance interface enjoyment rather than extend core chat functionality.
Read MoreDSH-toolfold: A Tool Call Collapse Plugin for DSH Web GUI
dsh-toolfold is an MIT-licensed plugin for DSH Web GUI, designed to reduce interface footprint by collapsing consecutive tool calls. Core features include: automatically collapsing adjacent tool calls to display only summaries and counts, with support for expanding or collapsing via click or keyboard; hiding completed thoughts by default, with configurable options to retain them or separate call groups, while in-progress thoughts remain always visible; supporting elastic animations and performance statistics, along with adaptation to the system's "Reduce Motion" setting. The plugin does not replace the built-in renderer, and the interface fully restores after uninstallation. Install it using `dsh plugin --profile web add dsh-toolfold`, taking effect after restart, and configure animation duration, thought display, separation mode, and statistics toggle via `~/.dsh/settings.yaml`. If the settings service is missing, it degrades to local.
Read MoreDSH-Cloak-Browser: Native Browser Plugin for DeepSeek Harness's CloakBrowser
`dsh-cloak-browser` is a community-maintained plugin for DeepSeek Harness (DSH), designed to integrate CloakBrowser capabilities into the Agent tool pipeline. It ensures session security by maintaining an isolated `BrowserContext` for each Agent, and returns restricted page snapshots along with short-lived element references (e.g., `p1:s3:e8`) after interactions such as navigation, clicking, input, and screenshots, enabling the Agent to continue operations based on these references without retaining extensive DOM data. Core features include on-demand Chromium startup, automatic license detection (supporting direct startup with Free keys and serializing concurrent sessions), proxy-aware GeoIP consistency, domain allowlist/blocklist rules, and handling for images and text—
Read More