dsh-rewind: In-place Dialog and File Rewind within Same Window
dsh-rewind (npm: dsh-rewind-plugin) is a DSH workflow plugin maintained by SiriLee, aligning with the Claude Code /rewind semantics: it allows rolling back to any user message within the current session window, optionally restoring files modified by write/edit/str_replace_editor. It achieves conversation rollback by using append-only log masking, with lightweight pre-write backups stored at ~/.dsh/rewind-snapshots/, and does not rely on git. Installation: dsh plugin --profile web add dsh-rewind-plugin. Licensed under MIT, requiring Node.js ^22.19.0 || >=24.0.0.
Read Moredsh-code-ide: Mount an Optional Browser IDE Workbench in Harness Sessions
dsh-code-ide is an optional client-side plugin (v0.1.0-alpha.0, MIT) maintained by SakalioLabs for the DeepSeek Harness Web profile. It adds an IDE tab at the top of the session, embedding a resource explorer, CodeMirror 6 editor, workspace search, Markdown/media preview, and an xterm.js terminal via same-origin routing, without replacing the Harness chat and trace interface. It is compatible with Harness 0.1.1-rc.2; the recommended installation command is `dsh plugin --profile web add github:SakalioLabs/dsh-code-ide`. The plugin accesses the local workspace with the same permissions as the dsh process and is intended only for local loopback use. Before installation, users should review the source code and security boundary documentation.
Read Moredsh-desktop-windowos: A Windows Desktop Shell for DSH
dsh-desktop-windowos is a DSH Windows desktop shell maintained by RAFOLIE, built on Tauri v2, React 18, and TypeScript. The application automatically launches the local DSH web service, embeds a native webchat within the window, runs in the system tray, displays system notifications upon task completion, and delivers a single portable EXE file of approximately 4.5 MB. It can be installed via `dsh plugin --profile web add dsh-desktop-plugin` or downloaded directly from GitHub Releases. Features include an environment management panel, log and diagnostic export, dual-channel automatic updates for both DSH and the shell, crash self-healing, and additional modes. It requires Node.js ^22.19 or ≥ 24 and is compatible with Windows only.
Read MoreRisk Rule Design: Full Workflow of Ventilation Control Rule Mining in DSH
risk-rule-design is a third-party plugin released by pypcfx-glitch for DeepSeek Harness, distilled from the "100-Day Risk Control Expert" methodology. It performs data quality checks on samples containing X/y, mines single rules, finds the optimal combination of parallel rule sets, and outputs a self-contained HTML analysis report. The plugin registers three tools: rrd_profiling, rrd_mining, and rrd_report, along with the risk-rule-design expert skill. It is pure JavaScript with zero dependencies and is open-source under the MIT license. It is recommended to install it via `dsh plugin --profile web install dsh-plugin-risk-rule-design`, and invoking the skill in a conversation will seamlessly integrate the entire workflow.
Read Moredsh-oomol: Progressive MCP Discovery for Invoking OOMOL Connector Actions in DeepSeek Harness
dsh-oomol is a DeepSeek Harness web connectivity tool plugin maintained by oomol-lab, which connects the Harness to the OOMOL Connector (either OOMOL Hosted or self-hosted OpenConnector). The Harness only stores the Connector client keys, while Provider credentials remain on the Connector side; Actions are exposed on-demand through progressive MCP discovery. This article introduces the installation commands, dual-mode configuration, typical conversational usage, and security boundaries, along with applicable scenarios and troubleshooting tips.
Read Moredsh-plugin-integration: DSH Plugin Integration Center
dsh-plugin-integration is a DSH workflow plugin maintained by MutaLucem, providing a "Plugin Integration" tab in the settings panel. It dynamically discovers installed bundles, categorizes and tags them, identifies functional overlaps with one-click switching, and detects existence, shared usage, and tool name conflicts. The plugin supports safe start/stop operations and failure diagnostics. The installation command is `dsh plugin --profile web add github:MutaLucem/dsh-plugin-integration`, licensed under MIT, with the current version being 1.3.10.
Read Moredsh-web-file-uploader: Adding File Upload Capability to DSH Web Input Fields
dsh-web-file-uploader is a DSH client plugin (v0.3.0, MIT) maintained by Mooling0602. It adds a paperclip attachment button to the web chat input box, uploading files to the host machine and injecting them based on model capabilities: multimodal models receive native ImageBlock, while pure text models get absolute paths. Features include content-addressed deduplication, attachment card management, automatic cleanup with a default 7-day TTL, and a single-file size limit of approximately 48 MiB. It can be installed via `dsh plugin --profile web add` and is suitable for DSH developers who need models to read local files.
Read Moredsh-sticky-note: Real-time recording of ideas, reflections, and TODOs in the lower-left corner of DSH
dsh-sticky-note is a DSH Host plugin (v0.2.3, MIT) maintained by Meredith2328. It provides a sticky note panel in the edit box toolbar, allowing users to categorize and record ideas, thoughts, and TODOs. The plugin supports scheduled or Ctrl+S saving to ~/.dsh/sticky-notes, along with features such as checklist archiving, one-click sending to chat, Markdown preview, and automatic clearing of the recycle bin. It is compatible with DSH versions from 0.1.0-rc.7 to 0.1.1-rc.2 and can be installed via the command: dsh plugin --profile web add dsh-sticky-note.
Read Moredsh-drop-to-path: Delivering Images and Files to Text-Only Models via Workspace Path
dsh-drop-to-path is a DSH Web plugin maintained by loudMore, designed to address the issue where pure text models cannot receive image attachments and DSH rejects non-image files. It retains the native attachment UI and, during sending, uploads images along with PDF/Office/archive/video/audio files to the workspace `.drops/` directory and appends their paths, bypassing the `attachment-error` pre-check. When used in conjunction with dsh-vision-toolkit, it enables the capability to view images by pasting screenshots. It supports drag-and-drop and pasting, and can be installed using the command `dsh plugin --profile web add`.
Read Moredsh-theme-firefly: Applying the Firefly Theme to DSH Web UI
dsh-theme-firefly is a DSH Web UI theme plugin (v0.1.2) maintained by Liu-ZA-81. Inspired by Firefly from Honkai: Star Rail, it covers over 100 design tokens and provides wallpapers, a boot animation, firefly particles, background music, and typing sound effects. Install it with `dsh plugin --profile web add dsh-theme-firefly`, then restart DSH web to use it. It supports runtime imports for wallpapers and custom asset builds, and the code is released under the MIT license. Multiple themes are mutually exclusive, and it is recommended to enable only one at a time.
Read Moredsh-ai4scholar: Leveraging 38 Academic Tools in DSH for Literature Search, Full-Text Reading, and Citation Generation
dsh-ai4scholar is a DeepSeek Harness web plugin maintained by literaf, offering 38 native academic tools via ai4scholar.net. It covers Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv/medRxiv, and DOI, supporting unified search, PDF full-text segmented reading, auto_cite for automatic citation, and sci_draw for scientific visualization. The installation command is `dsh plugin --profile web add dsh-ai4scholar`, and the AI4Scholar API Key needs to be configured in the Web settings or via environment variables; some platforms charge based on credits, while arXiv and DOI are free. Licensed under MIT, current version v0.3.3.
Read MoreDSH Plugin Manager: Manage MCP, Skills, and Built-in Plugin Packages within the Settings Panel
dsh-plugin-manager is a DSH dual-end client plugin maintained by liqichen, embedded within the DeepSeek Harness settings panel. It provides a graphical interface for managing MCP service toggles and deletions, Skills browsing with recycle-bin-style deletion, and read-only browsing of over 160 built-in plugin packages. Changes are written to cordis.patch.yml and ~/.dsh/skills/, taking effect immediately without restarting the dsh web. Configuration backups are automatically created before write operations. This article introduces the installation and registration steps, usage of the three tabs, API interfaces, as well as usage boundaries and recovery methods.
Read Moredsh-plugin-langfuse: Exporting DSH Agent Sessions to Langfuse
dsh-plugin-langfuse is a community plugin for DeepSeek Harness maintained by linyp, implementing session telemetry integration. It exports each round of conversation as OpenTelemetry traces compliant with GenAI semantics, writes them into Langfuse via OTLP/HTTP, and supports feedback Scores, session aggregation, and fork lineage. This article introduces its positioning, core capabilities, profile bundle installation steps, environment variables and mode configuration, as well as considerations such as regional keys, privacy controls, and runtime permissions.
Read Moredsh-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 Moredsh-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 Moredsh-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 Moredsh-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 Moredsh-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 Moredsh-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 Moredsh-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 Moredsh-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 Moredsh-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 Moredsh-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 Moreoh-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 Moredsh-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