Add VS Code-style three-panel workbench to DeepSeek Harness web interface using dsh-workbench
dsh-workbench is a DeepSeek Harness Web GUI plugin maintained by Dpf555, under the MIT license. It adds a VS Code-style three-panel layout to the web interface: a permanently displayed Explorer on the right, and the Monaco 0.52.2 editor in the middle for file editing and Markdown preview. The installation command for the catalog page is `dsh plugin add github:Dpf555/dsh-workbench`. To get the complete three-panel layout, you also need to download the Monaco resources according to the README and patch the checkout of DSH 0.1.0-rc.6. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreAdd Official TOU Token Billing for DSH Web with dsh-web-billing
dsh-web-billing is a DeepSeek Harness Web billing plugin maintained by bpc-oss. It charges for each assistant message according to the official policy schedule (including peak-valley pricing starting from August 17, 2026), with the ledger persisted, and displays the session cost and account balance on the interface. It displays ¥ for Chinese users and $ for English users, and the currency can also be forcibly specified. At the same time, it overrides the coding plan and local models according to provider routing to avoid mistakenly applying third-party packages to DeepSeek's peak-valley pricing. This article cross-verifies the installation commands and capability boundaries based on the plugin directory page, GitHub README and official price page.
Read MoreManage Thoughts, Decisions and Tasks in DeepSeek Harness with dsh-track
DSH-track (Track Bridge) is a DeepSeek Harness workflow plugin maintained by fakechris. It uses capture walls, decision ledgers and Linear-style issues to manage ideas and tasks within Harness, without relying on external project management services. This article checks the installation commands, tool usage, web panel and permission precautions against the community directory, GitHub README, protocol skill and npm 0.5.0 package.
Read MoreInstall a Safety Calculator for DeepSeek Harness with dsh-tool-calculator
### 翻译结果: The dsh-tool-calculator is a DeepSeek Harness community plugin maintained by omdsh-dev. It uses a zero-dependency recursive descent parser to evaluate mathematical expressions within the process, without relying on `eval` or spawning bash processes. This article checks the installation commands, whitelisted functions, security boundaries and adaptation instructions for version 0.1.0-rc.6 against the directory page and the GitHub repository.
Read MoreAdd a Real-time Token Dashboard to DeepSeek Harness with dsh-token-panel
### 译文: dsh-token-panel is a DeepSeek Harness session and message plugin maintained by juhe291, which provides a draggable Token dashboard in the lower right corner of the Web UI. It reads DSH's token metering and session projections, and real-time displays context pressure, per-model costs, and daily/monthly usage. It supports peak-valley pricing, inline editing of budget balance, and local JSONL bookkeeping. This article cross-verifies based on the catalog page and GitHub repository version 0.4.7, explaining the installation commands, configuration items, digital caliber, and security precautions.
Read MoreAdd a Sticky Note to the Bottom-left Corner of DeepSeek Harness with dsh-sticky-note
*dsh-sticky-note* is a DeepSeek Harness Web plugin maintained by Meredith2328 (MIT License, v0.2.1). It adds a sticky note button to the left of the input bar, allowing users to jot down ideas, thoughts, and TODO items with quick categorization. It automatically saves content as local Markdown files at timed intervals, and supports one-click sending, history list, archive recovery, and an overdue recycle bin. This article verifies the installation command, storage path and permission boundaries by cross-checking the community directory page and the GitHub source code.
Read MoreCreate a specification snapshot for the secondary development of DeepSeek Harness using dsh-specs
Maintained by showjiangnan, dsh-specs organizes the products, architectures, extension points and quality constraints on a fixed upstream commit of DeepSeek Harness into a specification library that can be read on demand by Codex and Claude Code. This article verifies through the directory page, GitHub README, AGENTS.md and source-lock.json: it does not contain source code and cannot run DSH independently. What are the installation commands and workspace reading paths, as well as the evidence boundaries that must be checked against the source code before deployment.
Read MoreAdd a non-main-session-writing sidechain to DeepSeek Harness using dsh-sidechain
The community plugin `dsh-sidechain` provides `/side` persistent side sessions and `/btw` one-off side questions for DeepSeek Harness, which run in temporary forks while the main session history remains unchanged. This article verifies against the plugin directory page and GitHub README: the maintainer is omdsh-dev, the version is 0.6.4, it is compatible with DSH rc.5 / rc.6, as well as the web sidechain panel, installation commands and isolation boundary.
Read MoreUse dsh-session-deeplink to add shareable URLs to DSH sessions
### 翻译结果(兼顾技术文档的严谨性和自然表达): `dsh-session-deeplink` is a DeepSeek Harness Web client plugin maintained by R3alloc, which generates a shareable URL containing the local session via the `?session=` parameter. This article verifies the following details through the catalog page, GitHub and npm repositories: it is licensed under MIT, with version 0.1.1, and based on dsh 0.1.0-rc.6. It is recommended to install it into the web profile; after restarting dsh web, the session ID will be synchronized to the address bar. It is not a cloud sharing tool, and the target session must already exist in the current session list.
Read MoreImplementing Condition-Driven Wake-Up in DeepSeek Harness Using dsh-sentinel
dsh-sentinel is a DeepSeek Harness community plugin (BSD-3-Clause, v0.11.0) maintained by fuhefei. After monitoring agent registration files, commands, HTTP services, processes, ports or Webhooks, the session can be put into hibernation or even closed, and the resident dsh process will wake up when the conditions are met; subscribe to the write sidecar, and the trigger can be supplemented after restarting. Installation command: dsh plugin add github:fuhefei/dsh-sentinel. The plugin runs with the permissions of the current process, and the source code and license need to be verified before installation.
Read MoreUse dsh-plugin-interpreters to let DeepSeek Harness run Python and Node code locally
### 版本1(正式科技文档译法,适配海外开发者语境): The `dsh-plugin-interpreters` is a community plugin for DeepSeek Harness maintained by HuanLinOTO. It exposes two commands `run_python` and `run_node` to the model: it executes code via the native interpreters through stdin, returns the stdout, stderr and exit code, and allows configuring interpreter paths and timeout via the settings page. This article verifies the installation commands, capability boundaries and precautions based on the directory page, GitHub repository and npm package version 0.1.0. ### 版本2(更贴合插件开发者文档的简洁译法): `dsh-plugin-interpreters` is a community plugin for DeepSeek Harness developed and maintained by HuanLinOTO. It provides `run_python` and `run_node` functionalities for the model: it runs code using local interpreters via stdin, returns stdout, stderr and exit code, and supports configuring interpreter paths and timeout in the settings page. This article checks the installation instructions, capability limits and precautions against the directory page, GitHub repo and npm package v0.1.0.
Read MoreAdd a Built-in Plugin Marketplace to DeepSeek Harness with dsh-plugin-installer
*dsh-plugin-installer* is a DeepSeek Harness interface enhancement plugin maintained by Toukaiteio, which adds a "Plugin Marketplace" tab to the official Web UI under **Settings → Plugins**. It discovers repositories from GitHub via the `dsh-plugin` and `dsh` topics, verifies the `dsh.bundle.patch` field in `package.json`, prioritizes installing Release .tgz packages with SHA-256 checksums to the selected profile, and supports functions such as updates, deletions and Web profile switching. This article checks the installation commands, usage and precautions against the community directory page and GitHub README.
Read MoreAdd a connectable AIGC canvas to DeepSeek Harness with dsh-plugin-aigc-canvas
# 翻译结果: The dsh-plugin-aigc-canvas, maintained by HuanLinOTO, provides provider-agnostic AIGC HTTP bridge, session-level canvas and ffmpeg post-processing for DeepSeek Harness. It first looks up the provider before sending requests (the API key is attached by the host), places files on the canvas and connects edges according to references. The default stub only synthesizes test media. Install via the catalog page: `dsh plugin add github:HuanLinOTO/dsh-plugin-aigc-canvas`. The plugin runs with the current DSH process permissions, please inspect the source code and license before installation.
Read MoreIntegrate OAuth 2.1 MCP into DeepSeek Harness with dsh-oauth-mcp-client
`dsh-oauth-mcp-client` is a DeepSeek Harness community plugin maintained by Springbrand-lab. It adds OAuth 2.1 support (authorization code + PKCE, dynamic client registration, browser login and local callback) based on the native `dsh-mcp-client`. It connects to the Springbrand production MCP Gateway by default, and users can also add other services that support OAuth and Streamable HTTP via the web interface. Tokens are stored by the DSH credential service. It is licensed under MIT, and currently needs to be built locally before being installed into the web profile.
Read MoreManage MCP Servers in DeepSeek Harness Settings Page with dsh-mcp-manager
`dsh-mcp-manager` is a DeepSeek Harness community plugin maintained by hyqhyq3, which manages remote HTTP and local stdio servers in the web interface under **Settings → MCP**. It complements the missing features of the built-in `dsh-mcp-client`, including OAuth (authorization code + PKCE, RFC 7591 dynamic client registration) and stdio transport, with static tokens only referencing environment variable names. Tools are registered in the format `mcp__<name>__*`, optional on-demand broker support is available, and workspace isolation is supported. It is licensed under MIT and requires the web profile.
Read MoreConnect Deepseek-v4-flash of WeChat Gateway to DeepSeek Harness with dsh-llm-wechat
`dsh-llm-wechat` is maintained by sulfide2085. It enables DeepSeek Harness to use WeChat Coding Plan's Deepseek-v4-flash (chatapi.weixin.qq.com) as the official model: it reuses DeepSeekAdapter, performs streaming translation of `think` tags, and fixes the null override issue in tool calling. This project is categorized under Notifications & Integrations, and has 6 GitHub stars. Installation: `dsh plugin add github:sulfide2085/dsh-llm-wechat`. Before using, please set the `WECHAT_API_KEY` environment variable, and note the approximately 60-second gateway timeout and license requirements.
Read MoreIntegrate ChatGPT Subscription into DeepSeek Harness via dsh-llm-codex-oauth
# 翻译结果: dsh-llm-codex-oauth is maintained by Player-MINEPIG under the MIT license. It uses the Codex OAuth device code to log into ChatGPT, exposing subscriptions such as Plus/Pro as a dsh codex-oauth provider. Credentials are only written to the local credential store; it can view images but does not generate them. The author states that calling the undisclosed backend violates the terms and carries the risk of account ban. Installation: dsh plugin add github:Player-MINEPIG/dsh-llm-codex-oauth.
Read MoreUse dsh-lark-meeting-notifier to monitor today's Feishu meetings in DeepSeek Harness
*dsh-lark-meeting-notifier* is a DeepSeek Harness Web plugin maintained by yeruizhi, licensed under MIT. It does not add tools to the model, but only lists the remaining Feishu meetings for the day on the right side of the webpage, and flashes reminders with advance times such as 20/10/5 minutes. The calendar is obtained in read-only mode as a user via the official lark-cli, and the local "✕" will not modify Feishu schedules. This article verifies the installation commands, authorization steps, configuration items and danger-full-access sandbox boundary according to the community directory page and GitHub README.
Read MoreConnect DeepSeek Harness to Feishu with dsh-lark-link
### (注:原文存在部分无意义字符串,已保留原样翻译) dsh-lark-link is a community session plugin maintained by amlyczz, which connects DeepSeek Harness to Feishu/Lark. This article verifies the following contents based on the directory page, GitHub README and npm 0.3.3: creating an app via QR code, switching modes with cards, Outbox and inbound WAL, media sending and receiving, and the /doctor diagnostic package. The installation provides the original directory and the npm writing method from README, and explains the default Full access, group chat no need to @, and the boundary of plain text reissuance.
Read MoreImport Historical Sessions Including pi, OpenCode, Codex into DeepSeek Harness Using dsh-import-agents
*dsh-import-agents* is a community-maintained MIT plugin by Chang-Tong. It converts historical chats from Pi, OpenCode, Codex and Claude Code into resumable DeepSeek Harness sessions, and transforms agent/prompt patterns into skills. Its web interface offers one-click sync buttons, slash commands and new session migration prompts. This article verifies installation commands, four source paths, idempotent import and precautions against the directory page and GitHub README.
Read MoreUpgrade DeepSeek Harness Web Edition into an all-in-one development environment with dsh-IDE
dsh-IDE is maintained by chenw2759-wq, which turns DeepSeek Harness Web GUI into a JupyterLab-style workspace: featuring a file tree, syntax-highlighted editing, built-in terminal, Tree-style red-green diff, as well as Markdown/Office preview and visual editing. In SSH mode, the model remains running locally, while files and commands are executed remotely. It is licensed under BSD-3-Clause. The directory installation command is `dsh plugin add github:chenw2759-wq/dsh-IDE`; the repository README requires installing three packages separately into the web profile after cloning.
Read MoreReplace DeepSeek Effort with a three-speed slider using dsh-huadongbianzuqi
`dsh-huadongbianzuqi` is a DeepSeek Harness Web frontend plugin maintained by zjl88858, which replaces the Effort dropdown with a three-step slider with an avatar knob. This article verifies through the community directory page, GitHub README, package.json and source code that only the interface display is modified by 牢梁/ Liangzi/ Liangsheng, while the submitted values remain off/high/max; it needs to be installed into the web profile, there are currently no Release assets, and for reproducible installation, please fix the version to v0.1.0. The code is licensed under MIT-0, and the portrait rights of the avatars are not within the scope of the license.
Read MoreUse dsh-docs to let DeepSeek Harness parse PDFs, Office documents and scanned files locally
dsh-docs is a fully local documentation plugin for DeepSeek Harness maintained by Sqhao-O. It can parse PDF, Office documents, images and scanned documents within authorized directories. For Windows x64 systems, it uses offline Python/Tesseract OCR with fixed hash verification, while other platforms fall back to Node Xberg. The directory installation command is `dsh plugin add github:Sqhao-O/dsh-docs`, and the npm package `dsh-doc` is recommended for web scenarios.
Read MoreAdd Three-Tier Automatic Memory to DeepSeek Harness Web with dsh-auto-memory
`dsh-auto-memory` is a DSH Web memory plugin maintained by Aik358: it features three-tier memory automatic injection and retrieval for user-level, project notes and daily logs, and is equipped with daily reflection, visualization panel, intelligent retrieval and calendar functions. It can also inherit historical memories from tools such as Claude Code and Codex. The npm package is `@a9i5k4/dsh-auto-memory`, with the current version 0.1.26 and the BSD-3-Clause license. The installation command on the catalog page is `dsh plugin add github:Aik358/dsh-auto-memory`. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreManage Archived Conversations in DeepSeek Harness Settings Page with dsh-archived-conversations
`dsh-archived-conversations` is a DeepSeek Harness community plugin maintained by hxyz486 (MIT license, package version 0.1.2, with 6 stars on both the catalog page and GitHub). It provides an "Archived Conversations" entry on the Web settings page: users can view archived conversations grouped by workspaces, support expanding full text, one-click recovery, clearing archived records, permanently deleting grouped entries and local logs. The installation shall refer to the catalog page: `dsh plugin add github:hxyz486/dsh-archived-conversations`. The plugin runs with the current dsh process permissions, and the log deletion path relies on PowerShell.
Read More