fabric: Equipping DeepSeek Harness with Minecraft-style Mixin Hooks

Fabric is a DSH community plugin maintained by omdsh-dev, similar to the load-time hook processor for Minecraft Fabric. It adopts a three-pack splitting mechanism, rewriting target functions with trusted code without modifying the original source code of the target. The directory page command is `dsh plugin add github:omdsh-dev/fabric`; the English README also recommends the released `pkg.tgz`. It is disabled by default and needs to be enabled before launching with `fabric-dsh`.

Read More
Generate Usage Reports from DeepSeek Harness Session Logs with dsh-whale-report

**dsh-whale-report (DeepTrace / Whale Notepad)** is a DeepSeek Harness community plugin maintained by SenmuuuuW, licensed under MIT, with the current version 0.4.0. It only reads and aggregates local session event logs, and generates daily, 24-hour, weekly, monthly, annual or custom interval reports through deterministic rules, covering expense and token billing, retry storms, dangerous commands, secret existence scanning and collaborative review. Reports can be exported via the panel, `whale_report` chat tool or `pnpm report` CLI. The community repository is not an official app store; the plugin runs with the permissions of the current dsh process. You should inspect the source code before installation and pin the commit if possible.

Read More
Perform read-only health checks on DeepSeek Harness session files with dsh-session-health

`dsh-session-health` is a DeepSeek Harness session diagnosis plugin maintained by `omdsh-dev`. It performs read-only scans on multi-frame zstd session files under `$DSH_HOME/sessions`, detects torn, corrupted, empty sessions and stray residues, registers the `session_health` tool, and outputs JSON reports. This article verifies the installation commands, detection items and deep mode restrictions against the community directory page, GitHub source code and official Harness documentation.

Read More
Use dsh-qq2006 to replace the DeepSeek Harness with QQ2006 skin

### 注意:用户提供的原文是中文,要求翻译成英文,以下是准确翻译版本: The `dsh-qq2006` is maintained by LaplaceYoung, which provides switchable QQ2006 coral blue theme for DeepSeek Harness Web UI, and uses `body[data-ds-skin]` to ensure zero pollution to the default skin. This article verifies through the community directory page and GitHub README: how to install the directory command, the release version only contains the theme and the global skin table, the complete login window and chat chrome need to go through the fork branch or patch, and the QQ2006 materials are for learning purposes only, please do not use them commercially.

Read More
`dsh-im-gateway: Connect DeepSeek Harness to WeChat, Feishu and Telegram`

### 正式翻译(符合技术文档规范): `dsh-im-gateway` is a DeepSeek Harness session and messaging plugin maintained by *zhuiyueya*, licensed under MIT, with the current version being 0.1.0. It provides an aggregated IM gateway within the `dsh` process, connecting agents to over 20 IM channels including WeChat, Feishu, Telegram, Discord, QQ and others. It supports per-chat session management, remote tool approval and interactive questioning. The community directory installation command is `dsh plugin add github:zhuiyueya/dsh-im-gateway`; for web configuration, you can also use the npm package name with the `--profile web` flag. The plugin runs with the current `dsh` permissions, please verify the source code and license before installation.

Read More
Use dsh-harness-ops to implement A/B rotation, 10-second self-healing and one-click rollback for DeepSeek Harness

`dsh-harness-ops` is a DeepSeek Harness operation and maintenance toolbox maintained by fakechris (MIT License, current version 0.3.2). It uses two A/B slots to host official daily snapshots, and only performs atomic switchover after passing acceptance checks, with one-click rollback available. It uses `launchd`/`systemd` to start the web service in about 10 seconds, and the bundle plugin resumes the interrupted TURN service. When the web service is completely down, use `dsh-doctor` to run nine-item diagnostics. The community directory is categorized under interface enhancements. The complete installation shall follow the procedure of executing `install.sh` after `git clone`, and plugins run with the permissions of the current `dsh` process.

Read More
dsh-grok-tui: Driving DeepSeek Harness with the TUI of grok-build

dsh-grok-tui is a DeepSeek Harness interface enhancement plugin maintained by chen-001: it utilizes grok-build's TUI for the interface, while prompts, tools, model routing, and sessions are still provided by dsh. This article verifies the installation commands, host bridging, session sharing, herder/tmux resource panels, and limitations such as macOS/Linux compatibility, permissions, and dual-instance storage based on the community directory page and GitHub README.

Read More
Call the Command Code model in DeepSeek Harness with dsh-commandcode-provider

Unofficial DSH plugin dsh-commandcode-provider maintained by Mars-Sea connects Command Code subscriptions to DeepSeek Harness, featuring real-time model catalog, reasoning-effort, package filtering and usage cards. This article verifies the installation commands, key configuration and restrictions against the community directory and GitHub README. The current npm version is 0.4.0, with MIT license.

Read More
Add a Dangerous Command Review Gate to DeepSeek Harness with dsh-clawrouter

