Connect Multiple DeepSeek Harness Instances via dsh-interconnect
### (注:原文开头的“dsh-interconnect”作为专有名词保留原拼写,专有译名统一符合技术文档惯例) dsh-interconnect is a DeepSeek Harness community plugin (MIT license, npm version 0.2.0) maintained by Chinesezjc. It uses a host-level HTTP/WebSocket service along with two tools, `interconnect_send` and `interconnect_ping`, to deliver messages, perform health checks, and push events bidirectionally across multiple instances and machines. This article verifies the installation command via the directory page, GitHub source code and npm, and covers the shared key `DSH_INTERCONNECT_TOKEN`, delivery semantics and precautions.
Read More### 正式专业译法(适配技术社区语境): **superpowers-dsh: Empowering DeepSeek Harness with TDD, Debugging and Planning Capabilities**
`superpowers-dsh` is a community skill plugin maintained by LayneChai, which portrays the TDD, systematic debugging, planning and collaboration skills of obra/superpowers to DeepSeek Harness. After installation, 14 skills will be registered for the host layer of `ctx.skills`, which can be loaded by the `skill` tool with their bare names. The installation command on the catalog page is `dsh plugin add github:LayneChai/superpowers-dsh`; you need to restart your profile after installation. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreAchieving Native-Level Image Understanding in DeepSeek Harness with dsh-vision
DSH-Vision is a DeepSeek Harness plugin maintained by Oil-Oil, open-sourced under the MIT License, currently at version 0.1.0, and compatible with DSH 0.1.0-rc.6. When the main model can process images, it directly sends the original image. For pure-text DeepSeek interactions, it submits the original image to ZenMux, Bailian, TokenDance or OpenRouter for analysis, then returns the results to the original model as untrusted context for answering. It also supports see-skill and local OCR. This article verifies the installation, configuration and security boundaries based on the table of contents and the GitHub README.
Read MoreAdd a pixel whale to the DeepSeek Harness session title bar with dsh-ui-whale
### 修正后的准确翻译(符合技术文档规范): dsh-ui-whale is a DeepSeek Harness Web UI interface enhancement plugin maintained by lhh010. It adds a 22-frame hand-drawn pixel whale that stays permanently in the session title bar, with animations including blinking, tail wagging, spouting water and sleeping synced with session snapshots. Clicking the whale will trigger a heart effect. The plugin does not modify core functions nor intercept model requests. This article verifies the installation commands, version compatibility and precautions against the community directory page and GitHub README/INSTALL.md.
Read MoreImport Historical Sessions Such as Claude Code and Codex into DeepSeek Harness Using dsh-chat-import
dsh-chat-import is a DeepSeek Harness session and message plugin (MIT License, current version 0.5.1) maintained by Nwflower. It can read-only import historical conversations from 14 sources including Claude Code, Codex, ChatGPT, Cursor, Gemini, Reasonix and Kimi into resumable dsh sessions, and supports export, bundle backup and slash command handover. This article verifies the installation commands, usage and permission precautions based on the community directory page and GitHub repository.
Read MoreCustomize the Thinking Status Copy of DeepSeek Harness with ui-status-label
**ui-status-label** is an interface enhancement plugin for DeepSeek Harness, maintained by alingalingling. It replaces the hardcoded "Deep diving..." text in the Web chat view with customizable runtime status copy that can be modified in General settings. It supports two implementation paths: DOM injection and `conversationStatus`, only modifying the interface without touching model requests. It is licensed under MIT, and a restart of dsh web is required after installation.
Read MoreUse dsh-skill-viewer to perform thermal management of DeepSeek Harness skills in the web interface
### 翻译结果: dsh-skill-viewer is a DeepSeek Harness interface enhancement plugin maintained by Fishquito7. It provides skill cards, hot start/stop, drag-and-drop addition, workspace filtering and batch migration on the Web settings page, and is附带 with the dsh-skill command. The current version is 0.7.0, under MIT license. This article checks the installation commands, working principles and precautions against the community directory page and GitHub README.
Read MoreUse deepseek-harness-skin to restyle DeepSeek Harness
deepseek-harness-skin is a DeepSeek Harness skin customization system maintained by HeiGeAi: it comes with 21 built-in skins, plus the ability to generate a full color scheme with a single image. It derives guaranteed contrast based on four color categories, verifies readability during construction, restricts its scope to the `body` attribute, and allows users to switch back to the native interface at any time. The community directory provides the `dsh plugin add` command, but the repository README specifies that it must be installed into the 0.1.0-rc.5 source code checkout and rebuilt, and the npx method is not available. The code is licensed under MIT, and visual materials have separate usage right boundaries.
Read MoreRun DeepSeek Harness on Multica with dsh-multica-runtime
### 翻译结果: dsh-multica-runtime is a development and runtime plugin maintained by multica-ai. It connects dsh to the Multica daemon via the JSONL protocol over stdio without modifying the source code of DeepSeek Harness. This article verifies its installation commands, detection process, headless conventions and license precautions based on the directory page, GitHub repository and Multica documentation.
Read MoreReplace DeepSeek Harness Session Page with Galgame Stage Using gal-view
gal-view is a DSH interface enhancement plugin maintained by Ayase34 under the MIT license. It adds a "GAL View" tab between "Conversation" and "Trace" in the Web GUI session tab bar, rendering the current session into a 16:9 ratio Galgame stage: featuring placeholder character sprites, typewriter-style dialogue lines, and player input, with a built-in visual scene editor. This article checks the installation commands, web profile restart steps, default presets and browser local save boundaries against the community directory page and GitHub README.
Read MoreInject Local Plugins into DeepSeek Harness Runtime with dsh-super-injector
DSH-Super-Injector is a DSH runtime mod injector maintained by yjh051108. After installing the bootloader, it can thermally inject local plugin packages into a running web instance, supporting hot reload, side挂转正 (converting sidecar/attached mods to native), uninstallation, and route self-healing. This article verifies the installation commands and capability boundaries based on the directory page, GitHub README/SPEC, and version v0.3.3.
Read MoreUse dsh-automation to let DeepSeek Harness run independent coding tasks on a schedule
DSH-automation is a DeepSeek Harness community plugin maintained by Titanwings, licensed under MIT, with the current version 0.1.5. It saves self-contained coding tasks, execution plans and permission boundaries, and executes them in a brand-new root Agent and Session every time the expiration date is reached, leaving auditable records. Users can create, pause, run immediately and view rules on the "Automation" page of DSH Web or through Agent tools; the permissions only allow read-only or workspace-write. This article checks the installation commands, usage and security boundaries against the directory page and GitHub README.
Read MoreUsing dsh-context to See What's Inside the DeepSeek Harness Context Window
`dsh-context` is a DSH session and messaging plugin maintained by bowenliang123. It provides a Context tab in the Web UI and the `/context` command, which displays six types of context components, requests by history, cropped and pruned events, and currently visible messages for the model. The directory installation command is `dsh plugin add github:bowenliang123/dsh-context`, and the README also provides the command `dsh plugin --profile web add dsh-context`. Licensed under Apache-2.0, it is oriented towards the web profile. The plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MoreAdd Secure Automatic Authorization for DeepSeek Harness with dsh-auto-mode
### 正式翻译版本(符合技术文档译法): dsh-auto-mode is a DeepSeek Harness workflow plugin maintained by NanmiCoder, which inserts an Auto permission tier between Workspace Write and Full access. Daily operations run through the official workspace-write sandbox, with semantic risks classified by the current Session model, and critical path damages will be rejected before execution. This article covers the directory page, GitHub and npm verification of installation commands, decision rules, and security boundaries.
Read Moredsh-toy: Connecting Small Toys to the Bounded Control Plugin of DeepSeek Harness
dsh-toy is a DSH community plugin maintained by c3ll256, implementing bounded toy control in TypeScript. The agent first asks for brand and model, then automatically selects the backend: for unknown hardware on macOS, it uses read-only CoreBluetooth discovery; local devices are handled via Buttplug/Intiface; and some share links go through MonsterParty. The default timeout is 30 seconds, and tokens are not exposed as visible parameters in the model. The installation command for the directory is `dsh plugin add github:c3ll256/dsh-toy`, under the BSD-3-Clause license. The plugin runs with the current DSH permissions, and users should check the source code before installation.
Read MoreTurn DeepSeek Harness "Everything is Plugin" into a Runnable Chinese Course Using dsh-harness-tutorial
dsh-harness-tutorial is an MIT open-source Chinese tutorial maintained by yanhua1010, which breaks down DeepSeek Harness's "everything is a plugin" concept into a VitePress site, 8 runnable demos locked at version 0.1.0-rc.6, and a teaching-oriented mini-harness (React + Node.js TypeScript). Although categorized under "Tools and Capabilities" in community directories, the repository itself serves as educational material rather than a runtime capability plugin. This article verifies the directory page and GitHub repository to explain what it is, how to read the four lessons, how to run the demos locally, and how to complete the final project.
Read MorePack the complete DSH web interface into Windows with deepseek-harness-desktop
Maintained by ningbainb, deepseek-harness-desktop uses Electron to host the official @deepseek-ai/dsh, packaging the complete web interface as-is into a Windows EXE without rewriting the page. This article verifies how the standalone desktop profile, 11 skins, dock, Skills, QQ Bot and SSH work, as well as the installation command on the community directory page and EXE verification steps, based on the community directory page, GitHub README, docs/desktop.md and the 2.0.0 Release. This is a community project, not an official release by DeepSeek.
Read MoreAdd DeepSeek V4 protocol adaptation for OpenAI client using deepseek-harness
HenryZ838978-maintained deepseek-harness provides protocol-aware adaptation for DeepSeek V4-Pro / V4-Flash, recording 16 protocol features, 10 contracts and 12 probes. This article verifies the access methods including pip, dsh CLI, MCP and SKILL.md, as well as precautions such as reasoning_content 400, prefix caching and the same-name conflict with the official dsh, based on the community directory and GitHub README.
Read MoreOne-click open VS Code workspace from DeepSeek Harness webpage with dsh-open-in-vscode
`dsh-open-in-vscode` is an MIT-licensed interface enhancement plugin maintained by omdsh-dev, which adds an "Open in VSCode" option to the DSH web sidebar workspace menu. This article verifies the 0.1.6 installation command, the versioned tarball of the web profile, the method of opening directories via Typert Remote, as well as its capability boundaries: it does not expose tools to models and does not read or write files.
Read MoreIntegrate Deterministic Engineering Workflow into DeepSeek Harness with mstar-harness
### 正式翻译(符合技术文档规范): mstar-harness (Morning Star) is maintained by btspoony, and uses the TypeScript engine to enforce access control for functions such as status/lease/dispatch. The mstar-* skills are responsible for multi-agent delivery judgment. This article verifies the differences between the directory installation command and the dsh plugin --profile web add @mstar-harness/dsh recommended in the README, as well as the usage of `/iteration-start` and `/codebase-audit`, based on the directory page, GitHub README and v2.3.0 release notes. The plugin runs with the permissions of the current dsh process, and you should check the source code and MIT license before installation.
Read MoreAdd Selected Annotations to DeepSeek Harness Web Chat with dsh-annotation
# 翻译结果: DSH-Annotation is a web interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev. Users can select text in the assistant's reply and add annotations, and after pressing Enter, the annotation blocks will be sent to the model along with the question, and the model's replies will be对照 one by one according to Annotation N. This article checks the installation commands, bundle access method, bubble hiding and usage notes against the directory page and GitHub repository. It is licensed under MIT, has no core code modifications, and is only applicable to web profiles.
Read MoreEnable DeepSeek Harness Minimal Mode on Windows Using dsh-gitbash-preset
`dsh-gitbash-preset` is a DeepSeek Harness community plugin maintained by Liceses (MIT License, npm package name `@icelily/dsh-gitbash-preset`, current version 0.1.2). It maps the official minimal-mode bash calls to the MSYS shell of Git for Windows, bypasses the limitation of unavailable PTY on Win32 via `bash -c` each time, and implements sandbox-aware gating. This article organizes the installation commands, preset usage, detection paths and precautions based on the plugin directory page, GitHub source code and npm documentation.
Read More# 用 DSH_Creative_Workshop 给 DeepSeek Harness 补上插件发现与评估工坊 # Complement the DeepSeek Harness with a Plugin Discovery and Evaluation Workshop using DSH_Creative_Workshop
DSH_Creative_Workshop is a community open-source project maintained by OBdangshang07, which performs plugin discovery, structure verification, graph retrieval, collection and installation planning outside the DeepSeek Harness runtime. This article is verified against the directory page and GitHub v1.1.4: the Browser Workshop has been launched, evaluations are bound to Revisions, Companion currently only provides dry-run plans, and structure verification is not equal to security audit.
Read More# Awesome-DeepSeek-Harness-Plugins: Organize DeepSeek Harness Community Plugins by Official Categories
Awesome-DeepSeek-Harness-Plugins is a bilingual curated directory of DeepSeek Harness community plugins maintained by Zhiyuan-Fan. It is divided into eight categories according to official capability junctions: models, tools, sessions, loops, runtimes, interfaces, integrations and operations. It is updated daily from public sources, and each entry is attached with its repository, star count and verified citations. The community directory classifies it as a skill and provides the `dsh plugin add` command, but the repository currently only has a README and MIT license, so it should be used as an index: after selecting the target plugin, check its source code and license before installing.
Read MoreAdd Cross-Session Long-Term Memory to DeepSeek Harness with dsh-memory-evolve
`dsh-memory-evolve` is a DeepSeek Harness memory plugin maintained by csyangwen (MIT License, JavaScript). It uses five-track memory, git branch filtering and confirmation-based writing to沉淀 project conventions, user preferences and progress into `~/.dsh/memories/`, eliminating the need to repeat everything from scratch when switching sessions. Capabilities such as skill evolution, four-track todo, COI scheduling and session broadcasting are also provided in the same repository, and most of them are disabled by default. The installation command on the directory page is `dsh plugin add github:csyangwen/dsh-memory-evolve`. The community plugin library has no official affiliation with DeepSeek / Horizon Robotics (Fang), and you should check the source code and license before installing.
Read More