dsh-think-zh: Enabling Simplified Chinese for DSH Reasoning Process

The default thinking process of DeepSeek Harness is often in English, which is not conducive to Chinese users' comprehension of the reasoning chain. dsh-think-zh injects concise language instructions into the system prompt for each request: the thinking process is always in Simplified Chinese, the response follows the language of the query, and code and identifiers remain in their original language. The plugin is injected via the cordis section, with a token cost of approximately 75 characters per request. It supports disabling or customizing the instructions. Installation command: dsh plugin --profile web add github:Len7183/DSH-Think-zh. Licensed under MIT, maintained by Len7183.

Read More
dsh-mcp-manager: Visually Managing MCP Servers in DSH

dsh-mcp-manager is a client plugin developed by Js2Hou for DeepSeek Harness, which lists installed MCP servers in the "Settings → MCP" section. It supports adding, removing, enabling/disabling, editing, and connection testing for MCP servers, while displaying real-time connection status and the number of tools. Configuration changes are written back to cordis.patch.yml via HMR, eliminating the need for manual YAML editing. The plugin can be installed using the command `dsh plugin --profile web add @js2hou/dsh-mcp-manager` or through community marketplaces such as dsh-market and DSH Desktop. Licensed under MIT, it is ideal for DSH users who need centralized management of multiple MCP servers.

Read More
dsh-chatgpt-bridge: Create and Supervise DSH Sessions with ChatGPT Web

dsh-chatgpt-bridge is an independent DSH plugin (v0.4.1, MIT) maintained by jiezeng2004-design. It enables ChatGPT Web to connect to the local bridge via MCP through a secure tunnel (default 127.0.0.1:3456/mcp), allowing the creation, viewing, continuation, and supervision of DSH agent sessions. It exposes 15 tools, including Goal supervision and approval. The installation command is `dsh plugin --profile web add dsh-chatgpt-bridge`, requiring Node.js >= 22 and sharing the web profile with `dsh web`. The control flow is from ChatGPT to DSH, without altering the DSH core security model.

Read More
dsh-mcp-manager: A MCP Management Plugin for DSH with OAuth and stdio Capabilities

dsh-mcp-manager is a DSH web plugin maintained by hyqhyq3, managing MCP servers on the Settings → MCP page. It supports HTTP OAuth (PKCE + dynamic client registration), static tokens (environment variable names not stored on disk), and stdio local processes, with tools registered under the mcp__<name>__* namespace. Optional features include on-demand proxy schema compression, support for workspace-level mcp.json, and exclude blocking. Installation: npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hyqhyq3/dsh-mcp-manager.

Read More
dsh-side-chat: An Enhanced Version of Codex-style Side Chat

heartmove's maintained DSH web client plugin, dsh-side-chat (0.2.0, MIT), provides an isolated agent chat on the right-side panel, segregated by the main session, inheriting the main session's toolset, model, thinking difficulty, and permission presets. Users can select conversation content to query, and AI responses can be brought back to the main session draft or collapsed hint line either verbatim or summarized. When a question pop-up appears in the main session, the question and options are automatically listed in the side panel, allowing analysis in the side chat before answering, without interrupting the workflow. Installation command: npx -p @deepseek-ai/dsh dsh plugin --profile web add github:heartmove/dsh-side-chat, requires DSH ≥ 0.1.0-rc.6.

Read More
dsh-plugin-background: Setting Independent Backgrounds for Various Sections of the DSH Web Interface

Maintained by gameswu, the DSH Web Wallpaper Plugin "dsh-plugin-background" allows independent configuration of image slideshows or muted video backgrounds for the conversation area, trajectory area, sidebar, and other regions. It supports importing via URLs, local files, and folders. Individual images can be adjusted for display mode, opacity, and blur, while slideshows feature preloading with crossfade transitions. Multiple areas can be merged into a single large background spanning across regions. Install via the command `dsh plugin --profile web add` and configure under Settings → Plugin → Background. Licensed under MIT, current version 0.2.1.