dsh-clawrouter is a DeepSeek Harness plugin (MIT) maintained by BlockRunAI. For dangerous tool calls, a stronger model first issues a decision of approval, rejection, or human intervention, which is enforced by the executor without replacing the original permissions. It also registers the blockrun routing: a wallet can call 67 models on a pay-per-use basis via x402, and provides restricted vision capabilities. The gate is closed by default. This article verifies the installation, configuration and boundaries based on the community directory page and GitHub README / CHANGELOG.

Read More
Using dsh-advisor to configure the secondary model for passive review per round of DeepSeek Harness

dsh-advisor is a DeepSeek Harness plugin maintained by omdsh-dev. It attaches an independent review model to each session, injecting suggestions in the order of nit/concern/blocker, and does not approve actions or issue commands on behalf of the main agent. This article verifies the installation commands, configuration access control, Web/TUI usage and current MVP limitations based on the plugin directory page and GitHub README.

Read More
Integrate BitFun into DeepSeek Harness Sessions via dsh-acp-for-bitfun

`dsh-acp-for-bitfun` is a DeepSeek Harness development and runtime plugin maintained by bobleer, licensed under MIT. It connects the `bitfun acp` command of BitFun CLI to the official dsh subagent client via ACP v1 over stdio, allowing any session to delegate tasks to BitFun using `subagent_bitfun`. The installation command is `dsh plugin add github:bobleer/dsh-acp-for-bitfun`. It requires BitFun >= 0.2.17 and dsh >= 0.1.0-rc.6. The plugin runs with the permissions of the current dsh process, and you should inspect the source code and license before installation.

Read More
View Balance and Remaining Tasks at the Session Header with DeepSeek-Harness-billing-plugin

The DSH billing plugin maintained by WilliamLIiii: It uses the official GET /user/balance to display the RMB balance, and estimates how many tasks can still be run based on the historical session usage of V4 Flash/Pro and the peak-valley tariff rate of 2026-08-17. This article checks the catalog page, GitHub source code and DeepSeek price list, and explains the dual-package structure, installation commands, estimation caliber and restrictions such as only RMB/manual refresh.

Read More
Integrate Self-hosted Search and Crawling into DeepSeek Harness Using surfing-plugin

The `surfing-plugin` is maintained by cyijun, which connects the native `web_search` and `web_fetch` from DeepSeek Harness to self-hosted SearXNG and Crawl4AI. It registers `surfing-searxng` and `surfing-crawl4ai` to `ctx.web` without altering tool names, parameters, or result truncation. The directory page installation command is `dsh plugin add github:cyijun/surfing-plugin`, it is recommended to pin the commit hash, and first confirm that SearXNG has enabled JSON functionality and Crawl4AI is accessible. The plugin runs with the permissions of the current `dsh` process, and the source code and MIT license should be checked before installation.

Read More
# Customize a Theme for DeepSeek Harness Web Interface with freestyle-dsh-theme

freestyle-dsh-theme is a DSH web theme plugin maintained by suzike, licensed under BSD-3-Clause open source. It uses OKLCH for theme proposal (6 preset themes + 8 smart cards) and theme designer (main/secondary colors/panels, channel locking, color matching relationships, JSON import and export). It overrides light and dark tokens via `theme.overrideTokens`, and saves the color scheme to the browser's localStorage, which remains intact after restarting the browser. This article verifies the installation command, dual-sided plugin structure and precautions according to the directory page and GitHub source code.

Read More
Equip DeepSeek Harness with a traceable scientific research workbench using dsh-science

DSH-Science is a DeepSeek Harness skill plugin maintained by Biociao. It uses `research_*` to run the ReAct research loop, uses `artifact_*` to manage versioned artifacts with source attribution, and includes 10 built-in scientific skills. This article covers the directory page, installation commands verified on GitHub and npm 0.1.1, the first-round conversation flow, and permission precautions.

Read More
Use dsh-reverse-skill to load 85 reverse skills into DeepSeek Harness at once

`dsh-reverse-skill` is a DeepSeek Harness skill plugin maintained by dhicoc, which packages all 85 SKILL.md files from the upstream reverse-skill repository (with approximately 26,000 stars) into a Cordis plugin: 43 domain skills and 42 CTF skills, which will be automatically registered via `ctx.skills` upon startup. The directory page installation command is `dsh plugin add github:dhicoc/dsh-reverse-skill`. It is licensed under MIT and is only authorized for reverse engineering, penetration testing and security research. Before installation, please check the source code and license, and note that the plugin runs with the permissions of the current dsh process.

Read More
Customize the Web Interface of DeepSeek Harness with dsh-gui-customization

### Official Translation: dsh-gui-customization is an MIT-licensed DeepSeek Harness Web UI theme plugin maintained by LAN-TINA-WS. It provides four preset themes including Nous Blue in **Settings → Interface Settings**, 13 customizable colors (with separate light/dark variants), adjustable ambient lighting, as well as image/video background and transparency controls. User configurations are preserved across restarts via localStorage and IndexedDB. GitHub installation commands are provided in both the directory and the repository; the current released version is 0.6.2.

