### 正式技术译法(符合海外开源项目命名习惯): `deepseek-harness-external-migration: Migrate configurations and sessions from Codex and Claude Code into DeepSeek Harness`

A MIT plugin maintained by buguoshixc that migrates configurations and chat histories from Codex, Claude Code, Qoder and OpenCode to DeepSeek Harness. The process includes scanning, previewing and confirming the import: scanning is read-only and does not return credentials, and import requires `confirm=true`. First export a review package for configurations, replace MCP keys with environment variables, and no automatic overwriting. Requires dsh 0.1.0-rc.5 and Node.js 22.19+/24+. Installation command on the catalog page: `dsh plugin add github:buguoshixc/deepseek-harness-external-migration`.

Read More
Add Visual, Reasoning Tier and Token Capacity for Custom Models in DeepSeek Harness via better-model-provider

### 正式翻译: The official "Models" page of DeepSeek Harness can manage providers and API keys, but in the past, adjusting the inference strength levels, visual input capabilities, and token capacity for custom models could only be done by manually editing the YAML files. The MIT-licensed plugin `better-model-provider` maintained by sanshanya added a "Model Capabilities" section on the settings page, which configures these native capabilities based on the model's declared specifications, without modifying the Harness runtime or touching credentials. This article verifies the installation commands, usage methods, and compatibility boundaries based on the community directory page and the GitHub README.

Read More
Connect Local DeepSeek Harness to WeChat with dsh-wechat-bridge

### 以下是专业技术翻译版本(适配海外开发者社区表达习惯): dsh-wechat-bridge is a DeepSeek Harness transmission plugin maintained by gtaifu. It uses Tencent's official iLink (WeChat ClawBot/Lobster) channel. Users can connect their local DSH to WeChat via QR code scan: send messages, run tasks, and reply to WeChat messages, without requiring OpenClaw or public network gateways. It is licensed under MIT and has zero runtime dependencies. The directory installation command is `dsh plugin add github:gtaifu/dsh-wechat-bridge`. This article covers its features, installation steps, slash commands, permissions, and known limitations in one place.

Read More
# DSH Spotlight: Add Keyboard-First Command Palette to DeepSeek Harness Web Interface

DSH-Spotlight is a DeepSeek Harness web interface enhancement plugin maintained by 0xsline. Use ⌘K / Ctrl+K to open the command panel, where you can search and execute native slash commands, recent conversations, current interface operations, and installed plugin settings. This article cross-verifies its installation command, usage and restrictions based on the plugin directory page, GitHub and npm: it needs to be installed into the web profile, is open-sourced under the MIT license, runs with the permissions of the current DSH process, and some actions depend on the page DOM.

Read More
Add a Specification-Driven Closed Loop to DeepSeek Harness with dsh-spec-loop

`dsh-spec-loop` is a DeepSeek Harness community plugin (MIT license, current version v0.1.2) maintained by tianji-qingtian. It uses the `/spec` command family to drive the workflow of "generate specification → approve → implement → one-by-one acceptance → archive". Its change directory is compatible with the openspec/ layout of OpenSpec, and it comes with format verification and approval gates, with change cards displayed above the Web UI input box. This article checks the installation commands, typical usage and permission boundaries by comparing the catalog page with the GitHub repository.

Read More
Connect Tavern World Book to DeepSeek Harness with dsh-LorebookMD

DSH-LorebookMD is a worldbook creation plugin for DeepSeek Harness Web, maintained by 609476965. It imports character cards and worldbooks from SillyTavern/TavernAI, saves them as local Markdown files, and generates two presets: "·World Book" for role-playing by injecting entries via trigger words, and "·Creation" for writing novel texts based on settings. This article verifies the installation commands, data paths and capability boundaries across the community directory page, GitHub and npm 1.0.0.

Read More
Install a Built-in Capability Checker for DeepSeek Harness Web with dsh-builtin-toggles

### 翻译结果(专业技术译法,符合开源项目文档表达习惯): `dsh-builtin-toggles` is an unofficial DSH Web plugin maintained by Starfie1d1272, currently at version 0.3.2 on npm and licensed under MIT. It turns the built-in capabilities of the Web Loader into evidence-backed inspectors, and only allows modifying 9 reviewed interface toggles. This article verifies the installation command, settings entry, fail-closed boundary and rc.6 review baseline in accordance with the community directory, GitHub README and Inspection API.

Read More
Using dsh-annotate to mark browser elements for DeepSeek Harness

dsh-annotate is a DeepSeek Harness interface enhancement plugin maintained by BrambleXu. Through the `/annotate` command and supporting Chrome extension, it captures selectors, DOM, computed styles, accessibility data, comments and visible viewport screenshots on the local loopback WebSocket, and hands page issues to the agent for processing in the next round. This article verifies the installation commands, usage, configurations and version 0.1 boundary of the project against the community directory page and GitHub source code.

Read More
Add 3GPP Protocol Index to DeepSeek Harness with comm-protocol-hub

comm-protocol-hub is a DSH community plugin (MIT) maintained by Thanksgiver233. It has compiled 70 summaries of 3GPP protocols from Rel-15 to Rel-18 into a local knowledge base categorized into 8 types including TN/NTN, holography, near/far field, hybrid, security and etc., which can be queried through three tools: search, browsing and detail viewing. The data is embedded, and there is a panel on the Web side. This article checks the installation commands and boundaries against the catalog page and GitHub: it is a summary index rather than the full specification, and you should check the source code and license before installation.

Read More
Use turtle-ui to open the original TUI of DeepSeek Harness in the terminal

### 正式翻译(符合技术文档规范): Turtle-UI is the original terminal UI extracted from DeepSeek Harness, provided as-is by turtle1999 under the BSD-3-Clause license. It is stacked on top of dsh-base as a dsh profile combination package, and is responsible for TTY rendering and input. This article verifies the installation command, the `--profile tui` usage and slash commands according to the directory page and GitHub, and points out the limitations such as the 404 status of `github:deepseek-harness/turtle-ui` and the unavailability of the in-app `/resume` handover function.

Read More
Connect DeepSeek Harness to Telegram private chats using Telegram

This community plugin uses the Telegram Bot API long polling to bridge private chat text messages into agent sessions of DeepSeek Harness: one chat corresponds to one session, the user whitelist is disabled by default, and assistant replies are formatted in HTML and split at 4096 characters. This article checks installation commands, configuration items, telegram-agent examples and known limitations against the plugin directory page and GitHub source code.

Read More
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 More
Add 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 More
Manage 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 More
Install 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 More
Add 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 More
Add 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 More
Create 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 More
Add 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 More
Use 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 More
Implementing 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 More
Use 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 More
Add 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 More
Add 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 More
Integrate 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 More