Check API balance and available models in DeepSeek Harness with dsh-balance

`dsh-balance` is a DeepSeek Harness Web plugin maintained by crazywoola. It connects the official balance and available models to the settings page and displays a summary below the chat box. The API key is only used by the local host. Starting from August 17, 2026, pricing will be based on peak and off-peak hours in Beijing Time, with the indicator light turning orange during peak hours. The installation command on the catalog page is `dsh plugin add github:crazywoola/dsh-balance`.

Read More
Connecting DeepSeek Harness to a traceable academic research workbench with dsh-scholar

DSH-Scholar is a DeepSeek Harness community plugin maintained by lzszq, licensed under MIT. It is categorized under the memory category on the catalog page, which emphasizes retrieving, reading and summarizing literature within the agent loop; while the repository describes it as a research workspace for pure computational research, integrating materials, conversations, experiments, evidence ledgers and TeX manuscripts into the same recoverable project. It is gate-only by default, and agents cannot approve关卡 (levels/checkpoints) on their behalf. This article checks the installation commands, standalone workbench, Runner and typical slash commands against the catalog page and GitHub repository.

Read More
Use dsh-model-router to implement model routing and cost dashboard for DeepSeek Harness

`dsh-model-router` is a DeepSeek Harness web plugin maintained by *tianji-qingtian*. It directly answers simple questions after verification by the Flash Judge, automatically downgrades when instantaneous failures occur, and displays token counts, cache hit status and estimated costs below the input box. This article verifies the installation commands, `/router` usage and known limitations by cross-checking with the directory page and GitHub README/source code.

Read More
Chat with DeepSeek Harness Agent in Feishu via dsh-lark

`dsh-lark` is a Feishu/Lark channel plugin for DeepSeek Harness maintained by omdsh-dev (npm package name: `dsh-lark-channel`, licensed under BSD-3-Clause). After scanning the code to create an application, users can assign tasks and view execution progress in private chats or groups, and use cards to handle inquiries, plan confirmations and tool approvals without requiring public network callbacks. This article checks the installation commands, slash commands, multi-agent collaboration and environment requirements against the directory page and GitHub repository.

Read More
Set up a Polaroid photo wall for the internal test finale of DeepSeek Harness with dsh-group-photo

`dsh-group-photo` is a fun plugin for DeepSeek Harness maintained by SenmuuuuW: a polaroid group photo wall prepared for the final closing of the DSH internal test. Members log in via zero-permission GitHub OAuth, and only internal test identities on the frozen whitelist can appear in the photo and leave messages. The main body is a dependency-free Node site, and the repository also includes a DSH Skill package. The directory installation command is `dsh plugin add github:SenmuuuuW/dsh-group-photo`, and it can be started locally on port 8808 with `npm start`. The license is MIT.

Read More
Install Ten Zero-Dependency Deterministic Tools for DeepSeek Harness with dsh-toolkit at Once

### 译文1(正式学术/技术文档风格) The dsh-toolkit is a collection of DeepSeek Harness tools maintained by omdsh-dev. It packages ten zero-dependency deterministic utilities—including time, encoding, json, calculator, csv, regex, markdown, diff, stat, and schema—into an independently installable bundle. This article verifies its positioning, installation commands, two mounting models, typical usage scenarios, and permission precautions based on the community directory page and GitHub README. ### 译文2(更贴合国内开源项目文档的自然译法) Developed and maintained by omdsh-dev, dsh-toolkit is a curated set of DeepSeek Harness tools. It bundles 10 zero-dependency, deterministic utilities—time, encoding, json, calculator, csv, regex, markdown, diff, stat and schema—into a standalone installable package. This article confirms its positioning, installation commands, two deployment models, common use cases and permission-related notes by cross-referencing the community directory page and GitHub README.

Read More
Use dsh-plugin to drive the local Tabbit browser with DeepSeek Harness