Read More
Add Local Learning Mode to DeepSeek Harness with dsh-explain

### 标准技术译法版本(符合开源项目文档规范): `dsh-explain` is a DSH learning mode plugin maintained by yuezengwu, licensed under MIT. It maintains a cross-session learning thread locally, retains at most one active explanation per source, adapts to the user's knowledge level via `ExplainContext`, and does not inject code into the main Agent. Currently compatible with DSH 0.1.0-rc.6 Web edition, users can trigger explanations, toggle features and run diagnostics via the `/explain` command, the selection shortcut menu, and the settings page.

Read More
Replace the default Diff rendering of DeepSeek Harness with dsh-diff-viewer

DSH-Diff-Viewer is a web interface enhancement plugin for DeepSeek Harness maintained by lehhair. It takes over the write/edit tool bar via the keyed slot of ui-tool, and replaces the default DiffBlock with a PiUI-style DiffViewer. This article verifies its mechanism, functions and installation method by cross-checking with the community directory page and GitHub repository: please use the Release tarball to install into the web profile, do not directly install the source code from GitHub; uninstallation will restore the official toolbar. The plugin runs with the current DSH process permissions, and the source code and BSD-3-Clause license statement should be checked before installation.

Read More
Using ChatGPT Subscription with dsh-codex in DeepSeek Harness

Maintained by Yan-Zero, dsh-codex connects ChatGPT subscriptions to DeepSeek Harness via OpenAI Codex login: no Platform API Key required, and no modification to Harness source code. This article cross-checks installation commands, OAuth credential isolation, model directories, search/image reading/image generation and usage boundaries against the community directory page, GitHub README and official repository.

Read More
Inject Suffix into Each Round of Messages for DeepSeek Harness Using deepseek-manners

# DeepSeek-Manners Plugin Maintained by Moeblack, DeepSeek-Manners is a community plugin for DeepSeek Harness, categorized under **Tools and Capabilities**. It appends a configuration text to the bottom of the payload during the first model request of each conversation turn. The default text is *"Thank you, Master Whale"*, and this configuration only takes effect for the current turn. The old suffix will be recycled based on the length of the most recent assistant reply; if the payload is too long, the suffix can be skipped to protect the prompt cache. There is a heart-shaped toggle switch next to the web input box. Users can modify the text into multi-line instructions, but template variables are not supported. Please refer to the directory page for installation instructions: `dsh plugin add github:Moeblack/deepseek-manners`. The plugin runs with the permissions of the current DSH process. Currently, there is no license attached to the repository, so please review the source code before installing it.

Read More
Using DeepSeek-Harness-Vision-Tools to Give Pure Text dsh Eyes

The community plugin DeepSeek-Harness-Vision-Tools is maintained by tonyd2wild, licensed under MIT, and has no official affiliation with DeepSeek AI. It uses a vision agent to intercept chat image attachments and analyzes disk files via `analyze_image`, enabling any text model to be paired with any local vision model. This article verifies the installation command, fast/detailed classification, routing configuration and capability boundaries in accordance with the directory page and GitHub README.

Read More
# DeepSeek-Harness-UX: Make Long Task Processes of DeepSeek Harness Foldable

deepseek-harness-ux is a community web version of DeepSeek Harness maintained by ayuanwong (licensed under BSD-3-Clause). It packs thinking, commands and tool calls into collapsible process areas, which will automatically collapse after successful execution and remain expanded upon failure. It also optimizes long responses, session search and product entry points. The catalog is categorized by "Sessions and Messages" with `dsh plugin add` provided; the repository notes that this is a complete source code snapshot, which requires Node.js 22.19+/pnpm 11 to start from source code, and cannot be patched into the official dsh.

Read More
Connect Image and Audio Capabilities to DeepSeek Harness with dsh-vision-complete

`dsh-vision-complete` is a MIT-licensed community plugin for DeepSeek Harness maintained by Yts1919, which equips plain-text models with capabilities including image understanding, OCR, object detection, video processing, speech recognition and PDF handling. The plugin itself does not include any vision models, and by default calls Qwen via MCP. The alternative `vision.py` can be connected to OpenAI-compatible interfaces. The installation command via the catalog page is `dsh plugin add github:Yts1919/dsh-vision-complete`. For full activation, you also need the Windows installation script, a valid DASHSCOPE_API_KEY, and a restart of Harness.

Read More
Add Shanghai-Shenzhen A-share market quotes to DeepSeek Harness web interface using dsh-stock-market

### 译文: dsh-stock-market is a DeepSeek Harness web plugin maintained by AnacondaKC, licensed under BSD-3-Clause open source. It provides a Shanghai-Shenzhen stock market sidebar on the right side of the Web UI, and aggregates 57 free APIs from East Money, Tencent, Sina and Tonghuashun into 9 stock tools, without requiring an API Key. This article verifies the installation commands, code specifications, capability boundaries and precautions based on the directory page and GitHub repository.

Read More