Using dsh-skin to Reskin DeepSeek Harness Web Interface and Customize Wallpaper

dsh-skin is a web skin customization plugin for DeepSeek Harness maintained by KinGao294: it offers seven carefully selected color schemes prefixed with `--dsw-alias-*`, plus features like translucent wallpapers, masks and blur effects. This article verifies the functional boundaries, installation commands and localStorage persistence method based on the community directory page, GitHub README and client source code. It is licensed under MIT and only applies to the web profile.

Read More
Conduct a read-only security audit of the local DeepSeek Harness using dsh-security-audit

`dsh-security-audit` is a native security audit plugin for DeepSeek Harness maintained by omdsh-dev. It performs read-only scans of configurations, credential metadata, plugin sources, session structures and network attack surfaces, and outputs desensitized and reproducible risk reports. This article verifies the installation commands, six actions, rule boundaries and precautions against the community directory page and GitHub README.

Read More
Connect DeepSeek Harness to SSH Remote Workspace with dsh-remote

dsh-remote is the DeepSeek Harness remote work assistant maintained by flymysql (MIT license, current npm version 0.5.7). It does not modify the core of dsh-workspace. Instead, it establishes an outbound SSH connection from the local machine to the server you maintain, selects remote directories, uses rw_* tools to list files, read/write data and execute commands, and mirrors the remote end into a local real workspace via bounded SFTP. The community directory installation command is `dsh plugin add github:flymysql/dsh-remote`; the client only declares the web platform. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and license, and do not hand over the credentials of untrusted hosts to the Agent.

Read More
Install a transparent plugin ranking for DeepSeek Harness with dsh-recommend

dsh-recommend is maintained by zp-home. It scores the repositories under the dsh-plugin topic on GitHub using a public four-dimensional formula, recalculates the same JSON every 2 hours, and is shared between the static leaderboard and DeepSeek Harness plugins. This article verifies the installation command, five model tools, settings page ranking, and that inclusion does not equal security endorsement based on the directory page, repository README, scoring.md and data/meta.json.

Read More
Add "Model Pro" to DSH Web UI with dsh-provider-model-configurator

The DSH interface enhancement plugin `dsh-provider-model-configurator`, maintained by LiangYin233, adds a "Model Pro" page in the Web UI settings. It allows users to centrally view, create, edit and delete model entries of the llm-pi-ai provider, and can copy context window, maximum output and inference gear parameters from pi-ai presets. This article verifies the installation command, directory snapshot behavior and precautions based on the community directory page and the GitHub v0.3.9 source code.

Read More
Pin Agent Runtime to the Top Bar of DeepSeek Harness Session with dsh-hud

### 翻译结果: DSH-HUD is a read-only runtime observation plugin for DeepSeek Harness Web UI, maintained by zexuanw958-svg and licensed under MIT. It integrates model routing, context pressure, Token metrics, latency, background jobs and sub-Agents into the session top bar. Its data comes from existing snapshot/projection, with no polling or prompt occupation. This article checks against the directory page and GitHub repository, explaining the installation commands, interface fields, Web profile restrictions and differences between identically named repositories.

Read More
Use dsh-file-review to review the files just modified by the Agent in DeepSeek Harness Web

### 翻译版本1(正式技术文档风格): > dsh-file-review is a DeepSeek Harness web interface enhancement plugin maintained by left0ver, licensed under MIT. Files successfully modified by the agent in the current round will appear at the end of the conversation. Click to view line-numbered unified diffs, and undo or reapply the round of text modifications when safe to revert. This article covers the community directory page, GitHub and npm installation commands verified for version 0.3.1, web profile restrictions and precautions. The community directory is not an official DeepSeek store. The plugin runs with the permissions of the current dsh process. Before installation, you should inspect the source code and pin the commit if possible. ### 翻译版本2(更贴合国内开源插件的译法,更自然): dsh-file-review is a web interface enhancement plugin for DeepSeek Harness, maintained by left0ver and released under the MIT License. Files that the agent has successfully modified in the current round will be displayed at the end of the conversation. You can click to view the line-numbered unified diff, and undo or reapply this round of text modifications when it is safe to revert. This article covers the community directory page, verified installation commands for version 0.3.1 on GitHub and npm, as well as web profile limitations and precautions. Note that the community directory is not an official DeepSeek storefront. The plugin runs with the permission level of the current dsh process. Before installing, please check the source code and try to fix the commit hash if possible.

Read More
Use dsh-deep-research to complement the adaptive deep research closed-loop for DeepSeek Harness

`dsh-deep-research` is a DeepSeek Harness workflow plugin maintained by `omdsh-dev`, which turns deep research into an adaptive closed loop: planning first defines the answer space, research stops based on information gain, synthesis retains uncertainty, and review is optional. This article checks the installation commands, tool parameters and precautions against the community directory page, GitHub README and source code.

Read More
Keep a mooching blue whale on the DeepSeek Harness webpage: deepseek-pet