The dsh-plugin maintained by Tabbit-Browser integrates the CLI and Runtime of the Tabbit Browser into DeepSeek Harness. After installation, the Tabbit Browser Skill will be automatically loaded, and `tabbit_browser_install` will be used to detect the 1.9.0 official version and download and install the installation package according to the region when necessary. This article verifies the installation commands, task space usage, Windows permission boundaries, and restrictions such as unavailability of remote sandboxes based on the directory page, GitHub README and source code.

Read More
Add a focused reading view to DeepSeek Harness web sessions with dsh-focus-chat

### 翻译版本1(正式技术文档译法): dsh-focus-chat is a DeepSeek Harness Web GUI plugin maintained by dingyi222666. It adds a "Focused Chat" tab to conversations, folds assistant responses into collapsible summary rows, and lets users focus only on final deliverables such as thinking time consumption, commands and file changes. This article covers the table of contents, installation commands verified on GitHub and npm, capability boundaries and precautions. ### 翻译版本2(更贴合开源项目文档风格): dsh-focus-chat is a DeepSeek Harness Web GUI plugin maintained by dingyi222666. This plugin introduces a "Focused Session" tab to the chat interface, collapses assistant replies into expandable summary lines, and filters out irrelevant content to only highlight final deliverables including thinking duration, executed commands and file modification records. The article covers the table of contents, verified installation commands from GitHub and npm, as well as the plugin's capability boundaries and usage notes.

Read More
Distill DSH Dialogue Experience into Reusable Skills with distill

distill is a memory plugin for DeepSeek Harness maintained by LoserFox: it only hooks into agent/turn-stopping and does not add tools to the main conversation. After each round ends, the background subagent will review every 3 new user messages by default, and write reusable processes into SKILL.md marked with `distilled-by: dsh-distill`. The directory installation command is `dsh plugin add github:LoserFox/distill`. It has been reported that the current version 0.1.0 has an issue where custom session events cause failure to load chat history on dsh 0.1.0-rc.6. Please check the source code, license and Issues before installation.

Read More
Conduct Read-only Health Check for DSH Plugin Repository with dsh-plugin-check

The community plugin `dsh-plugin-check` is maintained by omdsh-dev, which provides read-only health checks for the DeepSeek Harness plugin repository: it scans manifest protocols, patch formats, build pitfalls and hub inclusion status, registers the `plugin_check` tool and outputs JSON reports. This article verifies the installation command, three types of actions, detection items classified by form, and precautions for web/headless profiles according to the directory page and GitHub README/source code.

Read More
Add inline switchable emojis to DeepSeek Harness's replies using dsh-emoji

### 译文(专业技术文档译法): dsh-emoji is a fun plugin for DeepSeek Harness maintained by hellodigua. It uses semantic markers like `::happy::` to convert AI responses into inline emoji images on the Host side. It has 40 built-in blue whale emojis, supports adjusting size and usage frequency, and also allows uploading custom ZIP packages following the `dsh-emoji-core@1` contract. This article verifies the installation commands, working mechanism and limitations by cross-checking with the directory page and GitHub repository.

Read More
Using dsh-user-experience to walk through front-end experience according to user personas during the development phase

### 翻译结果: dsh-user-experience is a DeepSeek Harness UX walkthrough plugin maintained by DietCokewithSugar: it scans React/Vue source code according to target user personas to locate experience issues, and provides task Prompts that can be copied to coding Agents after confirmation. This article verifies the installation commands, 27 rules, walkthrough trigger conditions when changes are made, and permission precautions based on the directory page and GitHub README.

Read More
Export DeepSeek Harness conversations to images or Markdown with dsh-share

dsh-share is a DeepSeek Harness session and message plugin maintained by hellodigua. It allows users to select single-round or multi-round Q&A content on the web interface and export it as PNG or Markdown. The current version is 0.3.0, and it is licensed under MIT. It can be installed with the command `dsh plugin add github:hellodigua/dsh-share` on the directory page, and for Web Profile, it is recommended to use `dsh plugin --profile web add dsh-share`. Before exporting, users can adjust the width and font size, and hide the thinking and tool processes. Please note to distinguish it from the same-named local area network sharing plugin zljr/dsh-share; the community directory is not an official app store.

