dsh-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 More
dsh-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 More
dsh-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 More
dsh-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 More
dsh-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 More
dsh-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 More
DeepSeek-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 More
DSH-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 More
dsh-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 More
dsh-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 More
dsh-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 More
dsh-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 More
dsh-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
Agent Team: Building Independent Agent Collaboration Teams in DeepSeek Harness

Agent Team (limuyang2/agent-team) is a multi-agent collaboration plugin for DeepSeek Harness. Each member is an independent root-level agent, equipped with its own model, session, skills, MCP, and permissions, collaborating through team tasks and a shared workspace rather than a subagent inheritance model. It supports mixed providers, task assignment by a Leader, a full-screen side-by-side workbench, and Git Diff preview. Web installation: npx @deepseek-ai/dsh plugin --profile web add @limuyang2/dsh-agent-team; current version 0.1.4, requiring Node.js 22.19+ and DSH 0.1.1-rc.2.

Read More
dsh-skin: Customizing Skins, Backgrounds, and Desktop Pets for the DSH Web Interface

dsh-skin is a DSH fun skin plugin maintained by KinGao294 (v0.4.0, MIT). It registers seven --dsw-alias-* palettes on the built-in theme runtime, supports local or URL wallpapers (with adjustable transparency, blur, and fit), and provides a milk dragon desktop pet that changes with the Agent's state. Settings are located in Settings → General, and preferences are stored in localStorage. Installation: Use `dsh plugin --profile web add -w dsh-skin`, then restart the dsh web for the changes to take effect.

Read More
dsh-user-experience: Conducting Frontend UX Audits from the Target User's Perspective

dsh-user-experience is a DeepSeek Harness plugin maintained by DietCokewithSugar, driven by target user personas to guide UX walkthroughs during development. It scans frontend source code such as React and Vue 3, optionally incorporating browser evidence, and uses natural language reports to pinpoint experience issues while generating verifiable optimization recommendations. It also supports automatic re-checks after code modifications. Installation command: dsh plugin --profile web add dsh-user-experience@0.4.2.

Read More
dsh-blender: Integrating a Complete Blender 3D Production Pipeline for DSH

dsh-blender is a DSH workflow plugin (v0.2.1) maintained by CheshireJCat, which registers 13 Blender tools, 30 skills, and 26 analysis helpers. It performs import, modeling, preview, rendering, verification, and multi-format export within a local Blender background process. This article introduces its positioning, core capabilities, official npm installation commands, typical session usage, and key security configuration points, targeting developers who need to complete 3D production in a closed-loop within DSH sessions.

Read More
DSH Remote: Bringing the DSH Console to Mobile and Another Computer

DSH Remote consists of the DSH plugin, a standalone gateway, and an Android/WebUI. It enables remote session viewing, handling approvals and queries, file transfer, and monitoring of running status over a local network or Tailscale through Token authentication. The plugin mode installation command is `dsh plugin --profile web add dsh-remote-plugin`, with the gateway listening on port 8787 by default. This setup is ideal for developers who need to continue their DSH workflow on a mobile phone or a secondary device without relying on remote desktop solutions.

Read More
dsh-portable-tavern: DSH Portable Tavern - Character Card Generation and Role-Playing Chat

dsh-portable-tavern is a portable tavern plugin for DeepSeek Harness Web GUI, maintained by XCNXNXNX. It provides an RPG-style visual panel for generating SillyTavern V2/V3 character cards and enabling AI roleplay chats within the same interface. Features include world book generation and completion, character card JSON/PNG import and export, a multi-character local library, custom OpenAI-compatible models, as well as panel themes, backgrounds, and local music playback. Data is persisted via localStorage, and it relies solely on the official @deepseek-ai SDK. Installation is possible via npm, GitHub, or Release tarball using the command `dsh plugin --profile web add`.

Read More
dsh-milestone: DeepSeek Harness Session Milestone Navigation Bar

dsh-milestone is a DSH client plugin maintained by SnowCrescenter-tech, featuring a Git-style dot timeline on the right side of the session view. Each question corresponds to a dot, with hover interactions revealing metadata such as time, turn count, duration, and TTFT. Clicking allows navigation to any message. It supports full question lists, on-site and cross-session search, bookmark deep linking, and keyboard navigation. The installation command is `dsh plugin --profile demo add dsh-milestone`, requiring Node.js >= 24 and compatible with DSH 0.1.1-rc.2.

Read More
dsh-kimino-theme: Transforming the DSH Web GUI into a "Your Name." Theme

dsh-kimino-theme is a DSH Web GUI theme plugin released by maintainer niiang, featuring the visual motif from the film *Your Name*. It offers comet-blue glassmorphism, movie wallpapers, logo replacement, and input card redesign. The plugin can be installed via the command `dsh plugin --profile web add github:niiang/dsh-kimino-theme` and does not modify DSH source code, restoring the original setup upon uninstallation. It is recommended for use with Edge or Chrome browsers; the code is released under the MIT license.

Read More
DSH Solo Thinking: Breaking Down Brainstorming into Actionable Thought Trees

DSH Solo Thinking is a workflow plugin maintained by fredalxin, which ports the Solo-style isolated brainstorming branch to DeepSeek Harness. Each direction corresponds to an independent Session, and cross-branch information exchange is facilitated solely through Handoffs drafted by the Agent. It supports automatic suggestions for 2–4 dormant branches, thought tree visualization, and persistent playback. Compatible with DSH 0.1.0-rc.6, it is recommended to install alongside Better Sidebar. This article introduces its core capabilities, installation commands, and typical usage.

Read More
dsh-clawrouter: Adding a Dangerous Tool Call Review Gate to DeepSeek Harness

dsh-clawrouter is a DSH plugin maintained by BlockRunAI that audits and forcibly intercepts dangerous tool calls before execution using a more powerful model, while also enabling access to 67 models via BlockRun routing on a pay-per-use basis with a single wallet. This article introduces the review gate, BlockRun routing, installation commands and cordis.patch.yml configuration, as well as the usage and precautions of built-in commands like /gate and /review.

Read More
dsh-llm-codebuddy: Integrating WorkBuddy API and CodeBuddy China Region Model into DSH

dsh-llm-codebuddy is a DSH community plugin maintained by Axiaohungry, which adds the CodeBuddy China Region Provider to DeepSeek Harness. It supports two authentication methods: WorkBuddy API Key and CodeBuddy China site token. The plugin allows users to obtain and edit the model directory via the WebUI and configure thinking settings. It can be installed independently without modifying the DSH global directory and has been verified in DSH 0.1.0-rc.6. It is suitable for developers who only have WorkBuddy credits or a CodeBuddy account and need to call CodeBuddy models within DSH.

Read More
dsh-usage: Persistent Balance and Usage Panel for DeepSeek Harness Web GUI

dsh-usage is a DSH client plugin maintained by Aisland-SJL. It provides a persistent dock and customizable balance/usage panel at the bottom left of the dsh web interface, supporting today's/monthly tokens, cache hit rates, 14-day usage logs, 28-day activity heatmaps, and a dual-channel comparison between DSH and Claude Code. Credentials are parsed by the Harness server, and three loopback GET endpoints aggregate data locally. Installation: dsh plugin --profile web add "github:Aisland-SJL/dsh-usage", requiring @deepseek-ai/dsh >= 0.1.0-rc.6.

Read More