Read More
dsh-tool-hongtou: Two-Stage Pipeline for Generating Standardized Official Documents with Red Headers

dsh-tool-hongtou is a DeepSeek Harness workflow plugin maintained by ExElectron. It decouples the structured JSON outline of LLMs from the deterministic Word 2003 XML template rendering through the /hongtou command, generating red-header official documents that conform to standard layouts. In Phase 1, it performs schema validation and Markdown cleaning to output JSON. In Phase 2, it injects into document-skeleton.xml to deterministically generate serial numbers, fonts, line spacing, and red lines, saving the results to the output/ directory. It can be installed to the web profile via npm or GitHub and requires Node.js >= 22.19.0 to be used after restarting dsh.

Read More
dsh-playwright-browser: Providing Playwright Multi-tab Browser Automation for DSH Agents

dsh-playwright-browser is a DSH networking tool plugin maintained by Clizo1209, based on Playwright, which registers ten browser_* tools for intelligent agents. It supports multi-tab, semantic positioning, bounded snapshots, and screenshots. The article covers installation commands, cordis.patch.yml configuration, typical invocation flow, and security considerations. The plugin runs with DSH process permissions; please verify the source code and MIT license before installation.

Read More
dsh-import-agents: Migrating pi / opencode / codex / claude-code Sessions into DeepSeek Harness

dsh-import-agents is a dsh workflow plugin maintained by Chang-Tong, designed to import sessions, chat histories, and agents from pi, opencode, codex, and claude-code into DeepSeek Harness. Imported sessions can continue conversations with their full history, and agents are converted into skills. It supports slash commands like /import-all, one-click Sync in the composer, and migration prompts when starting new sessions. The installation command is `dsh plugin --profile web add dsh-import-agents`, licensed under MIT, and requires Node >= 22.19.

Read More
dsh-web-billing: RMB/USD Token Billing Plugin for DSH Web

dsh-web-billing is a DeepSeek Harness Web-based billing plugin maintained by bpc-oss, which automatically calculates pricing according to official policies (including peak and off-peak pricing as of 2026-08-17). It supports coding plan routing by provider, message-level ledger tracking, and a summary of account balance and settings page fees. After installation, restart the DSH web and navigate to Settings → Fees to view expenses and export billing statements. Local statistics are unofficial; please review the source code and MIT license before installation.

Read More
oh-my-dsh:DeepSeek Harness Curated Distribution

oh-my-dsh, maintained by amplifthq, is a curated distribution of DeepSeek Harness, overlaying out-of-the-box coding profiles, lazy MCP reuse, LSP navigation, SSRF-hardened web scraping, and approval-gated capabilities without forking the upstream. It supports both portable and npm installation channels, offering an omd Web UI and headless task mode. Users should be aware that it runs with dsh process privileges, and plugins activate within the same process as the harness.

Read More
dsh-cyber-particle: Adding a Dynamic Particle Network Background to the DSH Web Interface

dsh-cyber-particle is a fun costume-changing plugin for DSH maintained by AKS1st. It draws a particle network animation on the browser side using a full-screen overlay, without registering server-side routes or altering the interface color scheme. Gray scattered particles fly in from the edges and automatically connect, with pointer-events penetration to avoid interfering with operations. It includes a built-in "Settings → Particle Background" page where users can adjust the number of particles, radius, line thickness, connection distance, speed, and color, with settings persisted to localStorage. Installation: dsh plugin --profile web add github:AKS1st/dsh-cyber-particle, then dsh web to restart. MIT license, version 0.2.3.

Read More
dsh-godot-skill: Registering Godot 4.x Full-Stack Game Development Skill for DSH