Read More
Adding a Zero-Server Plugin Workshop to DeepSeek Harness Web Interface with dsh-plugin-workshop

*dsh-plugin-workshop* is an interface enhancement plugin maintained by yyyyukari, which embeds a Steam Workshop-style plugin browsing experience into the sidebar of the DeepSeek Harness Web UI. It does not deploy a marketplace backend or account system, with its directory, search, and 7/30/90-day trend windows directly using GitHub. By default, it only shows repositories tagged with the `dsh-plugin` topic, and supports one-click installation, updates, and uninstallation based on the repository structure. This article verifies the functions, installation commands, and precautions by cross-checking the community directory page with the GitHub repository.

Read More
Connect MinerU Document Parsing to DeepSeek Harness with dsh-plugin-mineru

# dsh-plugin-mineru, maintained by HuanLinOTO, integrates MinerU FastAPI with DeepSeek Harness: it can convert PDF, images, DOCX, PPTX and XLSX files to Markdown/JSON. This article covers the catalog page, verification of installation commands via GitHub and npm, five tools, baseURL configuration, and important notes such as the requirement to build MinerU locally and not use the default port 18000.

Read More
Adding an Offline Mini-Games Panel to the DeepSeek Harness Web Interface with dsh-minigames

### 标准翻译版本(适配技术文档语境): dsh-minigames is a DeepSeek Harness web interface enhancement plugin maintained by lhh010. It features a collapsible right-side mini-games panel with 18 offline Canvas games built-in, including Dino Jump, Tetris, Minesweeper, 2048, Sudoku, Pac-Man and others, and does not register tools for the model. This article verifies the installation commands, panel interactions, `registerGame` extension interface, as well as permissions, Web-only and persistence scope in accordance with the directory page and GitHub README.

Read More
Add Branched Editing and Timeline to DeepSeek Harness Sessions with dsh-message-edit

`dsh-message-edit` is a DeepSeek Harness session and message plugin maintained by Moeblack. It uses event sourcing to enable branch-style message editing: it allows modifying finalized user texts, thought blocks and replies, and supports regeneration, arbitrary round retries and version timelines. Each operation creates a new session branch before the target round, while the original session is retained and can be switched back to; it does not rewrite history or roll back workspace files. The current npm version is 0.2.3, which requires a web profile. The directory page installation command is `dsh plugin add github:Moeblack/dsh-message-edit`.

Read More
Turn DeepSeek Harness into a full-screen visual novel stage with DSH-Gal

DSH-gal is a fun plugin for DeepSeek Harness maintained by LoserFox, which turns vibe coding into a full-screen visual novel: the frontend uses deepseek-v4-flash to improvise in the persona of "Xiao Jing", while the backend runs professional code writing and bug fixing, and only adjusts gal_gm when the plot needs to advance. Based on the plugin directory page and GitHub source code, this article explains the dual-agent division of labor, gal_stage event contract, web profile installation command, as well as asset enumeration, model dependencies and permission boundaries.

Read More
Use DSH-Transparent-UI-Plugin to add frosted glass effect to the DeepSeek Harness web frontend

DSH-Transparent-UI-Plugin is a community-maintained glassmorphism theme (package name: Aqua) for the web version of DeepSeek Harness. The top bar, sidebar, input boxes, statistics row and track view can be turned into frosted glass effects, supporting dual modes of mica and compatibility. The background can be set to fluid, images or videos, and the blur and matte levels can be adjusted in the settings; turning off the switch will restore the native interface. This article verifies the installation commands, v1.3.0 capabilities and precautions according to the directory page and GitHub.

Read More
Add macOS Computer Control to DeepSeek Harness with dsh-computer-use

