dsh-niao-quick-open: A DeepSeek Harness Interface Enhancement Plugin
`dsh-niao-quick-open` is a plugin designed for the DeepSeek Harness (DSH) web interface, aiming to reduce the cost of switching between systems, file managers, editors, and sessions by centralizing frequently used operations. Its core features include one-click workspace opening (copying paths, revealing in the file manager, and opening in commonly used editors), as well as automatic scanning and listing of available editors on the host side. For session management, it provides a user message navigation bar that allows quick location of questions in long conversations, supporting hover-to-view summaries and click-to-jump; it also supports session todo markers and an enhanced three-row layout for the single-column view, optimizing interface information density. In addition, the plugin allows performing a "hard restart" directly within the page—after a double confirmation, it restarts the DSH service and automatically refreshes the page. Configuration options are centralized in the settings panel and take effect immediately or prompt for a restart, with data
Read Moredsh-ux: Experience Enhancement Suite for DSH Web Interface
dsh-ux is an independent (unofficial) DSH extension suite, licensed under MIT, that includes the `dsh-enhance` Web plugin and the `dsh-desktop` shell. The `dsh-enhance` plugin optimizes the DSH Web experience by applying a Solarized Light theme with a compact layout, prioritizing the Maple Mono font, aggregating thinking blocks and tool calls into clickable, expandable collapsible capsules, and displaying account balance, token costs, and a 30-day usage chart at the bottom of the interface (requires configuring `DEEPSEEK_API_KEY`). The `dsh-desktop` provides a borderless, immersive window for macOS and supports double-click launching. Users need to install the plugin via the `dsh plugin` command based on `web`.
Read MoreDSH-better-sidebar: Enhancing DeepSeek Harness with an Extensible Sidebar Workbench
DSH-better-sidebar is an interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev, which integrates file editing, real terminals, Git panels, sub-agent task pages, and side conversations into a customizable right sidebar and bottom panel. It also exposes extension points, `registerTab` and `registerFileViewer`, to the ecosystem via `ctx.betterSidebar`. The article introduces its core capabilities, two installation methods (`dsh plugin add` and the npm channel), typical usage, and security considerations, making it a valuable reference for readers who develop daily in the DSH web interface as well as plugin authors.
Read MoreIntegrate GitHub Plugin Topics into DeepSeek Harness Settings Page with dsh-plugin-marketplace
# 翻译结果: Maintained by AwesomeHou under the MIT license (27 stars, version 0.3.0), dsh-plugin-marketplace synchronizes GitHub topics tagged with `dsh-plugin` into the DSH's **Settings → Plugins** page. It supports paginated search and one-click installation, and provides tools like `market_search` to allow agents to install plugins on their own. The installation command on the catalog page is `dsh plugin add github:AwesomeHou/dsh-plugin-marketplace`, and a restart is required after installation. This is a community plugin, not an official app store. Please use the GitHub specification instead of the raw npm package name.
Read MoreIntegrating a Local-First Long-Form Novel Workbench into DeepSeek Harness with AI-Novel-Writer
AI-Novel-Writer, maintained by EthanYoQ, is a local-first AI novel writing workspace. On the desktop side, long-form assets are organized into five categories: premise, characters, blueprints, drafts and reviews. There is also a development preview of `@ethanyoq/dsh-ai-novel-writer 0.1.0` in the repository, which connects the five types of assets to the DeepSeek Harness Web novel writing workspace, with writing processes going through single-file native approval. The GitHub directory page for the project is github:EthanYoQ/AI-Novel-Writer, where the installation instructions conflict with the repository description: the root package is a GPL-3.0 licensed desktop application, while the activatable DSH bundle is located in the plugin subdirectory (licensed under MIT) and does not read desktop `.vela` projects.
Read MorePolish Prompts in DeepSeek Harness Input Box with dsh-prompt-polish
`dsh-prompt-polish` is a DeepSeek Harness interface enhancement plugin maintained by JoukoPuro, which adds a pure-icon polish button to the Web input box toolbar. After clicking, users can choose four styles: balanced, concise, detailed, or code-oriented. It reuses the accessed large models to rewrite draft prompts into more professional and agent-friendly versions, and replaces them in the input box in-place, allowing review before sending. The installation command for the catalog page is `dsh plugin add github:joukopuro/dsh-prompt-polish`. It is licensed under MIT, and requires a running web profile and a configured model adapter.
Read MoreAdd a Dynamic Island status bar to the DeepSeek Harness web interface using dsh-dynamic-island
**dsh-dynamic-island** is a DeepSeek Harness interface enhancement plugin maintained by ylifeonlyonce, which integrates Agent's thinking, tool calling, approval and closing processes into a Liquid Glass-style Dynamic Island on the edge of the Web GUI. The installation command on the catalog page is `dsh plugin add github:ylifeonlyonce/dsh-dynamic-island`. The repository also provides a Vite demo and the npm package version 0.3.5; the author noted that it is still a high-fidelity design prototype, and the real GUI joint debugging has not been completed. The license is MIT.
Read More**deepseek-harness-tui: A Terminal-Native Chat Interface for DeepSeek Harness**
deepseek-harness-tui is a DSH interface enhancement plugin maintained by gxinxing. It uses Ink to render sessions in the terminal without rewriting harness. The directory installation command is `dsh plugin add github:gxinxing/deepseek-harness-tui`. After configuring the TokenDance Key, run `dsh --profile tui` to start it. Tool calls are wrapped into cells, and the thinking block can be collapsed. The theme follows the terminal via OSC 11. It is an MIT-licensed community project. You should inspect the source code before installation, and the plugin runs with the permissions of the current dsh process.
Read MoreUse deepseek-harness-desktop to embed the official web interface into the Windows desktop
deepseek-harness-desktop is a community-maintained desktop shell developed and maintained by chyra-moon, which packages the official DeepSeek Harness web interface into an independent Windows x64 window with a 1:1 restoration of the original UI. The installation package comes with a built-in runtime environment. It can host the dsh server internally, or reuse existing web/CLI instances and share sessions; it will automatically take over the session about 5 seconds after the external service is disconnected. This article verifies the installation commands, three release packages, shortcut keys and settings.json configuration according to the community repository and GitHub, and clarifies that this is an unofficial community project.
Read MoreUse dsh-tui to give DeepSeek Harness a Claude Code-style terminal interface
dsh-tui is a community-maintained terminal UI plugin for DeepSeek Harness, with the npm package named `@dsh-tui/dsh-tui`. Built upon the official dsh-base, it provides features such as streaming Markdown rendering, tool cards, approval dialogs, and commands like `/model` and `/resume`. This article verifies the installation command, profile usage, local endpoint connection method and rc line restrictions by cross-checking with the directory page and GitHub repository.
Read MoreAdd Image Recognition Capability to Plain-Text DeepSeek Harness Using dsh-vision
Maintained by william-jin-cmu, dsh-vision adds a `view_image` tool for plain-text DeepSeek, forwarding local images or URLs to any OpenAI-compatible VLM and returning answers in text. The default free tier of Zhipu AI, glm-4.6v-flash, can be replaced with Bailian, Fangzhou or local Ollama. The community directory installation command is `dsh plugin add github:william-jin-cmu/dsh-vision`. The plugin runs with the permissions of the current dsh process, cloud paths will send images to third-party endpoints, so please check the source code and license before installation.
Read MoreUsing dsh-drag-and-drop to drag local files into DeepSeek Harness and insert the real paths
### 版本1(标准技术文档译法,适配海外开发者社区语境): DSH Drag-and-Drop is a DeepSeek Harness Web UI enhancement plugin maintained by akiracod. Users can drag local files or folders to any position on the page to get their real absolute paths parsed locally. The documents will be attached as removable chips above the input box, allowing users to send messages without typing manually. Images still use the native attachment function, and no files will be uploaded or copied. This article verifies the installation commands, path locating rules and precautions based on the community directory page and GitHub repository. ### 版本2(更贴合插件功能描述的自然译法): DSH Drag-and-Drop is a UI enhancement plugin for DeepSeek Harness Web, developed and maintained by akiracod. With this plugin, you can directly drag local files or folders onto any area of the page, and their real absolute local paths will be parsed locally. Uploaded documents will appear as removable chips above the chat input box, enabling you to send messages without manual input. For images, the native attachment flow remains unchanged, and none of your local files will be uploaded or copied during the whole process. This article collates and confirms the installation commands, path positioning rules and related precautions by referring to the community directory page and the official GitHub repository of the plugin.
Read MoreMake DeepSeek Harness Web UI support LAN access via dsh-web-lan-access
DeepSeek Harness Web UI works normally only on localhost by default. When accessing via pure HTTP in a local area network, the front end will fail to render sessions and models due to the lack of `crypto.randomUUID` in a secure context. The community plugin *dsh-web-lan-access* (maintained by AcidGr, MIT licensed, npm version 1.1.0) injects polyfills through the official `index-tap` and binds the webserver to `0.0.0.0`. This article organizes installation commands, LAN/Tailscale usage methods, verification steps, and precautions such as unauthenticated exposure and the settings page only being accessible via loopback, based on the directory page and GitHub documentation.
Read More1. `dsh-inline-images: Let DeepSeek Harness Chat Directly Display Local Images` 2. `dsh-inline-images: Enable DeepSeek Harness Chat to Directly Show Local Images`
### 翻译结果: dsh-inline-images is a community-maintained DSH interface enhancement plugin that rewrites the locally existing image paths in assistant replies into same-origin loopback URLs, enabling direct image rendering in Web conversation bodies. This article verifies the following points via the directory page and GitHub source code: 9 supported formats, lightbox feature, adjustable image size, installation commands and permission boundaries.
Read MoreDisplay GitHub-style activity heatmap in DeepSeek Harness web interface using dsh-heatmap
dsh-heatmap is a DeepSeek Harness interface enhancement plugin maintained by 283Gawin. It places a GitHub-style heatmap of the past 90 days at the bottom of the left sidebar of the webpage, allowing users to switch among submission times, Token usage and estimated costs, and displays today's Token consumption, cache hit rate and cost by model. The data is provided by the host process which reads the local session logs and workspace git history via `/activity-heatmap/stats`. The installation command on the directory page is `dsh plugin add github:283Gawin/dsh-heatmap`, and it is under MIT license. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and fix the commit as much as possible.
Read MoreAdd a Short Video Sidebar to DeepSeek Harness WebUI with dsh-douyin
dsh-douyin is a DeepSeek Harness interface enhancement plugin maintained by anacondakc. It uses a native player in the WebUI sidebar to parse direct links for playing short videos. The installation command for the catalog page is `dsh plugin add github:anacondakc/dsh-douyin`. It has 21 built-in feed series, and supports automatic continuous playback, scrolling switching and precise historical playback; when dsh-better-sidebar is not installed, it will use the right floating panel. The videos come from the third-party api.yujn.cn, not Douyin's official interface. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and the BSD-3-Clause license.
Read MoreBrowse and one-click install plugins in DeepSeek Harness with dsh-store
dsh-store is a DeepSeek Harness Web plugin store maintained by huguangyu666 under the MIT License, with the current npm version 0.5.2. It aggregates data from the npm registry, curated awesome-dsh-plugin collections, GitHub stars and radar verification, filters out noise based on the `dsh` field in package.json, supports one-click installation and uninstallation via the official `dsh plugin add/remove` commands, and also allows disabling, updating plugins and accessing `/plugin-install`. The installation command for the catalog page is `dsh plugin add github:huguangyu666/dsh-store`. Neither the community catalog nor this plugin is an official DeepSeek store; please check the source code and license before installation.
Read MoreUse dsh-wsl-workspace to let DeepSeek Harness open WSL workspaces directly
`dsh-wsl-workspace` is a DSH interface enhancement plugin maintained by 6Mikao9 (MIT License, version 0.2.3). After adding a WSL workspace in the Windows version of DSH Web, both Bash and file read/write operations will be executed within the local Linux distribution, with paths in Linux format. There is no need to install DSH inside WSL; Windows files can still be accessed via `/mnt/`. The directory command for installing the plugin is: `dsh plugin add github:6Mikao9/dsh-wsl-workspace`. The plugin runs with the same privileges as the current DSH process, so you should inspect its source code and license before installation.
Read MoreManage Skills in DeepSeek Harness Setup with dsh-skill-manager-ytxue
`dsh-skill-manager-ytxue` is a DeepSeek Harness Web plugin maintained by YTxue, licensed under MIT. It provides a **Skill Management** panel in the settings sidebar: it lists system-level and current project-level skills, supports bulk import via folders (with pre-check and prompt for duplicate names), enables/disables skills between `skill-pool` and `~/.dsh/skills`, and performs status-driven specification checks and automatic repairs based on kebab-case, descriptions and boolean fields. The installation command on the catalog page is `dsh plugin add github:YTxue/dsh-skill-manager-ytxue`. The plugin runs with the permissions of the current `dsh` process, and you should verify the source code and license before installation.
Read MoreManage DeepSeek Harness's MCP servers with dsh-mcp-panel
### 翻译版本1(贴合技术文档正式译法): DSH-MCP-Panel is a DeepSeek Harness interface enhancement plugin maintained by PerryLink, built upon the official `@deepseek-ai/dsh-mcp-client`: It allows users to check server statuses, tools, errors and reconnection counts via the `/mcp` command and the MCP tab in the settings page, with output desensitized. All add, delete and modify operations are completed via append-only `cordis.patch.yml` snippets, and approvals are written with automatic backups. This article verifies the installation commands, capability boundaries of version 0.4.0 and relevant precautions based on the community directory, GitHub and npm. ### 翻译版本2(更口语化适配社区语境): DSH-MCP-Panel is a DeepSeek Harness UI enhancement plugin maintained by PerryLink, built on top of the official `@deepseek-ai/dsh-mcp-client`. You can use the `/mcp` command or the MCP tab in the settings page to view each server's status, tools, error logs and reconnection times, with all outputs desensitized. All create, edit and delete operations are done through append-only `cordis.patch.yml` fragments, and approvals will be saved automatically after being written. This article confirms the installation commands, the capability limits of version 0.4.0 and the matters needing attention based on community directories, GitHub and npm.
Read MoreTransform DeepSeek Harness into a Minecraft launcher with dsh-mc-launcher
DSH-MC-Launcher is a DeepSeek Harness interface enhancement plugin maintained by hellosky983, open-sourced under the MIT license. It runs within the dsh host process to implement Minecraft version listing, official source download, Microsoft device code login and Java startup. Its interface can be set as a chat tab or a full-screen launcher, and provides `mc_*` tools for agents to call. This is an unofficial project not affiliated with Mojang / Microsoft. You need to prepare your own legitimate Minecraft account and Azure client ID.
Read MoreIntegrate Email Capabilities into DeepSeek Harness Agent with dsh-email
The community plugin dsh-email provides six types of tools for DSH agent via IMAP/SMTP: inbox list viewing, email reading, email searching, email sending on behalf, folder management and attachment handling. It has eight built-in presets including QQ, 163 and Gmail accounts, and supports multiple accounts and a web settings page. This article verifies the installation command, email sending approval and authorization code notes by referring to the directory page and GitHub.
Read More# DSH Spotlight: Add Keyboard-First Command Palette to DeepSeek Harness Web Interface
DSH-Spotlight is a DeepSeek Harness web interface enhancement plugin maintained by 0xsline. Use ⌘K / Ctrl+K to open the command panel, where you can search and execute native slash commands, recent conversations, current interface operations, and installed plugin settings. This article cross-verifies its installation command, usage and restrictions based on the plugin directory page, GitHub and npm: it needs to be installed into the web profile, is open-sourced under the MIT license, runs with the permissions of the current DSH process, and some actions depend on the page DOM.
Read MoreInstall a Built-in Capability Checker for DeepSeek Harness Web with dsh-builtin-toggles
### 翻译结果(专业技术译法,符合开源项目文档表达习惯): `dsh-builtin-toggles` is an unofficial DSH Web plugin maintained by Starfie1d1272, currently at version 0.3.2 on npm and licensed under MIT. It turns the built-in capabilities of the Web Loader into evidence-backed inspectors, and only allows modifying 9 reviewed interface toggles. This article verifies the installation command, settings entry, fail-closed boundary and rc.6 review baseline in accordance with the community directory, GitHub README and Inspection API.
Read MoreUsing dsh-annotate to mark browser elements for DeepSeek Harness
dsh-annotate is a DeepSeek Harness interface enhancement plugin maintained by BrambleXu. Through the `/annotate` command and supporting Chrome extension, it captures selectors, DOM, computed styles, accessibility data, comments and visible viewport screenshots on the local loopback WebSocket, and hands page issues to the agent for processing in the next round. This article verifies the installation commands, usage, configurations and version 0.1 boundary of the project against the community directory page and GitHub source code.
Read MoreUse turtle-ui to open the original TUI of DeepSeek Harness in the terminal
### 正式翻译(符合技术文档规范): Turtle-UI is the original terminal UI extracted from DeepSeek Harness, provided as-is by turtle1999 under the BSD-3-Clause license. It is stacked on top of dsh-base as a dsh profile combination package, and is responsible for TTY rendering and input. This article verifies the installation command, the `--profile tui` usage and slash commands according to the directory page and GitHub, and points out the limitations such as the 404 status of `github:deepseek-harness/turtle-ui` and the unavailability of the in-app `/resume` handover function.
Read MoreImplementing Condition-Driven Wake-Up in DeepSeek Harness Using dsh-sentinel
dsh-sentinel is a DeepSeek Harness community plugin (BSD-3-Clause, v0.11.0) maintained by fuhefei. After monitoring agent registration files, commands, HTTP services, processes, ports or Webhooks, the session can be put into hibernation or even closed, and the resident dsh process will wake up when the conditions are met; subscribe to the write sidecar, and the trigger can be supplemented after restarting. Installation command: dsh plugin add github:fuhefei/dsh-sentinel. The plugin runs with the permissions of the current process, and the source code and license need to be verified before installation.
Read MoreAdd a Built-in Plugin Marketplace to DeepSeek Harness with dsh-plugin-installer
*dsh-plugin-installer* is a DeepSeek Harness interface enhancement plugin maintained by Toukaiteio, which adds a "Plugin Marketplace" tab to the official Web UI under **Settings → Plugins**. It discovers repositories from GitHub via the `dsh-plugin` and `dsh` topics, verifies the `dsh.bundle.patch` field in `package.json`, prioritizes installing Release .tgz packages with SHA-256 checksums to the selected profile, and supports functions such as updates, deletions and Web profile switching. This article checks the installation commands, usage and precautions against the community directory page and GitHub README.
Read MoreEnable Image Recognition for Plain Text Conversations in DeepSeek Harness with dsh-vision-proxy
DSH-Vision-Proxy is an MIT-licensed DeepSeek Harness interface enhancement plugin maintained by Flyvhidbwo. It registers the `deepseek-vision` route, converts GUI-attached images into text via an OpenAI-compatible VLM, and then submits the content to the plain-text DeepSeek model for response. By default, it uses Bailian Qwen3.7-Flash, and can automatically detect local Ollama when no API key is available. This article verifies the installation commands, configuration methods and privacy boundaries against the community directory page, GitHub README and package.json.
Read MoreReplace DeepSeek Harness's built-in search with MCP search service using dsh-search-mcp
### 正式翻译版本(符合技术文档语境): Maintained by gxpppp, dsh-search-mcp replaces the built-in `web_search` backend of DeepSeek Harness with search-class MCPs, while keeping the tool name and display unchanged. This article verifies relevant content through the community directory page and GitHub README, including how to switch between Tavily, Brave, Exa, Perplexity and DuckDuckGo on the web settings page, installation commands, key parsing, uninstallation and restoration methods, as well as the fact that the built-in DeepSeek search will be disabled during activation.
Read More# dsh-plugin-yet-another-subagent: Switch Sub-agent Profiles with a Single Tool
### (注意:原内容是中文摘要,翻译如下) Introduce the community plugin dsh-plugin-yet-another-subagent: Use a subagent tool with profile parameters in DeepSeek Harness to manage multiple sets of subagent strategies, and provide Web UI for settings, real-time progress and subagent tree. The article verifies the installation commands, configuration fields, known limitations and licenses through the directory page and GitHub.
Read More# Install Plugin Development and Auditing Skills for DeepSeek Harness with dsh-plugin-development
`dsh-plugin-development` is an MIT-licensed open-source Agent Skill maintained by w2112515. It is used to design, implement, package, review and diagnose DeepSeek Harness plugins, with an optional bundle adapter included. It first differentiates between dynamic Cordis plugins, workspace packages and installable bundles, then executes according to a fixed process from discovery to verification. Integrated packages are not within its scope. The directory installation command is `dsh plugin add github:w2112515/dsh-plugin-development`, and the current version is v0.2.0-beta.1. This is an unofficial project; the plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreConnect Playwright Browsers to DeepSeek Harness with dsh-playwright-browser
dsh-playwright-browser is a community plugin for DeepSeek Harness maintained by Clizo1209. It provides 10 browser_* tools, semantic positioning and multi-tab control for agents via Playwright. This article verifies the installation commands, configuration items and security boundaries against the directory page, GitHub README and npm version 0.1.3: no page eval is provided, and the plugin runs with the permissions of the current dsh process.
Read MoreView Git Commit Graph in DeepSeek Harness Session with dsh-git-graph
dsh-git-graph is a community interface enhancement plugin for DeepSeek Harness Web GUI, maintained by 1841220388zzzcccxxx-star, licensed under MIT, with version 0.10.0. It adds a "Git Graph" tab next to "Trajectory" on the session page, providing commit history graphs, branch filtering, file diffs, and a VS Code-style uncommitted changes panel. Install via the command on the directory page: `dsh plugin add github:1841220388zzzcccxxx-star/dsh-git-graph`. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation. The community directory has no official affiliation with DeepSeek or FangTian.
Read MoreInstall Executable Design Specifications for DeepSeek Harness with dsh-design-skills
`dsh-design-skills` is a DeepSeek Harness design aesthetics skill package maintained by zhaiyateng, categorized under "Interface Enhancement". It writes various web styles into `SKILL.md` containing tokens, component rules, disable lists and acceptance lists, and registers it via `ctx.skills provider` (rank 600). The directory installation command is: `dsh plugin add github:zhaiyateng/dsh-design-skills`. The LICENSE is MIT, version 0.1.0; currently there are ten styles in the README and skills directory, while the catalog page introduction still mentions six styles.
Read MoreUse dsh-context-doctor to see how much context is injected per request to DeepSeek Harness
dsh-context-doctor is a DeepSeek Harness interface enhancement plugin maintained by Zhenyu98, used to audit the permanently resident context injections for each request: AGENTS.md/CLAUDE.md instruction chains, skill directory summaries, tool schemas, and MCP tool surfaces. It provides a Web ring panel and the `context_audit` tool, quantifies token costs, detects duplicate paragraphs and同名 skill masking, and provides pruning suggestions sorted by severity. The audit path is read-only, and the license is BSD-3-Clause.
Read MoreUse dsh-better-browser to let DeepSeek Harness operate the logged-in browser
dsh-better-browser is an interface enhancement plugin for DeepSeek Harness maintained by titanwings. It adapts the local Kimi WebBridge into 13 `webbridge_*` tools, allowing Agents to operate the user's logged-in Chrome or Edge browser instead of launching a headless browser again. The current version is 0.3.6, licensed under BSD-3-Clause. This article checks the installation commands, tool list, configuration items and security boundaries against the community directory page and GitHub README, and clarifies that the community community directory has no official affiliation with DeepSeek / HoYoverse (Note: "幻方" here is more accurately translated as HoYoverse, the official English name of the company behind DeepSeek).
Read MoreView Balance and Today's Expense in DeepSeek Harness Sidebar via dsh-balance-monitor
DSH Balance Monitor is a DeepSeek Harness interface enhancement plugin maintained by jelly-000. It connects the official GET /user/balance API to the bottom of the Web UI sidebar, displaying account balance, a remaining proportion bar and today's expenditure. The API key is only stored on the server side, and the browser polls the API every 60 seconds. This article verifies the installation commands, working principles and capability boundaries based on the community directory page and GitHub source code.
Read MoreAdd a persistent session progress bar to the DeepSeek Harness web interface using dsh-ui-progress
### 翻译版本1(专业技术文档译法,符合海外开源项目表述习惯): > dsh-ui-progress is a DSH Web UI plugin maintained by lhh010. It adds a persistent session progress bar to the input box dock area, featuring real proportional todos display, real-time token throughput rate, orange-red interrupted state, and amber todo reminder. It runs purely on the client side without modifying the agent-loop. This article verifies the installation commands, the corresponding relationship between the v0.9.1 snapshot and its documentation, as well as the capability boundaries by cross-checking with the directory page, GitHub README and INSTALL.md. ### 翻译版本2(更贴合国内开源项目对外文档的自然译法): > dsh-ui-progress is a DSH Web UI plugin maintained by developer lhh010. It provides a persistent session progress bar in the input box dock zone, with functions including displaying the real proportion of todos, real-time token generation rate, showing orange-red status when interrupted and amber reminder for pending tasks. It is a pure client-side plugin and will not make any changes to the agent-loop. This article checks and confirms the installation commands, the matching relationship between the v0.9.1 snapshot and relevant documents, as well as the capability limits by referring to the directory page, GitHub README and INSTALL.md.
Read MoreView Background Task Progress and Real-time Output on the Conversation Page with dsh-task-status
`dsh-task-status` is an MIT-licensed DeepSeek Harness web interface enhancement plugin maintained by vlln, currently at version 0.3.1. It attaches the background task status bar to the official dock slot above the input area of the conversation page, displaying the running count, detailed item-by-item information, and an output tail refreshed approximately every 1 second. This article verifies the installation command, web profile usage, jobs.read mirror packaging and other edge cases by cross-checking with the plugin directory page and GitHub source code.
Read MoreUse dsh-status-rotator to carousel round status copy for DeepSeek Harness web interface
dsh-status-rotator is a web interface enhancement plugin for DeepSeek Harness maintained by 01Virex (MIT License, JavaScript). It replaces the fixed "Deep diving..." text at the bottom round runtime with custom copy from JSON, which switches in three stages: thinking, running and long. It supports typewriter effect, closable flowing gradient effect and timed rotation, without altering the runtime duration clock. The directory installation command is `dsh plugin add github:01Virex/dsh-status-rotator`, and you can refresh the page after modifying config.json to take effect. The plugin runs with the permissions of the current dsh process. You should check the source code and license before installation.
Read MoreReplace DeepSeek Harness workspace sidebar with dsh-plugin-ya-workspace-sidebar
`dsh-plugin-ya-workspace-sidebar` is a DSH web interface enhancement plugin maintained by HuanLinOTO, used to replace the official workspace sidebar: the top 5 global recent conversations, the lower-level Workspace→Session secondary menu and breadcrumbs, and conversations are grouped by local date. Operations including search, add, rename, delete, Fork and archive still go through the native Host. The directory installation command is `dsh plugin add github:HuanLinOTO/dsh-plugin-ya-workspace-sidebar`. The current npm version is 0.3.0, licensed under AGPL-3.0. The plugin runs with the permissions of the current dsh process, and the source code should be checked before installation.
Read MoreSync GitHub Plugin Topics into DeepSeek Harness Settings Page with dsh-plugin-marketplace
The dsh-plugin-marketplace maintained by AwesomeHou is a permanent interface enhancement plugin for DeepSeek Harness. It synchronizes dsh-plugin topics to Settings → Plugins via the GitHub Search API, providing features such as search, pagination, one-click installation (npm is prioritized), as well as updates, deactivation and uninstallation of installed plugins. It also registers tools including market_search and market_install, allowing agents to search for and install plugins on their own. It is licensed under MIT, targeted at the web profile, and a restart is required after installation. The community directory is not an official store, plugins run with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MoreUse dsh-plugin-better-sidebar-plugin-office to add Office three-piece preview for better-sidebar
A web plugin maintained by HuanLinOTO, which splits the .docx/.xlsx/.pptx preview from better-sidebar into an independent bundle. Requires better-sidebar >= 0.6.0. Directory command: `dsh plugin add github:HuanLinOTO/dsh-plugin-better-sidebar-plugin-office`; you can also use the npm package `@huanlin/dsh-plugin-better-sidebar-plugin-office`. License: AGPL-3.0.
Read MoreUsing dsh-paste-input to Paste and Drag-and-drop Files in DeepSeek Harness WebUI
# 翻译结果: dsh-paste-input is a DeepSeek Harness WebUI interface enhancement plugin maintained by lhh010. It supports Ctrl+V pasting, full-page drag-and-drop, and selecting files/folders via the paperclip icon. When sending, it copies the files into the session workspace directory `.dsh/tmp/attachments/` and writes their absolute paths into the message; the attachment blocks in the chat bubbles will be collapsed into file chips. The current version is 0.1.3, licensed under MIT. The directory installation command is `dsh plugin add github:lhh010/dsh-paste-input`. The plugin runs with dsh process permissions, please check the source code before installation. Copying files from File Explorer and pasting them in Chrome/Edge usually does not work. If you need the original file paths, please use drag-and-drop or the selection function.
Read MoreInstall a Terminal Coding Interface for DeepSeek Harness with dsh-code
### 正式翻译(符合开源技术文档语境): The dsh-code is a DeepSeek Harness interface enhancement plugin maintained by UNLINEARITY. It is stacked on the official dsh-base as an out-of-tree bundle, providing a terminal-based coding TUI with slash command completion, without needing to develop a separate Agent loop. This article conducts cross-verification against the community catalog page, GitHub README, MIT license, troubleshooting documentation, and the npm 0.9.0 package, covering installation commands, cli profile startup method, session and model operations, as well as precautions such as permissions, preview APIs, and Linux native modules.
Read MorePorting the DeepSeek Harness Web Interface to Mobile with dsh-client-ui-mobile-adapt
*dsh-client-ui-mobile-adapt* is an interface enhancement plugin for DeepSeek Harness maintained by Hotsteel2901 (MIT License, version 0.1.0). It collapses the default three-column web GUI into a single-column layout on screens below 768px: the sidebar is converted into a drawer, the input tools are arranged in a single row, the settings panel becomes full-screen and scrollable, the track details are turned into a floating window, and clicking the statistics capsule brings up the session report. The desktop layout remains unaffected. This article verifies the functions, installation commands (including `github:` and tarball options) and the class name constraints of version 0.1.0-rc.6 based on the plugin directory page, GitHub README and source code.
Read MoreAdd Balance Monitoring and Usage Statistics for DeepSeek Harness with dsh-balance-plugin
The dsh-balance-plugin is a DeepSeek Harness web interface enhancement plugin maintained by Francis-Xavier-code, under the MIT license. It automatically reads the DEEPSEEK_API_KEY, monitors RMB/USD balances and sends low-balance alerts, provides official recharge portals, Miyu-style usage statistics, third-party plugin management, as well as the query_api_quota tool for checking balances within conversations. For installation, use the repository github:Francis-Xavier-code/dsh-balance-plugin instead of the bare npm package name.
Read MoreUse 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 Moredsh-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 MoreAdd 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 MoreIntegrate 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 MoreReplace 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 MoreAdd "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 MoreUse 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 MoreAdding 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 MoreAdd 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 MoreUse 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 MoreAdd 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 MoreModify 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 MoreUse 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 MoreUse 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 MoreUsing 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 MoreAdding 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 MoreAdding 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 MoreQuick 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 MoreIntegrate 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 MoreConnect AnySearch to the web_search of DeepSeek Harness using anysearch-dsh
anysearch-dsh is maintained by the anysearch-team, which connects AnySearch to the native web_search of DeepSeek Harness, and provides capabilities including discovery, vertical search and up to five-way batch search. This article verifies the installation commands, credential writing methods and capability boundaries based on the directory page, GitHub README and 0.1.1 usage guide: the anonymous quota can be used first, and the Extract function has not been provided yet.
Read MoreAdd Usage Heatmap and Account Balance to DeepSeek Harness Web Interface with dsh-usage-stats
The `dsh-usage-stats` maintained by Ychris12138 has added Token usage heatmap, model-by-model details and multi-vendor account balance functions for dsh web. This article verifies the installation commands, credential configuration, local loopback interface and security boundary in accordance with the directory page and GitHub README. The current version is 0.2.0, licensed under MIT, and a web profile is required.
Read MoreRunning DeepSeek Harness in Terminal: deepseek-harness-tui
### 正式译版(符合开源项目文档的专业译法): deepseek-harness-tui is a native terminal UI for DeepSeek Harness maintained by openma-ai, which uses Rust/ratatui to showcase streaming inference, tool calling, Skills and persistent sessions. The current version is 0.2.1, licensed under MIT. The catalog command is `dsh plugin add github:openma-ai/deepseek-harness-tui`. It is recommended to install the npm package via the tui profile before launching from the repository. You can first run `dsh-tui --demo` for a preview. The plugin runs with the permissions of the current dsh process, so please inspect the source code and license before installation.
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 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 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 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 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 MorePreview 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 MoreInline 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 MoreRender 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 MoreAdd 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 MoreConnect 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 MoreInstall 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 MoreAdding Visual Capabilities to DeepSeek Harness Plain Text Model Using dsh-vision-toolkit
DSH Vision Toolkit is a DeepSeek Harness interface enhancement plugin maintained by Anionex, which connects agent-vision-toolkit to Web/Headless Profile. After pasting images with a plain-text model, users can switch to the Vision Toolkit variant to complete intent-based image question answering, element positioning, long-screenshot OCR and UI restoration with pixel comparison. The directory installation command is `dsh plugin add github:Anionex/dsh-vision-toolkit`, it is licensed under MIT, and the current npm version is 0.1.20.
Read MoreAdd a Sidebar Workbench to the DeepSeek Harness Web Interface Using DSH-better-sidebar
DSH-better-sidebar is a web interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev. It provides file editing preview, real terminal, Git and sub-agent workbench in the right sidebar and bottom panel, and opens the ctx.betterSidebar registration interface for other plugins. This article verifies the installation command, the capability boundaries and precautions of v0.12.3 based on the community directory page and GitHub README.
Read MoreAdd Full-Screen Terminal Interface to DeepSeek Harness with dsh-TUI
dsh-TUI is a full-screen terminal plugin for DeepSeek Harness (MIT licensed) maintained by ccch1mneyyy. It is hooked into the dsh-tui profile via Cordis without modifying the core, and provides Claude Code-style whale top bar, status line, streaming thinking, double-press Esc to roll back, context progress bar and TPS meter. The directory command is `dsh plugin add github:ccch1mneyyy/dsh-TUI`, and it can also be installed via npm and run with `dsh-tui`. It is suitable for SSH/tmux. The plugin runs with the current dsh permissions, and you should check the source code and license before installation.
Read MoreUsing dsh-web-ui to turn DeepSeek Harness web interface into a workbench
dsh-web-ui is a collection of DeepSeek Harness Web UI plugins and skins maintained by zhu1090093659, which is open-sourced under the Apache-2.0 license. This article checks against the community directory page, GitHub README and npm aggregate package to explain how the task board, Git graph, right panel, mobile remote, SSH, image understanding and skin center work; the difference between the directory installation command and @linxin666/dsh-web-ui-all; as well as restrictions such as permissions, cron scheduling and pnpm access control.
Read More