deepseek-pet is a fun plugin for DeepSeek Harness maintained by keleus, which places a mooching blue whale on the webpage overlay. It reads current tasks, tool calls, context usage and active sessions, switches states via full emoji maps and CSS animations, and supports dragging, zooming, bubble approval and session switching. The community directory installation command is `dsh plugin add github:keleus/deepseek-pet`; the repository README requires adding `--profile web`. It is licensed under MIT, and you should check the source code before installation. The repository is an independent community project and has no official affiliation with DeepSeek / Fangtian.

Read More
Use billion-context-dsh to let the model handle the context compression of DeepSeek Harness by itself

### 正式翻译: billion-context-dsh is a DSH session plugin maintained by Tyan66666, which implements Active Context Pruning as a CompactionEngine backend: the model calls `compress` to generate its own summaries, and the automatic strategy only nudges. The original text remains in the session log, and decompression and search are both supported. This article verifies the installation commands, mounting methods and differences from the built-in automatic compression according to the directory page, GitHub and npm v0.2.2.

Read More
Add Approval and Completion Notifications to DeepSeek Harness Webpage with dsh-web-ui-notify

`dsh-web-ui-notify` is a DeepSeek Harness Web UI notification plugin maintained by bill9109. When the tab is left, system notifications will pop up for tool approval, DSH questions and round completion, with the session name in the title, and clicking the notification will jump back to the corresponding session. This article verifies the 0.1.3 installation, web profile, setting switches and permission boundaries according to the community directory and repository README.

Read More
Integrating Robot Simulation and Fault Evidence into DeepSeek Harness via dsh-robotic-harness

`dsh-robotic-harness` is a DeepSeek Harness community plugin maintained by dingkaihu63 under the MIT license. It integrates URDF/MJCF asset inspection, MuJoCo grasping and placement, six types of fault injection, and hash-evidenced package into the Agent workflow. This article verifies the installation commands and demo execution methods by cross-checking with the catalog page and GitHub README, as well as the current limitations that it is still a demo without a real machine adapter.

Read More
Create a natively Rust desktop pet for DeepSeek Harness using dsh-plugin-pet-rs

dsh-plugin-pet-rs is a Rust-native desktop pet maintained by HuanLinOTO: it features a five-state whale design, dual-channel `events.mux`/`events.host` with 2-second polling, a transparent always-on-top window and system tray, and read-only connection to the local DeepSeek Harness. The community guide provides `dsh plugin add github:HuanLinOTO/dsh-plugin-pet-rs`, but the repository has no `package.json`, so you need to build it via Cargo manually. It fully supports Windows, macOS and Linux X11, with degraded functionality on Wayland. The license is subject to AGPL-3.0 in the root directory.

Read More
Adding Human-Machine Collaborative Planning to DeepSeek Harness with dsh-plans

dsh-plans is a DeepSeek Harness planning preset maintained by Optim-Agent, under the MIT license. It turns rough modifications into traceable Markdown plans under the `./dsh-plans/` directory, which are polished exclusively by reviewers/critics before being explicitly handed over, and then executed as DSH goals. This article verifies the installation, five skills, product layout and security boundaries according to the directory page and GitHub README.

Read More
Connect Local DeepSeek Harness to Feishu with dsh-lark-bot

*dsh-lark-bot* is maintained by PlutoKeating, which connects the local DeepSeek Harness to Feishu/Lark: featuring streaming cards, project workspaces, parallel tasks, multi-role Agents, in-conversation model and key management, as well as a safety net that allows self-rescue in Feishu even if dsh crashes. It is licensed under AGPL-3.0, with the current version being 0.15.0. The directory command is `dsh plugin add github:PlutoKeating/dsh-lark-bot`. The community directory is an unofficial store, please check the source code and license before installation.

Read More
Add One-click Draft Polish to DeepSeek Harness Input Box with dsh-composer-polish

`dsh-composer-polish` is a DeepSeek Harness Web UI plugin maintained by tianji-qingtian. It adds a ✨ Polish button to the input box toolbar, uses deepseek-v4-flash to rewrite drafts without any prefix, and fills the rewritten content back into the input box without sending messages or moving images. The installation command on the directory page is `dsh plugin add github:tianji-qingtian/dsh-composer-polish`. It is recommended to pin the v0.1.3 version of the repository, add it to the web profile and restart the service. The plugin runs with the permissions of the current dsh process, so you should check the source code and the MIT license before installation.

Read More
Use dsh-auto-continue to automatically resume interrupted requests in DeepSeek Harness

dsh-auto-continue is a DeepSeek Harness Web UI plugin maintained by HsiangNianian: it automatically sends a "continue" request when the request is interrupted by non-human factors such as network errors, timeouts, and 5xx status codes. This article covers the directory page, verification of installation commands on GitHub and npm, error classification, backoff, idempotent guardrails, and settings.yaml configuration. It is licensed under MIT, with the npm package name dsh-client-auto-continue and the current version 0.6.0.

