dsh-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 More
Turn 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 More
Pack 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 More
Add 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 More
One-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 More
Integrate 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 More
Add 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 More
Enable 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 More
Add 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
Preview and Edit Design Drafts in DeepSeek Harness Chat with dsh-openpencil

### 翻译结果: dsh-openpencil is a DeepSeek Harness interface enhancement plugin maintained by ZSeven-W, which connects OpenPencil's .op canvas to conversations: it supports multi-frame precise preview, read-only interactive canvas, hosted editor, and five transactional design tools including openpencil_new. The community directory installation command is `dsh plugin add github:ZSeven-W/dsh-openpencil`. The current plugin version is 0.1.0-rc.1, and it has been tested on DSH 0.1.0-rc.6. The plugin runs with the permissions of the current dsh process. Before installation, please check the source code and the MIT license.

Read More
Make a Node-free desktop client for DeepSeek Harness with Deepseek-Harness-EAC

Deepseek-Harness-EAC is a community-maintained desktop client maintained by zouyuxuan122, which wraps the official `@deepseek-ai/dsh` into Electron. It has built-in Node and dsh CLI, allows double-clicking to launch the local Web UI, and comes with 10 sets of skins, a plugin marketplace and a tray resident function. This article checks the installation commands, Windows/Linux packages and precautions against the community directory, GitHub README and Releases. It is not an official DeepSeek application, and the directory site has no official affiliation.

Read More
Inline Rendering Interactive Interfaces in DeepSeek Harness Responses with dsh-genui

### 译文: dsh-genui is a DeepSeek Harness interface enhancement plugin maintained by omdsh-dev. When the model outputs a dsh-ui fence in its reply, the browser renders cards, charts, forms and quizzes inline according to the whitelist JSON. It supports dual-channel rendering, local-first interaction and event loop that feeds back to the model. This article verifies the installation commands, usage and precautions according to the community directory and GitHub repository.

Read More
Render Interactive Visualization Cards in DeepSeek Harness Conversations with dsh-visualize

### 正式翻译(符合技术文档译法): DSH-Visualize is an interface enhancement plugin for DeepSeek Harness maintained by Nagi-ovo. After the model calls the visualize function, the Web UI will render sandboxed interactive cards in the conversation for simulators, charts, comparison panels or UI mockups. This article verifies the installation commands, tool usage, theme following, streaming preview and Web-only restriction based on the plugin directory page and GitHub repository.

Read More
Equip Plain-text DeepSeek Harness Agent with "Eyes" Using dsh-vision-router

### 版本1(正式学术/技术文档译法,适配海外开发者语境): DSH-Vision-Router is a DSH tool and capability plugin (MIT License, v1.4.4) maintained by ysr666. It treats vision models as its "eyes" and DeepSeek as its "brain", and provides free-key-free anonymous fallback service from OVH by default, along with 11 pixel-level tools including question answering, positioning, cropping, pixel comparison and OCR. This article verifies the installation commands, usage of automatic image recognition model groups and permission precautions in accordance with the community directory and GitHub README. --- ### 版本2(更贴合国内开源项目对外宣传的自然译法): Maintained by ysr666, DSH-Vision-Router is a DSH utility and capability plugin under MIT License (v1.4.4). It takes vision models as its "eyes" and DeepSeek as its "brain", offers free anonymous fallback service powered by OVH by default, and has built-in 11 pixel-level tools such as Q&A, positioning, cropping, pixel comparison and OCR. This article checks the installation commands, usage of the automatic image recognition model suite and permission notes against the community repository and GitHub README.

Read More
Add Online Search Bridge to DeepSeek Harness with modsearch

modsearch is a DeepSeek Harness web search plugin maintained by liustack (MIT License, version 5.4.2 at the time of writing). It connects the built-in `web_search` of dsh to a fault-tolerant engine chain, and supplements `x_search` and `read_page` functions, enabling models without native internet access to query web pages or X, and obtain structured JSON with citations. This article verifies the installation commands, engine configurations and output contracts based on the community directory and GitHub.

Read More
Connect DeepSeek Harness to your active Chrome tab with dsh-browser