dsh-godot-skill is a DeepSeek Harness Host plugin maintained by akira399, which registers the godot-4-development skill at runtime upon installation. This skill is compiled based on the official feature list of Godot 4.x, covering core concepts, renderer selection, quick references for 20 feature domains, complete development workflows, and code templates with troubleshooting tables for player movement, networking, and save systems. After installing via the official command `npx -p @deepseek-ai/dsh dsh plugin --profile web add github:akira399/dsh-godot-skill` and restarting DSH, the skill can be loaded using the skill tool in sessions, enabling AI to independently handle planning, coding, debugging, and exporting of Godot games. Released under the MIT license, it requires Node.js >= 20.

Read More
dsh-file-mentions: Making file paths in DSH replies clickable and openable

dsh-file-mentions is a DSH web client plugin, developed by community maintainer a903067276-rgb. It transforms local paths wrapped in backticks within agent replies into clickable inline links, supporting opening with system default applications and revealing in file managers, and summarizes mentioned files as a chip list at the end of the turn. Home directory paths are available by default, while external drives require whitelist configuration. It can be installed via the command `dsh plugin --profile web add`, is licensed under MIT, and requires DSH web version 0.1.0-rc.6 or higher.

Read More
dsh-mobile-hanui: Enabling DSH Web Interface for Optimal Mobile Usage

dsh-mobile-hanui is a DSH client plugin maintained by Z-6354. It automatically adjusts the web interface to a touch-screen layout when the viewport width is ≤ 1023px: the sidebar and detail panels switch to drawer and modal modes, pop-ups are centered full-screen, and a draggable floating menu button is provided. It also resolves issues such as the keyboard popping up automatically when switching sessions. The desktop experience remains unaffected. To install, run `pnpm add dsh-mobile-hanui` in `~/.dsh/profiles/web`, add the package name to the `dsh.profile.bundles` section in `package.json`, and restart dsh web. Licensed under MIT, npm version 0.2.5.

Read More
dsh-explain: Transforming DSH Work Sessions into a Local-First Learning Cycle

dsh-explain is a DSH learning mode plugin maintained by yuezengwu, compatible with DSH 0.1.0-rc.8. It extracts concepts from completed work sessions, generates structured learning cards, writes to cross-session global learning threads, and tracks learning progress via ExplainContext. The main agent remains unaffected, with data prioritized for local storage in SQLite. It supports manual /explain, selected text explanation, learning from responses, and automatic evaluation, while providing a diagnostic settings interface and context compression.

Read More
Jingling (dsh-jingling): A Local-First DSH Companion Plugin

Jingling is a DSH companion plugin maintained by Yi-111-a, designed for DSH 0.1.0-rc.6, with the current version dsh-jingling@0.1.0-alpha.19. She offers reviewable memories, Character Card V2 import, a web companion panel, and an optional Windows transparent desktop pet sidecar; she does not possess Shell, file system, network, or MCP permissions, and actual operations require switching back to the standard session. Installation is supported via one-click install-all.ps1, npm installation, or manual source packaging.

Read More
WeShop DSH Plugin: E-commerce Visual Creation on Harness Infinite Canvas

weshop-dsh-plugin is a native Cordis client plugin for DeepSeek Harness maintained by weshopai (v1.0.2, MIT). It integrates the WeShop e-commerce visual workspace into the Harness infinite canvas, supporting box selection, @ references, automatic generation of main images/virtual try-on/background processing, and synchronization with dialogues. The installation command is npx @deepseek-ai/dsh plugin --profile web add weshop-dsh-plugin, requiring the configuration of a WeShop API Key. It is suitable for developers who want to complete e-commerce visual batch processing within DSH and reduce tool switching.

Read More
DSH Plugin Marketplace: Browse, Review, and Install Community Plugins in DSH Settings

DSH Plugin Marketplace (@w2112515/dsh-plugin-marketplace) is a standalone installable DSH bundle maintained by w2112515, offering a catalog of 2,200+ community plugins under Settings → Plugins → Marketplace. The scanner verifies the existence of installation targets on pinned commits; automatic installations use `pnpm add --ignore-scripts`, while script-based plugins require individual review and approval for each instance. It supports curated solution packages, community ratings via GitHub reactions, and agent tools like marketplace_search. There is no telemetry, and the directory is a static JSON hosted on GitHub Pages. To install: `dsh plugin --profile web add @w2112515/dsh-plugin-marketplace`.