Read More
Integrate ego-lite Browser into DeepSeek Harness using ego-browser

Ego-browser is a DeepSeek Harness community plugin maintained by Fisfzy, which integrates the Chromium framework for AI Agents, CitroLabs/ego-lite, into Harness. The current version of this repository is 0.8.0, and its source code registers 32 ego_* tools including semantic snapshots, click-to-fill forms, screenshots, CDP, task space isolation and more, with built-in ego runtime and real-time observation window. The community directory installation command is `dsh plugin add github:Fisfzy/ego-browser`. This plugin has no affiliation with DeepSeek/HuanFang; the plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.

Read More
Add two-way emojis to DeepSeek Harness web chat with dsh-stickers

DSH-stickers is a DSH interface enhancement plugin maintained by william-jin-cmu, licensed under BSD-3-Clause open source. The same catalog serves the WebUI emoji picker, the `/sticker` command and the Agent's `send_sticker` tool. There are 24 images in two sets: Blue Whale Girl and Black Whale Girl, among which 14 are public and 10 are only available for agents to send. This article verifies the installation commands, usage and the reason why TUI is not supported for the time being according to the catalog page and GitHub.

Read More
Use dsh-plugin-session-delete to permanently delete sessions in DeepSeek Harness

`dsh-plugin-session-delete` is a DeepSeek Harness session and message plugin maintained by lsz-asd. It adds a header trash button and a sidebar "Delete Session" menu to the web interface, and deletes session logs, projection caches and workspace bookkeeping after confirming the risk. The running session will be stopped first before deletion, and the `workbench_session_delete` tool is provided. The installation command is `dsh plugin add github:lsz-asd/dsh-plugin-session-delete`, and the current version is 0.3.1. The plugin runs with the permissions of the current dsh process, and the source code and license should be checked before installation.

Read More
Play Gomoku with the model in DeepSeek Harness webpage using dsh-gomoku

DSH-Gomoku is a web Gomoku plugin for DeepSeek Harness maintained by omdsh-dev (MIT licensed, npm package name: @yejiming/dsh-gomoku). It adds a "Gomoku" tab to the conversation view, supports playing as Black, playing as White, and AI vs AI matches. Both the Black and White sides can separately set the model, thinking tier and system prompt. Moves are reasoned by large language models, and the server only arbitrates invalid replies. The installation command on the catalog page is `dsh plugin add github:omdsh-dev/dsh-gomoku`, which requires dsh ≥ 0.1.0-rc.6.

Read More
Check Balance and Current Session Cost in DeepSeek Harness Webpage with dsh-balance-meter

### 译文: dsh-balance-meter is a DSH web browser extension maintained by Ghost011118. It displays the DeepSeek account balance and the estimated cost of the current session below the input box. This article verifies the official balance API, automatic pricing based on Flash/Pro plans, peak-valley unit price crawling, installation commands and credential configuration according to the community directory and GitHub. It is suitable for monitoring quota when running Agents on web pages.

Read More
Modify front-end code with page annotations using dsh-web-review in DeepSeek Harness

DSH-web-review is a DSH interface enhancement plugin maintained by CanglongCl. Users can select elements in web previews, submit feedback, temporarily test styles, and then pass selectors and source code clues to Agents for modifying the front-end of the workspace. This article verifies the installation commands, web platform restrictions, preview isolation and license status based on the directory page, GitHub README/CONTRIBUTING and npm 0.3.0 package page.

Read More
Add Git-style milestone navigation bar to DeepSeek Harness sessions with dsh-milestone

`dsh-milestone` is a DeepSeek Harness Web plugin maintained by SnowCrescenter-tech. It draws a Git-style dot timeline on the right side of the conversation: each dot represents one query, and you can hover to view details such as the round, time consumption, TTFT, model and tokens, and click to jump. It supports search, bookmarks, keyboard navigation and `#msg=` deep links. The directory installation command is `dsh plugin add github:SnowCrescenter-tech/dsh-milestone`. The current version is 0.6.0, under MIT license. The plugin runs with the permissions of the current dsh process, and the search scope is limited to the loaded message windows.

Read More
Add a file explorer to DeepSeek Harness web session with dsh-file-explorer

### (官方正式译法,适配海外开发者社区语境) DSH File Explorer is a DeepSeek Harness web plugin maintained by joejojoking-cloud. It provides a resizable file tree on the right side of chat sessions, with support for Markdown rendering, syntax highlighting, in-panel editing that writes changes back to disk, and one-click opening of the workspace with VS Code. It is categorized under "Tools and Capabilities", with the current version being 0.1.3. Installation instructions shall prevail as per the directory page command. It is recommended to add `--profile web` to the command for web usage and restart the program. Files larger than 1 MB cannot be previewed. The plugin runs with the permissions of the current DSH process, so please check the source code and license before installation.

Read More