dsh-browser is an interface enhancement plugin for DeepSeek Harness maintained by Lum1104. It connects dsh to your active Chrome tab: the page will be transformed into numbered structured text, and models can be clicked, filled out, scrolled and navigated, without relying on screenshot or visual capabilities, while retaining login status and Cookies. The directory installation command is `dsh plugin add github:Lum1104/dsh-browser`. To fully enable it, you also need to install the Chrome extension "dsh Browser Helper" via the repository script. This project is licensed under the MIT License and has no relation to the npm package with the same name dsh-browser.

Read More
Install a Full-Screen Terminal Workspace for DeepSeek Harness with dsh-tianshu-tui

### 翻译结果: dsh-tianshu-tui is a DeepSeek Harness interface enhancement plugin maintained by huiliyi37, which attaches the Tianshu-style full-screen TUI to the official dsh TUI profile. This article verifies based on the community directory page, GitHub and npm package 0.1.2-rc.10 that it is purely a presentation layer driven by session events. It also provides the installation command for the directory page, the npx enabling method, the usage of sessions/approvals/images/workflows, as well as permissions and version precautions.

Read More
Add Model and Inference Strength Sliders to DeepSeek Harness Using dsh-reasoning-effort

# 修正:原文中“大肥鱼滑块”应为“大模型推理强度滑块”,以下是准确翻译: HanaAyane-maintained dsh-reasoning-effort brings Codex-style models and reasoning effort sliders to the DeepSeek Harness Web interface, with the gear positions reading model directories and syncing with `/model`. This article verifies the installation commands, the read-only YAML guidelines for custom providers, as well as the notes on the large model reasoning effort slider, permissions and licenses based on the directory page, GitHub README and v0.6.0 version.

Read More
Add Desktop Pets to DeepSeek Harness with dsh-pet

dsh-pet is a DeepSeek Harness Web desktop pet plugin maintained by PC2005-cloud: it does not read Agent status or call models during runtime, plays a transparent animation in the bottom-right corner by default, and supports click-and-drag operations. The repository also publicly releases prompt words, green screen matting scripts and plugin packages, allowing users to create custom images from scratch. The directory installation command is `dsh plugin add github:PC2005-cloud/dsh-pet`; the npm package version 0.1.4 can also be installed with the `--profile web` parameter. The code is licensed under MIT and only supports Web environments.

Read More
Add Round Completion Desktop Notifications to DeepSeek Harness with dsh-notification

dsh-notification is a notification plugin for DeepSeek Harness Web GUI maintained by omdsh-dev. After a session ends in one round, the browser will pop up system notifications via the Notification API. Users can toggle notifications based on end states such as completion or error, and filter them using keyword inclusion/exclusion rules. This article verifies the installation, settings, host projection configuration and known limitations in accordance with the community directory and the repository README.

Read More
Using Liang-Saint-Slider to Switch Models and Thinking Intensity in DeepSeek Harness

Liang-Saint-Slider (Liangsheng Slider) is maintained by BruzWJ. Connect the slider controller to the model slot of DeepSeek Harness Web: you can switch models and thinking intensity with the 0–30 gear slider after opening it. This article checks the installation commands, six-gear mapping, slot coverage method and license boundaries according to the community directory, GitHub README and source code. The code is licensed under MIT, and human portrait keyframes are not shared under this license.

Read More
Add Conversation and Workspace Rollback to DeepSeek Harness with dsh-turn-rewind

DSH-Turn-Rewind is a DeepSeek Harness session plugin maintained by Anionex. It anchors workspace restore points based on user messages, allows rolling back files when the agent deviates from the intended workflow, and optionally restarts the conversation from that turn. This article verifies the installation command, two recovery modes, the security boundary of Change Ledger, and the limitation that version 0.1 only supports regular Git worktrees through the catalog page and GitHub.

Read More
Using dsh_workflow to make DSH's one-time multi-Agent scheduling into a recoverable workflow

`dsh_workflow` is a DeepSeek Harness workflow plugin maintained by icetomoyo (MIT license, package name: `@dsh-external/workflow`). Instead of replacing DSH's front-end one-off workflow tool, it supplements a process layer that supports generation, saving, governance, observation and recovery: including named capsules, persistent run storage, pause and resume execution, and QuickJS isolated execution. This article verifies the installation commands, slash usage and permission boundaries in accordance with the community directory page and GitHub repository.

Read More