DSH-Computer-Use is a DeepSeek Harness tool plugin maintained by Anionex, which provides native macOS computer control for intelligent agents. It conducts real-time observations based on the accessibility tree, rejects expired states, divides read and write permissions by application, and tries its best not to move the system cursor or inject pointer events into the global desktop. This article checks the installation commands, Skill loading methods and capability boundaries against the community directory page and GitHub README. Currently, it only supports macOS 14 and above, with the early version 0.1.0.

Read More
DSKIN: Add a Pixel Cat Skin to the DeepSeek Harness Web Interface

DSKIN is a cute pixel-art web skin for DeepSeek Harness maintained by dancingmemory, licensed under MIT. It does not alter the original interface layout, only adding 1 to 4 pixel cats (orange tabby, white cat, black cat, calico cat) at the bottom of the page. The cats can walk around, interact, be dragged and hung upside down, and purr with heart emojis when petted. The paw panel in the bottom-right corner allows adjusting the number and breed of the cats. The installation command is `dsh plugin add github:dancingmemory/dskin`. It is recommended to add `--profile web` when using the web interface and restart `dsh web`. The plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.

Read More
Apply the Xiaoyao Skin to the DeepSeek Harness web interface using dsh-xiaoyao-skins

dsh-xiaoyao-skins is a collection of DeepSeek Harness Web skins maintained by 147228: six installable and uninstallable presentation layer plugins, plus the xiaoyao-skin installer and community scaffolding. It only modifies the webpage appearance without replacing sessions, models, tools or sandboxes. The directory installation command is `dsh plugin add github:147228/dsh-xiaoyao-skins`; use `xiaoyao-skin use` to switch skins daily. The code is licensed under MIT, derivative builds are supported under BSD-3-Clause, Xiaoyao's artwork is licensed under CC BY-NC 4.0, and the community directory is not an official DeepSeek store.

Read More
Search for community plugins in DeepSeek Harness sessions using the dsh-find-plugin

The `dsh-find-plugin`, maintained by awesome-dsh-plugin, registers the `find_dsh_plugin` tool for DeepSeek Harness: it enables real-time retrieval of GitHub repositories tagged with the `dsh-plugin` topic via keyword search, sorts results by star count, and returns descriptions, links, and executable installation commands. The article cross-verifies information from directory pages, GitHub READMEs/source code, and npm version 0.3.6, covering details including installation (including web profile and pinned commit), usage examples, a curated list where only descriptions are modified without changing rankings, and precautions such as plugins running with the current dsh process permissions and the need to audit source code and licenses before installation. The community directory is not an official DeepSeek store.

Read More
Quick Jump to User Messages in DeepSeek Harness Chat Area with dsh-navbar

### 版本1(正式技术文档风格,适配开源插件场景) DSH-Navbar is an interface enhancement plugin for DeepSeek Harness maintained by vlln. It displays indexed rendered user messages as a node chain on the right edge of the web conversation area: supporting hover preview, click-to-jump, scroll wheel switching, and allowing key replies to be pinned as golden nodes. This article explains its positioning, installation commands, usage and permission boundaries based on community directories and GitHub source code descriptions. ### 版本2(更贴合直译自然表达) dsh-navbar is an interface enhancement plugin for DeepSeek Harness maintained by vlln. It places a node chain on the right edge of the web conversation area to index already rendered user messages: users can preview messages by hovering, jump to them by clicking, switch between them with the mouse wheel, and pin key replies as golden nodes. This article introduces its positioning, installation commands, usage and permission boundaries based on community directories and GitHub source code explanations.

Read More
Integrate Vision, Memory and Full-screen TUI into DeepSeek Harness with dsh-tianshu-build

*dsh-tianshu-build* is an independent release of Tianshu Harness maintained by huiliyi37, categorized as an interface enhancement in the community directory. It was forked from the DeepSeek Harness baseline in August 2026, released under Apache-2.0 license, and does not track the upstream repository. This article checks against the directory page and GitHub repository to explain the differences between it and the official dsh plugin *dsh-tianshu-tui*, as well as the installation and usage of Visual Bridge, cross-session memory, verification gate, semantic and graph retrieval, file rollback and full-screen TUI.

Read More