View Usage with GitHub-style Heatmap in DeepSeek Harness: dsh-usage-stats
`dsh-usage-stats` is a DeepSeek Harness Web usage dashboard plugin maintained by Make0209, licensed under MIT. It scans local persisted session logs, generates a 53-week GitHub-style heatmap on the "Usage Statistics" settings page, and displays Token breakdown, cache hit rate, consecutive usage days, workspace progress bars and aliases; it reuses the llm-deepseek API Key to call the official `/user/balance` endpoint for balance queries. The directory installation command is `dsh plugin add github:Make0209/dsh-usage-stats`. It only counts sessions that can match registered workspaces by cwd. The community directory has no official affiliation with DeepSeek or Illumina.
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 MoreIntegrate DeepSeek Harness with Multica via dsh-multica-runtime
`dsh-multica-runtime` is an external bridge layer between Multica and DeepSeek Harness: without modifying the DSH ontology, it is built based on the `@deepseek-ai/dsh-base` combination, and exposes a version 1 JSONL protocol via stdio. The maintainer of its catalog page is forrestchang, and the repository is now under the ownership of multica-ai. This article checks the catalog page, GitHub source code and Multica documentation to explain the installation to the multica profile, probe detection, model list and precautions. The license is UNLICENSED, and the plugin runs with the permissions of the current dsh process.
Read MoreAdd Voice Input and Speech Synthesis Functions to DeepSeek Harness with dsh-voice
DSH-voice is a plugin for the DeepSeek Harness tool maintained by Jesse-njx. It uses `transcribe` to turn dictation or audio files into user messages, uses `speak` to read content in the background without blocking the conversation turn, and uses `/voice` to toggle automatic reading of replies per session. Audio files are saved to `~/.dsh/voice/` by default, and only references and transcriptions are saved in session logs. It is licensed under MIT, with version 0.1.0. For installation, please refer to the directory command: `dsh plugin add github:Jesse-njx/dsh-voice`. By default, it uses an offline backend, and OpenAI and Edge TTS will not be automatically selected; v0.1 does not support real-time intercom or wake words.
Read MoreUse dsh-video-downloader to detect and download web videos in DeepSeek Harness
### 正式翻译(符合技术文档规范): dsh-video-downloader is a DSH tool plugin maintained by zimai233. It packages media recognition into three agent tools: 1. `video_analyze`: Judges the site and whether the input URL points to a media resource 2. `video_download`: Streams and writes direct links to the `./downloads/` directory 3. `video_quality_parse`: Extracts definition and extension information using regular expressions It is licensed under MIT. Install it via `dsh plugin add github:zimai233/dsh-video-downloader`. This plugin does not crawl playback pages or bypass DRM, has a 60-second download timeout, and is only applicable to content that the user has legitimate access rights to.
Read MoreAdd multi-engine image search to DeepSeek Harness with dsh-image-search
*dsh-image-search* is a DeepSeek Harness community plugin maintained by zimai233, under the MIT license. It converts a public web image URL into search links for nine engines: Google Lens, Baidu Image Search, Yandex, TinEye, Bing, Sogou, SauceNAO, IQDB, and Ascii2d. It only constructs URLs and does not initiate any crawling requests. This article verified three tools, installation commands, filtering parameters and capability boundaries against the directory page and GitHub source code.
Read MoreEquip DeepSeek Harness with an ADHD behavior coach using dsh-adhd-copilot
### 正式翻译版本(符合海外技术文档表述习惯): The `dsh-adhd-copilot` is a DeepSeek Harness skill plugin maintained by zimai233, targeted at scenarios where ADHD users get stuck in executive functioning: it scans for symptoms including difficulty initiating tasks, overwhelm, distraction, time misestimation, low motivation, and self-blame, and routes interventions to M1–M8 following the priority order of *emotion > structure > initiation*, providing only 1 to 3 actionable minimal steps per session. This article verifies the installation command, usage of `adhd_breakdown`, safety boundaries and precautions against the community directory page and GitHub repository. It is licensed under MIT, and it is currently recommended to install from GitHub and pin the commit hash.
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 MoreConnect Existing SKILL.md to DeepSeek Harness via dsh-skillport
DSH-Skillport is a DeepSeek Harness skill plugin (MIT, 0.1.0) maintained by jesse-njx. DSH natively scans the `.dsh/skills` and `.agents/skills` directories; this plugin additionally scans for `SKILL.md` files in directories such as Claude Code and Gemini CLI, converts Cursor rules and slash commands into skills, and provides the `find_skill` and `/skills doctor` functions. This article verifies the installation commands, configuration items and capability boundaries based on the community directory page and GitHub source code.
Read MoreUsing dsh-kb-sieve to Build Auditable Local Knowledge Base for DeepSeek Harness
`dsh-kb-sieve` is a memory plugin for DeepSeek Harness maintained by omdsh-dev, which builds local knowledge packages with original text citations and SQLite FTS5 from md/txt/docx/pdf files. This paper verifies the capabilities of the three tools `kb_build`, `kb_query` and `kb_read` by cross-checking with the directory page and GitHub source code, covers the installation commands on the directory page, as well as usage boundaries including the PDF dependency `pdftotext`, incremental building and permission risks.
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 MoreInstall a Chinese exam countdown timer for DeepSeek Harness with dsh-exam-countdown
`dsh-exam-countdown` is a DeepSeek Harness community plugin maintained by zimai233, licensed under MIT. It turns 64 Chinese exams including the National College Entrance Examination, postgraduate entrance examination, national civil service examination, CET-4 and CET-6, CPA, National Judicial Examination and others into two tools: `exam_countdown` and `exam_categories`. It calculates the date and remaining days of the next exam purely through date arithmetic, and automatically rolls over to the next year after the exam date expires. The directory installation command is `dsh plugin add github:zimai233/dsh-exam-countdown`. The dates are for reference only, please check the source code and license before installation.
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 MoreAdd Table, PDF and Notebook Reading/Writing Functions to DeepSeek Harness with dsh-cowork
dsh-cowork is an MIT-licensed open-source DSH plugin maintained by Jesse-njx. It uses doc_read/doc_write to add controlled reading and writing of office documents and Jupyter notebooks for DeepSeek Harness: it supports reading xlsx, pdf, docx, pptx and ipynb files by cell, page or slide window. In v1, it allows modifying xlsx files via cell references and ipynb files via cell subscripts. The same set of capabilities also provides an MCP server and CLI. The directory page installation command is `dsh plugin add github:Jesse-njx/dsh-cowork`. The repository has not been published to npm yet, and the actual plugin package is located in packages/dsh.
Read MoreConnect DeepSeek Harness to AI SDK with ai-sdk-provider-dsh
The `ai-sdk-provider-dsh` is maintained by krislavten, which wraps the DeepSeek Harness runtime into AI SDK's LanguageModelV3, compatible with both v6 and v7. The application side still uses `generateText` / `streamText`, and actually spawns a `dsh` subprocess pinned to version 0.1.0-rc.6. Tools are executed within the harness, and a fixed `sessionId` can be used to resume conversations. The main installation method is via npm; the directory page command is `dsh plugin add github:krislavten/ai-sdk-provider-dsh`. Node.js ≥22.19 is required, and `dsh` is still in developer preview.
Read MoreInstall Deterministic Regular Expression Tool for DeepSeek Harness with dsh-tool-regex
The community plugin `dsh-tool-regex` registers regex tools for DeepSeek Harness: test matching, extract capture groups, secure replacement, and static interpretation without executing code. This article verifies the installation command, four actions, ReDoS hard timeout and input limits against the catalog page and GitHub source code, and notes that the web and headless profiles require separate installations. Maintainer: omdsh-dev, licensed under MIT.
Read MoreQuery JSON by Path in DeepSeek Harness with dsh-tool-json
`dsh-tool-json` is a DeepSeek Harness community plugin maintained by omdsh-dev, which provides agents with a structured query tool named `json`. It implements a JMESPath-style path subset using a zero-dependency recursive descent parser, supporting dot notation, bracket indexing, quoted attributes and array wildcard projections, avoiding false matches from `grep` or repeatedly spawning `jq`. The installation shall be subject to the directory page: `dsh plugin add github:omdsh-dev/dsh-tool-json`. The plugin is read-only without filters or pipes, and runs with the permissions of the current dsh process. You should check the source code and the MIT license before installation.
Read MoreAnonymized Export of DeepSeek Harness Session Telemetry with dsh-telemetry-redactor
dsh-telemetry-redactor is a community DSH plugin maintained by 030611. It is attached to the official session-telemetry/record component, sends copies of data externally to perform credential desensitization, and does not modify the standardized session logs. This article verifies the installation command, desensitization scope, meaning of fail-closed and known boundaries by referring to the directory page, GitHub repository and official telemetry documentation.
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 MoreInstall a task watchdog for DeepSeek Harness with dsh-stall-guard
DSH-Stall-Guard is a DeepSeek Harness task watchdog plugin maintained by akira399. It tracks the last activity and in-flight operations of each session, and only injects引导 messages in the order of "troubleshooting → repair → redirect direction" during true silence when the session is running, has no events and no in-flight calls, and will never terminate ongoing tasks. This article checks the installation commands, default thresholds, event logs and status interfaces against the directory page, README and 1.3.0 source code.
Read MoreAdd Interactive Long-Session Background Agents to DeepSeek Harness with dsh-background-agents
`dsh-background-agents` is a DSH session and messaging plugin maintained by PerryLink (Apache-2.0 license, npm version 0.5.1). It launches resumable background sub-agents on official sub-agent seams, providing five tools including `background_agent`, `bg_message`, `bg_list`, `bg_result`, `bg_stop`, as well as a web sidebar panel. Starting from version v0.5.0, team rooms are also optional. Install via the catalog page: `dsh plugin add github:PerryLink/dsh-background-agents`. It is compatible with DSH 0.1.0-rc.6. The plugin has the same permissions as the current dsh process, so you should check the source code and license before installation.
Read MoreUse qiushi-dsh-evidence-audit to leave a locally verifiable hash chain deposit for DeepSeek Harness
`qiushi-dsh-evidence-audit` is a DSH session and message plugin maintained by 030611 (MIT License, npm version 0.1.0). It only monitors `tools/result` and `session/event`, writes the standardized observation values into a local SHA-256 hash chained JSONL file, and does not store prompts, parameters, results and session IDs in plaintext. Install via the catalog command: `dsh plugin add github:030611/qiushi-dsh-evidence-audit`. Compatibility is only pinned to the tested DSH commit. The plugin has the same permissions as the current dsh process, please check the source code and license before installation.
Read More