dsh-harmony: Runtime Patching, Replacement, and Decoration of DSH Plugins
dsh-harmony is an MIT-licensed runtime Patch coordination library (v0.7.3) maintained by memorax-ai. It performs in-memory source transformations on DeepSeek Harness plugins without forking or modifying disk-installed packages. Patches are applied via TSQuery to locate ASTs and MagicString to rewrite source code, supporting provider ordering, composite patches, browser-style cascading, and version health checks. Installation requires Node.js ^22.22.3 or >=24.11.1, and after a global install with @deepseek-ai/dsh, management is handled through Settings → Harmony or the dsh harmony CLI. It is designed for DSH plugin developers who need to extend or modify internal behaviors when extension points are insufficient; users must review source code before use, as upgrades to the target plugin may cause Patches to become invalid.
Read Moredsh-reef: One-Time Installation for Browser, MCP, and Code Hosting Integration
dsh-reef is a DSH plugin bundle maintained by huey1in, offering five modules with a single installation: native embedded panels, 21 browser_* browser tools, MCP Server, GitHub/GitLab read-only tools, and webhook automatic reviews. It supports multi-tab, multi-profile browser sessions, exposing DSH sessions to external MCP clients, automatic PR/MR reviews, and issue auto-fixing loops. The installation command is dsh plugin --profile web add dsh-reef, licensed under MIT, and requires Node.js >= 22.
Read Moredsh-routing-suite: Adding Selectable Intelligent Routing Modes for DeepSeek Harness
dsh-routing-suite is a DSH community plugin maintained by dragonbaba (v0.1.2, MIT). It adds an "Intelligent Routing Mode" to the mode menu while preserving the Standard preset persona, context, and full tool directory. It supports three strategies: auto, inspect-first, and direct, which guide tasks by checking before modifying, or implementing directly and then verifying. It does not make additional model requests, nor does it read/write files or execute commands. The guide covers desktop and CLI installation, manual preset copying, configuration options, applicable scenarios, and security boundaries.
Read Moredsh-session-context-menu: Implementing Native Right-Click Menu for DSH Application Wrapper End
baihejiangnan/dsh-session-context-menu is a client plugin designed for DSH application wrappers such as Tauri, EAC, and Electron. It provides near-native right-click context menus in sessions, workspaces, settings pages, conversation bodies, links, and input fields, supporting both Chinese and English while automatically following the host UI language. Official session operations are delegated to official components, while the plugin additionally offers permanent deletion with confirmation and path protection. Installation is via `dsh plugin --profile web add`, currently at stable version v0.2.14 under the MIT license. This plugin is not compatible with dsh web in standard browsers.
Read Moredsh-web-tools: Integrating Multi-Source Web Search and Scraping for DeepSeek Harness
dsh-web-tools is a DSH networking tool plugin maintained by A3Boy. It integrates Exa, Tavily, Firecrawl, Parallel, Brave, You.com, Jina, SearXNG, as well as Xiaohongshu and Twitter/X into the standard web_search / web_fetch interface. By compiling query intents into native parameters for each provider through SearchHints, it supports multi-API key scheduling, automatic degradation, session-level Search Mode, and provides a native settings interface. This article introduces the plugin's positioning, core capabilities, installation commands, and typical usage.
Read Moredsh-archived-sessions: Unified Management of Local Sessions within the DSH Setup
dsh-archived-sessions is a DSH Web plugin maintained by Zephyr-vibe, offering session management in settings: dual-tab browsing for unarchived and archived conversations, support for grouping by workspace, title/ID search, batch archiving and deletion, expandable details (activity statistics and output files), and opening the records folder. Deletion does not cascade to sub-agents or files by default; after adapting to DSH 0.1.0-rc.8, the deletion entry was moved to the session title bar. It reads the official session directory with zero configuration and is licensed under MIT.
Read Moredsh-queue-plus: Editing, Sorting, and Batch Deletion of DSH Queue Messages
dsh-queue-plus is a DSH web client plugin maintained by starslittle, which enhances the queue message panel through the official QueueDock slot. It supports editing, deleting, interrupting, dragging, or arrow-based sorting, as well as batch deletion via the official API. It is recommended to install the v0.3.0 Release pre-built package, and after restarting the DSH web client, you can queue two messages consecutively to see the "Sort" entry next to the title. The plugin does not copy queue data, and the official panel automatically resumes after uninstallation. Deletion and sorting operations are protected against concurrency and do not overwrite the steering/context queue. Licensed under MIT, it is designed for the @deepseek-ai/* 0.1.0-rc.6 contract.
Read Moredsh-win32: Fixing and Diagnosing DeepSeek Harness on Native Windows
dsh-win32 (sjh9714) is a Windows workflow plugin for DeepSeek Harness that uses the npx command to check the official PowerShell, Workspace Write, and ACL sandbox stack on native Windows, offering support for setup, verify, doctor, fix, and legacy presets. It does not rely on WSL, nor does it install Git or PowerShell. Licensed under MIT, the current version is 0.17.0.
Read Moredsh-trading: Building a Trading Research Workbench for DeepSeek Harness
dsh-trading is a trading research workbench plugin bundle maintained by maddogfinance for DeepSeek Harness. It unifies data sources such as CSV and Futu OpenD via the ctx.marketData seam, provides deterministic indicators and on-chart annotations through read-only tools like market_snapshot and annotate_chart, and renders interactive K-line cards or optional chart-first persistent chart columns in dsh web. The installation command is `dsh plugin --profile trading add @dsh-trading/bundle`. The project is under MIT license, explicitly has no order placement capability, and remains in its early scaffolding stage.
Read Moreoh-my-knowledge: Verifiable Knowledge Change Assessment for Prompts, RAG, and Agents
OMK (oh-my-knowledge) is a MIT-licensed CLI and DSH plugin maintained by lizhiyao, designed for knowledge maintainers working with prompts, RAG, skills, agents, and workflows. Through a closed loop of doctor, eval, and observe, it compares versions of knowledge artifacts under the same model and samples, outputting verifiable release conclusions, failed samples, and costs. It also supports viewing DSH task traces in Studio. DSH users can install it in the web profile using `dsh plugin --profile web add oh-my-knowledge` and execute `/omk eval` and `/omk observe` within a session.
Read Moredsh-network-settings: DSH Network Diagnosis and Security Fix
dsh-network-settings is a DSH networking tool plugin maintained by kanneiren, designed for Windows, WSL, and macOS. It displays the real network path of the DSH process within the settings page, performs single or stability probes, and supports one-click copying of an Agent-compatible Markdown report. Configurations are organized by Windows proxy, DSH process environment, WSL, and advanced network group tracing. Recommended fixes cover only high-confidence, low-risk operations, and persistent modifications follow a snapshot, preview, confirmation, application, and rollback workflow. The installation command is `dsh plugin --profile web add dsh-network-settings`, and the entry point is located in DSH Settings → Plugins → Network.
Read Moredsh-sandbox-escalation-fix: Projecting Sandbox Upgrade Schema Per Session to Fix Third-Party Model Tool Invocation Loop
dsh-sandbox-escalation-fix is a DSH community plugin maintained by JUSTMONIKA2022, providing a zero-configuration fix for third-party models like GPT in All Access mode. It addresses bash, pwsh, write, and edit validation failures and retry loops caused by static sandbox schema upgrades. The plugin dynamically projects model-visible parameters based on the Session's Sandbox Mode and Approval Policy, synchronizes Native Tool Call with the Code Mode SDK, and only processes redundant upgrade requests of the same mode during execution. It supports DSH versions 0.1.0-rc.5 through rc.8, as well as 0.1.1-rc.1/rc.2, and is released under the MIT license.
Read Moredsh-better-markdown: Replace the Streaming Markdown Rendering Pipeline for DeepSeek Harness Web
dsh-better-markdown is a DeepSeek Harness Web client plugin maintained by zerob13, which uses markstream-react to take over the streaming and settled Markdown rendering for assistant messages. It supports Mermaid, KaTeX, and Shiki code highlighting, with a fallback to the Harness built-in renderer in case of errors. The article introduces the plugin's positioning, functional scope, the working principle of slot shadowing, and three installation methods: npm, source code, and Git. It also explains compatibility, size trade-offs, and security considerations.
Read Moredsh-museai-tavern: Running MuseAI Characters and Sessions in the DSH Web GUI
@yejiming/dsh-museai-tavern adds a new MuseAI tab to the right of the "Trajectory" tab in the DSH Web GUI session bar, embedding five pages: Background, Chat, Adventure, Bond, and Settings. It reuses the DSH-configured model, requiring no additional API. Data is stored in $DSH_HOME/storages/museai.json. Install via npm: dsh plugin --profile web add @yejiming/dsh-museai-tavern.
Read Moredsh-plugin-product-subagents: Integrate External Agent CLI into Resumable DSH Sub-Agents
dsh-plugin-product-subagents is a DSH workflow plugin maintained by shaokeyibb, which registers Codex, Claude Code, and any ACP CLI as role-based resumable sub-agents. The main model maintains a read-only relay, with write permissions and delegation limits controlled by the role's permissionMode. It supports session persistence and recovery, idle reclamation, and concurrency limits, and can be installed via `dsh plugin --profile web add`. This plugin is ideal for developers who need to uniformly schedule multiple product agents within Harness and tighten permission boundaries based on tasks.
Read Moredsh-deep-research: Adaptive Deep Research Plugin Based on Official Workflow
Maintained by omdsh-dev, dsh-deep-research is a DeepSeek Harness workflow-type plugin with the npm package name @dsh-external/dsh-deep-research. It is built on the official workflow engine and integrates built-in web_search and web_fetch functionalities. Utilizing control theory and information theory, it implements planning, parallel research, marginal gain stopping, and optional adversarial review, registering a deep_research tool for conversational triggering. This article introduces its core mechanisms, installation commands, tool parameters, and typical usage, while noting that profiles must include a workflows provider.
Read Moredsh-catppuccin-theme: Integrating Catppuccin's Four Themes and Glassmorphism for DeepSeek Harness
NoNameLeGo's dsh-catppuccin-theme (@nonamelego/dsh-catppuccin) provides the Catppuccin Latte, Frappé, Macchiato, and Mocha themes for DeepSeek Harness Web GUI, DSH Desktop, and dsh-TUI. It integrates with the official appearance system and supports a toggleable glassmorphism effect. This article introduces the plugin's positioning, core capabilities, installation commands via npm and GitHub, and typical usage including theme switching in the settings page, adjusting the frosted glass effect, and using the /theme command in TUI. It also explains applicable scenarios and notes on verifying source code and permissions before installation.
Read Moredsh-subagent-monitor: DSH Web Sub-Agent Real-time Operation Monitoring Panel
dsh-subagent-monitor is a DSH Web extension maintained by Mombrane. It adds a sub-agent entry to the sidebar and provides a draggable real-time monitoring panel in the top-right corner. The panel displays the status, token usage, and context consumption of sub-agents directly derived from the current session. It supports drill-down navigation, two-stage collapse, and memory of position and height. The installation command is `dsh plugin add @leetoners/dsh-ui-subagent-monitor`. The current version is 0.3.0, licensed under MIT.
Read MoreDeepSeek-Harness-zh_pro: DSH Chinese Interface Enhancement and Session Management Plugin
deepseek-harness-zh_pro is a DSH Web client enhancement plugin (v0.7.0, MIT) maintained by magian1127. It provides Chinese interface completion, optimized statistics and thinking block display, adjustable conversation width, automatic session archiving and trash deletion, and optional prompt injection and agent localization. Installation can be done via the command `dsh plugin --profile web add deepseek-harness-zh_pro` or using npx for hot installation. Except for explicitly enabled injection and localization, it does not modify model requests.
Read MoreDSH-recommend: Transparent Ranking and Recommendations for the DSH Plugin Ecosystem
dsh-recommend is a DSH network tool plugin maintained by zp-home (v0.3.0), which automatically scrapes the GitHub dsh-plugin topic repository every 5 hours and sorts them by a public formula (0.35 maintainability + 0.30 popularity + 0.20 quality + 0.15 ecosystem). The same registry.json file is used by the static ranking site, five model tools (rank/search/recommend/trend/sync), and the "Plugin Ranking" tab on the settings page. It supports installation via npm, GitHub, and local directories. Please review the source code and MIT license before installation.
Read Moredsh-browser: A Plugin for Providing Shared Real Browsers to DSH
dsh-builtin-browser (wqty123/dsh-browser) is a client-side plugin for DSH that provides agents with a real, visible browser that can be shared with users. Upon installation, it offers 20 browser_* tools, supporting DOM-level operations, multi-tab management, task-level session isolation, persistent login state, human verification detection, and cookie-enabled downloads. When a desktop shell is available, it embeds the view; in a pure DSH web environment, it can self-host and launch an Electron window. Installation: dsh plugin --profile web add dsh-builtin-browser. Licensed under MIT, currently at version 0.1.15.
Read Moredsh-bridge: Extending DeepSeek Harness to Mobile Devices, Public Networks, and Instant Messaging
dsh-bridge (@wenbin_wb/dsh-bridge) is a DSH networking tool plugin maintained by wenbin-wb, currently at version v2.8.3. It supports local area network QR code scanning, Cloudflare/self-built tunnels, and official Bot integration for WeChat, QQ, Feishu, and Telegram; it also features built-in access Token/password authentication, management console tamper-proofing, and RPC authentication. This article introduces installation commands, typical usage scenarios, and security considerations based on the GitHub README and SkillHub directory page.
Read Moredsh-secure-audit: DSH Read-Only Security and Compliance Audit Plugin
dsh-secure-audit is a read-only security plugin (admin-security) for DeepSeek Harness maintained by PensiveFei. It provides security_scan_text for prompt injection detection, security_redact_text/security_redact_json for PII and JSON redaction, security_audit for local configuration auditing, and security-review skill. The plugin does not write to or execute the audited system; reports are redacted and include reportSha256 self-verification. Installation: dsh plugin add dsh-secure-audit; requires Node ≥20 and @deepseek-ai/dsh-tools >=0.1.0-rc.7.
Read Moredsh-quant: AI-native Quantification Toolkit for DSH
dsh-quant is a DSH quant plugin maintained by pengpengyi92, offering 59 quant_* tools that cover six domains: data, factors, ML, risk control, execution, and ecosystem. It connects end-to-end research through the PDAT→PET pipeline. Primarily designed for use with agents, the plugin is implemented in TypeScript with zero runtime dependencies, installed via npm, and enabled in cordis.yml. This article introduces its module paradigm, core capabilities, and usage instructions, while also explaining applicable scenarios and security considerations.
Read Moredsh-theme-plugin: A DSH Theme Package for Traditional Chinese Colors
The dsh-theme-plugin maintained by nevertoday generates 98 sets of light/dark themes from 49 Traditional Chinese color anchors, covering 98 DSH and shiki tokens with 3136 contrast assertions passing WCAG AA. Designed in layers based on paper, curtain, and seal, it supports a settings panel, deep links, and mood/pinyin search. Install via npx @deepseek-ai/dsh plugin --profile web add dsh-theme-plugin@latest and switch in Settings → Traditional Colors. Licensed under MIT, requires Node >= 20.
Read More