Read More
dsh-approve-for-me: Rule-Driven Sandbox Automatic Approval

dsh-approve-for-me is a DeepSeek Harness plugin maintained by Timeance, designed for rule-driven automatic approval of privilege escalation in Shell and PowerShell sandboxes. It sequentially performs fixed high-risk checks, literal command prefix rules, and optional LLM reviews, granting only a single "allowed-once" upon approval and deferring to the Harness's native manual approval when uncertain. This article introduces the installation command, Access preset activation methods, Web/YAML configuration examples, and the security model, catering to DSH users who aim to reduce repetitive approvals without switching to Full access.

Read More
dsh-one-gateway: Adding a Loopback Zero Trust Gateway Layer to DSH Web

dsh-one-gateway is a DSH web plugin maintained by TiantianFlow, which places a zero-trust gateway that only listens on the loopback interface in front of DSH. It verifies identity using a precise principal allowlist and supports Tailscale Serve, Cloudflare Access, and Headscale TCP Serve. DSH always remains on 127.0.0.1, and joining a private network does not equate to authorization. This article introduces the installation commands, setup process, three configuration methods for entry points, and their applicable boundaries.

Read More
dsh-doc: DeepSeek Harness Full-Local Document Parsing and Offline OCR

dsh-doc is an MIT-licensed plugin for DeepSeek Harness released by Sqhao-O. It locally parses PDFs, Office documents, images, and scanned files, outputting Markdown, plain text, or JSON without requiring Docker, HTTP services, or API keys. On Windows x64, it can mount pre-built Python + Xberg runtimes and offline Tesseract (for Chinese and English); other platforms fall back to the Node engine. The installation command is `dsh plugin --profile web add dsh-doc`. After configuring the engine via `cordis.patch.yml`, it can be used through `dshdoc_health` and `dshdoc_extract`.

Read More
dsh-vision-opencode: Configuring Switchable Vision Models for Text-Primary Master Models

dsh-vision-opencode is a DSH Web plugin that converts chat images into text via configurable vision models, enabling pure-text main models like DeepSeek to continue reasoning without switching the primary model. It supports image recognition model selection in the input box, vision settings, the vision_read_image tool, and vision-image-analysis skill, including a 60-second timeout and failure retry fallback. Installation: dsh plugin --profile web add -w github:poiuyjie/dsh-vision-opencode. MIT license, maintained by poiuyjie.

Read More
dsh-bookmarks: Saving Assistant Responses in DSH, Cross-Session Retrieval and Export

dsh-bookmarks is a bookmark plugin for DeepSeek Harness Web UI, maintained by penguin-oo. It allows users to bookmark each completed assistant reply and add notes and tags. Users can perform full-text searches, filter by tags, and edit inline across the session center panel. The plugin supports the Alt+B shortcut key and one-click export to dsh-bookmarks.md. Installation is done via the command `dsh plugin --profile web add dsh-bookmarks`, and after restarting dsh web, it is ready to use. Data is persisted in the DSH storage domain, making it suitable for personally consolidating conversation highlights. Note that it is designed for single-user storage, and jumping back to a session does not currently locate specific messages.

Read More
dsh-search-boost: Enhancing Multi-Engine Search and In-Depth Research for DSH

dsh-search-boost is a bundle plugin developed by Mr-remon219 for DeepSeek Harness, enhancing the built-in web_search/web_fetch with multi-engine integrated search, X search, page fetching, and deep research capabilities. It supports both free and API dual search layers, enabling zero-configuration parallel retrieval via Bing/DDG/Yahoo/Exa-free, with optional integration for Tavily/Brave/Exa. Installation command: dsh plugin --profile web add dsh-search-boost.

Read More