Add In-bangumi Search Function to DeepSeek Harness with anime-find
### 翻译结果: Anime-find is a DeepSeek Harness Web anime search plugin (MIT License, current version 0.1.6) maintained by cocofhu. It aggregates resources from Mikan, AniBT and AnimeGarden within conversations, displaying covers, ratings and resource counts in card format. Users can view Bangumi details, copy magnet links or open torrent files after clicking, and support optional rule-based streaming playback. This article checks the installation commands, configuration items and usage boundaries against the GitHub README according to the table of contents.
Read MoreIntegrate CalDAV Calendar Read and Write Functions for DeepSeek Harness with dsh-calendar
### 正式翻译(符合技术文档规范): dsh-calendar is a DSH tool plugin maintained by STARDUSTLC666, with the npm version 0.3.2. It provides five functions including list/create/update/delete/search via CalDAV, and is compatible with Google, iCloud, Nextcloud and custom endpoints. The installation command on the catalog page is `dsh plugin add github:stardustlc666/dsh-calendar`. The configuration is written in `cordis.patch.yml`, and the plugin will not crash on startup without a configuration. The license declared in package.json is MIT. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreUsing dsh-vision to attach a visual recognition model to DeepSeek Harness
`dsh-vision` is a DeepSeek Harness tool plugin (MIT, v0.2.6) maintained by `linenxi-ctrl`. It adds image recognition API capabilities to plaintext conversations, including whale button configuration, automatic image selection and return, agent screenshot and image recognition, and adapts to protocols such as OpenAI, Anthropic, and Gemini based on the deployment address. The directory installation command is `dsh plugin add github:linenxi-ctrl/dsh-vision`. The plugin runs with the permissions of the current dsh process, and the source code and license must be verified before installation.
Read MoreView 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 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 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 MoreConnect Zero-Configuration Exa Search to DeepSeek Harness with dsh-web-search-exa
The community plugin `dsh-web-search-exa` provides an Exa search provider for DeepSeek Harness's `ctx.web`: it uses the anonymous MCP of `mcp.exa.ai` without an API key, and will automatically switch to REST mode once `EXA_API_KEY` is configured. This article covers the directory page, verifies installation commands, configuration items, coexistence with official packages via GitHub and official documentation, as well as edge cases such as current limiting, no built-in setup UI, and process permissions.
Read MoreInstall Structured Difference Comparison for DeepSeek Harness with dsh-tool-diff
`dsh-tool-diff` is a DeepSeek Harness tool plugin maintained by `omdsh-dev`, which registers a diff tool to perform structured comparison on text, JSON, CSV and Markdown and output unified diff. It features zero dependencies, pure functions and read-only, and patches are only verified in memory. This article verifies the installation commands, five actions, input and output budgets, and the installation notes for web/headless environments according to the community directory page and GitHub README.
Read MoreInject Guidance Rules into Agents on Demand with dsh-stream-rules
`dsh-stream-rules` is a DeepSeek Harness community plugin maintained by jiesou: The rules do not occupy system context normally, and only inject steering guidance when tool calls are matched. By default, `agent.inject()` is used to queue SYSTEM NOTICE, and if `reject: true`, the first call will be rejected. This article verifies the installation command, rule writing and capability boundaries based on the directory page and GitHub.
Read More### 正式技术译法(符合海外开源项目命名习惯): `deepseek-harness-external-migration: Migrate configurations and sessions from Codex and Claude Code into DeepSeek Harness`
A MIT plugin maintained by buguoshixc that migrates configurations and chat histories from Codex, Claude Code, Qoder and OpenCode to DeepSeek Harness. The process includes scanning, previewing and confirming the import: scanning is read-only and does not return credentials, and import requires `confirm=true`. First export a review package for configurations, replace MCP keys with environment variables, and no automatic overwriting. Requires dsh 0.1.0-rc.5 and Node.js 22.19+/24+. Installation command on the catalog page: `dsh plugin add github:buguoshixc/deepseek-harness-external-migration`.
Read MoreAdd 3GPP Protocol Index to DeepSeek Harness with comm-protocol-hub
comm-protocol-hub is a DSH community plugin (MIT) maintained by Thanksgiver233. It has compiled 70 summaries of 3GPP protocols from Rel-15 to Rel-18 into a local knowledge base categorized into 8 types including TN/NTN, holography, near/far field, hybrid, security and etc., which can be queried through three tools: search, browsing and detail viewing. The data is embedded, and there is a panel on the Web side. This article checks the installation commands and boundaries against the catalog page and GitHub: it is a summary index rather than the full specification, and you should check the source code and license before installation.
Read MoreInstall a Safety Calculator for DeepSeek Harness with dsh-tool-calculator
### 翻译结果: The dsh-tool-calculator is a DeepSeek Harness community plugin maintained by omdsh-dev. It uses a zero-dependency recursive descent parser to evaluate mathematical expressions within the process, without relying on `eval` or spawning bash processes. This article checks the installation commands, whitelisted functions, security boundaries and adaptation instructions for version 0.1.0-rc.6 against the directory page and the GitHub repository.
Read MoreAdd a Sticky Note to the Bottom-left Corner of DeepSeek Harness with dsh-sticky-note
*dsh-sticky-note* is a DeepSeek Harness Web plugin maintained by Meredith2328 (MIT License, v0.2.1). It adds a sticky note button to the left of the input bar, allowing users to jot down ideas, thoughts, and TODO items with quick categorization. It automatically saves content as local Markdown files at timed intervals, and supports one-click sending, history list, archive recovery, and an overdue recycle bin. This article verifies the installation command, storage path and permission boundaries by cross-checking the community directory page and the GitHub source code.
Read MoreCreate a specification snapshot for the secondary development of DeepSeek Harness using dsh-specs
Maintained by showjiangnan, dsh-specs organizes the products, architectures, extension points and quality constraints on a fixed upstream commit of DeepSeek Harness into a specification library that can be read on demand by Codex and Claude Code. This article verifies through the directory page, GitHub README, AGENTS.md and source-lock.json: it does not contain source code and cannot run DSH independently. What are the installation commands and workspace reading paths, as well as the evidence boundaries that must be checked against the source code before deployment.
Read MoreUpgrade DeepSeek Harness Web Edition into an all-in-one development environment with dsh-IDE
dsh-IDE is maintained by chenw2759-wq, which turns DeepSeek Harness Web GUI into a JupyterLab-style workspace: featuring a file tree, syntax-highlighted editing, built-in terminal, Tree-style red-green diff, as well as Markdown/Office preview and visual editing. In SSH mode, the model remains running locally, while files and commands are executed remotely. It is licensed under BSD-3-Clause. The directory installation command is `dsh plugin add github:chenw2759-wq/dsh-IDE`; the repository README requires installing three packages separately into the web profile after cloning.
Read MoreReplace DeepSeek Effort with a three-speed slider using dsh-huadongbianzuqi
`dsh-huadongbianzuqi` is a DeepSeek Harness Web frontend plugin maintained by zjl88858, which replaces the Effort dropdown with a three-step slider with an avatar knob. This article verifies through the community directory page, GitHub README, package.json and source code that only the interface display is modified by 牢梁/ Liangzi/ Liangsheng, while the submitted values remain off/high/max; it needs to be installed into the web profile, there are currently no Release assets, and for reproducible installation, please fix the version to v0.1.0. The code is licensed under MIT-0, and the portrait rights of the avatars are not within the scope of the license.
Read MoreAdd Creative Branch Canvas to DeepSeek Harness with dsh-ramify
dsh-ramify is a DeepSeek Harness community plugin maintained by yanglongyun, which uses a tree-shaped canvas to generate, compare and iterate multiple interactive solutions. This article checks against the GitHub repository according to the directory page: MIT license, web sidebar entry, local port 9519 runtime, SQLite persistence, and the directory page installation command `dsh plugin add github:yanglongyun/dsh-ramify`. The plugin reuses the current session and model without saving API Keys; there is no sandbox for detail preview, so you should check the source code before installation.
Read MoreUse dsh-drop-to-path to convert images and files to paths for sending to pure text models
`dsh-drop-to-path` is a DeepSeek Harness Web plugin (MIT licensed) maintained by loudMore. When a plain-text model attempts to send images, they will be blocked by the host's pre-check, and files such as PDFs cannot be sent as attachments either. This plugin retains the native attachment bar, and when sending, it writes images and files to the `.drops/` workspace directory and attaches their paths. The directory installation command is `dsh plugin add github:loudMore/dsh-drop-to-path`; it is recommended to use it with `dsh-vision-toolkit`, and please read `ADAPTING.md` before upgrading DSH.
Read MoreFix the garbled Chinese characters in bash of DeepSeek Harness using dsh-bash-encoding
`dsh-bash-encoding` is a DSH host-side plugin (BSD-3-Clause) maintained by lhh010. It replaces `ctx.bash`, manages spawning and collecting raw bytes by itself, automatically recognizes encodings such as UTF-16LE, UTF-8 and GBK, and fixes Chinese garbled characters in bash under Windows + WSL. Installation: `dsh plugin add github:lhh010/dsh-bash-encoding`. Only one `ctx.bash` can exist in the same context; the default Windows native pwsh profile is deactivated.
Read MoreMake Clear of Peak-Valley Prices of DeepSeek API on DSH Top Bar with dsh-client-pricing
`dsh-client-pricing` is a DSH Web client plugin maintained by Miyazawai, which displays the current unit prices of the DeepSeek API in the session top bar: with peak/idle badges, automatic price switching between flash and pro plans, and recalculating the price tier every 30 seconds. This article verifies the installation command, price list and capability boundaries based on the community directory, GitHub README and official pricing page. The prices are hard-coded and no session billing is provided.
Read MoreIntegrating Modeling, Rendering and Export Functions into DeepSeek Harness via Blender Add-on
Blender is a community plugin for DeepSeek Harness maintained by CheshireJCat, with the npm package name `dsh-blender` and licensed under MIT. Instead of using BlenderMCP or a control port, it launches the local Blender background process each time it is called. It registers a `create-3d-model` general orchestration, 29 domain-specific Skills, 26 analysis Helpers, and 13 workspace tools, covering functions such as inspection, import, modeling, preview rendering, scene auditing, and GLB/FBX export. This article verifies the installation commands, environment requirements and security boundaries by cross-checking with the community directory page and GitHub repository.
Read Morefabric: Equipping DeepSeek Harness with Minecraft-style Mixin Hooks
Fabric is a DSH community plugin maintained by omdsh-dev, similar to the load-time hook processor for Minecraft Fabric. It adopts a three-pack splitting mechanism, rewriting target functions with trusted code without modifying the original source code of the target. The directory page command is `dsh plugin add github:omdsh-dev/fabric`; the English README also recommends the released `pkg.tgz`. It is disabled by default and needs to be enabled before launching with `fabric-dsh`.
Read MoreGenerate Usage Reports from DeepSeek Harness Session Logs with dsh-whale-report
**dsh-whale-report (DeepTrace / Whale Notepad)** is a DeepSeek Harness community plugin maintained by SenmuuuuW, licensed under MIT, with the current version 0.4.0. It only reads and aggregates local session event logs, and generates daily, 24-hour, weekly, monthly, annual or custom interval reports through deterministic rules, covering expense and token billing, retry storms, dangerous commands, secret existence scanning and collaborative review. Reports can be exported via the panel, `whale_report` chat tool or `pnpm report` CLI. The community repository is not an official app store; the plugin runs with the permissions of the current dsh process. You should inspect the source code before installation and pin the commit if possible.
Read MoreAdd Local Learning Mode to DeepSeek Harness with dsh-explain
### 标准技术译法版本(符合开源项目文档规范): `dsh-explain` is a DSH learning mode plugin maintained by yuezengwu, licensed under MIT. It maintains a cross-session learning thread locally, retains at most one active explanation per source, adapts to the user's knowledge level via `ExplainContext`, and does not inject code into the main Agent. Currently compatible with DSH 0.1.0-rc.6 Web edition, users can trigger explanations, toggle features and run diagnostics via the `/explain` command, the selection shortcut menu, and the settings page.
Read MoreInject Suffix into Each Round of Messages for DeepSeek Harness Using deepseek-manners
# DeepSeek-Manners Plugin Maintained by Moeblack, DeepSeek-Manners is a community plugin for DeepSeek Harness, categorized under **Tools and Capabilities**. It appends a configuration text to the bottom of the payload during the first model request of each conversation turn. The default text is *"Thank you, Master Whale"*, and this configuration only takes effect for the current turn. The old suffix will be recycled based on the length of the most recent assistant reply; if the payload is too long, the suffix can be skipped to protect the prompt cache. There is a heart-shaped toggle switch next to the web input box. Users can modify the text into multi-line instructions, but template variables are not supported. Please refer to the directory page for installation instructions: `dsh plugin add github:Moeblack/deepseek-manners`. The plugin runs with the permissions of the current DSH process. Currently, there is no license attached to the repository, so please review the source code before installing it.
Read MoreAdd Shanghai-Shenzhen A-share market quotes to DeepSeek Harness web interface using dsh-stock-market
### 译文: dsh-stock-market is a DeepSeek Harness web plugin maintained by AnacondaKC, licensed under BSD-3-Clause open source. It provides a Shanghai-Shenzhen stock market sidebar on the right side of the Web UI, and aggregates 57 free APIs from East Money, Tencent, Sina and Tonghuashun into 9 stock tools, without requiring an API Key. This article verifies the installation commands, code specifications, capability boundaries and precautions based on the directory page and GitHub repository.
Read MoreConduct a read-only security audit of the local DeepSeek Harness using dsh-security-audit
`dsh-security-audit` is a native security audit plugin for DeepSeek Harness maintained by omdsh-dev. It performs read-only scans of configurations, credential metadata, plugin sources, session structures and network attack surfaces, and outputs desensitized and reproducible risk reports. This article verifies the installation commands, six actions, rule boundaries and precautions against the community directory page and GitHub README.
Read MoreConnect DeepSeek Harness to SSH Remote Workspace with dsh-remote
dsh-remote is the DeepSeek Harness remote work assistant maintained by flymysql (MIT license, current npm version 0.5.7). It does not modify the core of dsh-workspace. Instead, it establishes an outbound SSH connection from the local machine to the server you maintain, selects remote directories, uses rw_* tools to list files, read/write data and execute commands, and mirrors the remote end into a local real workspace via bounded SFTP. The community directory installation command is `dsh plugin add github:flymysql/dsh-remote`; the client only declares the web platform. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and license, and do not hand over the credentials of untrusted hosts to the Agent.
Read MoreInstall a transparent plugin ranking for DeepSeek Harness with dsh-recommend
dsh-recommend is maintained by zp-home. It scores the repositories under the dsh-plugin topic on GitHub using a public four-dimensional formula, recalculates the same JSON every 2 hours, and is shared between the static leaderboard and DeepSeek Harness plugins. This article verifies the installation command, five model tools, settings page ranking, and that inclusion does not equal security endorsement based on the directory page, repository README, scoring.md and data/meta.json.
Read MoreIntegrating Robot Simulation and Fault Evidence into DeepSeek Harness via dsh-robotic-harness
`dsh-robotic-harness` is a DeepSeek Harness community plugin maintained by dingkaihu63 under the MIT license. It integrates URDF/MJCF asset inspection, MuJoCo grasping and placement, six types of fault injection, and hash-evidenced package into the Agent workflow. This article verifies the installation commands and demo execution methods by cross-checking with the catalog page and GitHub README, as well as the current limitations that it is still a demo without a real machine adapter.
Read MoreIntegrate ego-lite Browser into DeepSeek Harness using ego-browser
Ego-browser is a DeepSeek Harness community plugin maintained by Fisfzy, which integrates the Chromium framework for AI Agents, CitroLabs/ego-lite, into Harness. The current version of this repository is 0.8.0, and its source code registers 32 ego_* tools including semantic snapshots, click-to-fill forms, screenshots, CDP, task space isolation and more, with built-in ego runtime and real-time observation window. The community directory installation command is `dsh plugin add github:Fisfzy/ego-browser`. This plugin has no affiliation with DeepSeek/HuanFang; the plugin runs with the permissions of the current dsh process, and you should check the source code and license before installation.
Read MorePlay Gomoku with the model in DeepSeek Harness webpage using dsh-gomoku
DSH-Gomoku is a web Gomoku plugin for DeepSeek Harness maintained by omdsh-dev (MIT licensed, npm package name: @yejiming/dsh-gomoku). It adds a "Gomoku" tab to the conversation view, supports playing as Black, playing as White, and AI vs AI matches. Both the Black and White sides can separately set the model, thinking tier and system prompt. Moves are reasoned by large language models, and the server only arbitrates invalid replies. The installation command on the catalog page is `dsh plugin add github:omdsh-dev/dsh-gomoku`, which requires dsh ≥ 0.1.0-rc.6.
Read MoreAdd a file explorer to DeepSeek Harness web session with dsh-file-explorer
### (官方正式译法,适配海外开发者社区语境) DSH File Explorer is a DeepSeek Harness web plugin maintained by joejojoking-cloud. It provides a resizable file tree on the right side of chat sessions, with support for Markdown rendering, syntax highlighting, in-panel editing that writes changes back to disk, and one-click opening of the workspace with VS Code. It is categorized under "Tools and Capabilities", with the current version being 0.1.3. Installation instructions shall prevail as per the directory page command. It is recommended to add `--profile web` to the command for web usage and restart the program. Files larger than 1 MB cannot be previewed. The plugin runs with the permissions of the current DSH process, so please check the source code and license before installation.
Read MoreCheck 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 MoreInstall 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 MoreConduct 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 MoreConnect 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 MoreAdd 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 MoreAdd Session Cost Ledger to DeepSeek Harness Web Interface with dsh-cost-meter
`dsh-cost-meter` is a DeepSeek Harness community plugin maintained by Han-1413141. It counts the session cost, daily total, budget progress and official balance in the Web UI, and synchronizes prices with the official pricing page based on peak-valley pricing. This article verifies the installation command, ledger caliber and permission boundary according to the plugin directory page, GitHub README and `package.json` 1.3.1: the badges are estimates, the exact amount shall prevail based on the local ledger, and the budget only serves as a reminder without blocking.
Read MoreConnect DeepSeek Harness to QQ private chats and group chats with dsh-qqbot
The `dsh-qqbot` (@tencent-connect/dsh-qqbot, 0.4.0, MIT) maintained by Tencent Connect uses QQ as the IM frontend for DeepSeek Harness. It features isolated private chat and group chat sessions, QR code binding, and a default setting that group chats only respond when mentioned. This article verifies the installation commands, configuration items and usage of `/bot-reset` etc. against the directory page and GitHub README.
Read MoreAchieving Native-Level Image Understanding in DeepSeek Harness with dsh-vision
DSH-Vision is a DeepSeek Harness plugin maintained by Oil-Oil, open-sourced under the MIT License, currently at version 0.1.0, and compatible with DSH 0.1.0-rc.6. When the main model can process images, it directly sends the original image. For pure-text DeepSeek interactions, it submits the original image to ZenMux, Bailian, TokenDance or OpenRouter for analysis, then returns the results to the original model as untrusted context for answering. It also supports see-skill and local OCR. This article verifies the installation, configuration and security boundaries based on the table of contents and the GitHub README.
Read MoreInject Local Plugins into DeepSeek Harness Runtime with dsh-super-injector
DSH-Super-Injector is a DSH runtime mod injector maintained by yjh051108. After installing the bootloader, it can thermally inject local plugin packages into a running web instance, supporting hot reload, side挂转正 (converting sidecar/attached mods to native), uninstallation, and route self-healing. This article verifies the installation commands and capability boundaries based on the directory page, GitHub README/SPEC, and version v0.3.3.
Read Moredsh-toy: Connecting Small Toys to the Bounded Control Plugin of DeepSeek Harness
dsh-toy is a DSH community plugin maintained by c3ll256, implementing bounded toy control in TypeScript. The agent first asks for brand and model, then automatically selects the backend: for unknown hardware on macOS, it uses read-only CoreBluetooth discovery; local devices are handled via Buttplug/Intiface; and some share links go through MonsterParty. The default timeout is 30 seconds, and tokens are not exposed as visible parameters in the model. The installation command for the directory is `dsh plugin add github:c3ll256/dsh-toy`, under the BSD-3-Clause license. The plugin runs with the current DSH permissions, and users should check the source code before installation.
Read MoreTurn DeepSeek Harness "Everything is Plugin" into a Runnable Chinese Course Using dsh-harness-tutorial
dsh-harness-tutorial is an MIT open-source Chinese tutorial maintained by yanhua1010, which breaks down DeepSeek Harness's "everything is a plugin" concept into a VitePress site, 8 runnable demos locked at version 0.1.0-rc.6, and a teaching-oriented mini-harness (React + Node.js TypeScript). Although categorized under "Tools and Capabilities" in community directories, the repository itself serves as educational material rather than a runtime capability plugin. This article verifies the directory page and GitHub repository to explain what it is, how to read the four lessons, how to run the demos locally, and how to complete the final project.
Read MoreEnable DeepSeek Harness Minimal Mode on Windows Using dsh-gitbash-preset
`dsh-gitbash-preset` is a DeepSeek Harness community plugin maintained by Liceses (MIT License, npm package name `@icelily/dsh-gitbash-preset`, current version 0.1.2). It maps the official minimal-mode bash calls to the MSYS shell of Git for Windows, bypasses the limitation of unavailable PTY on Win32 via `bash -c` each time, and implements sandbox-aware gating. This article organizes the installation commands, preset usage, detection paths and precautions based on the plugin directory page, GitHub source code and npm documentation.
Read More# 用 DSH_Creative_Workshop 给 DeepSeek Harness 补上插件发现与评估工坊 # Complement the DeepSeek Harness with a Plugin Discovery and Evaluation Workshop using DSH_Creative_Workshop
DSH_Creative_Workshop is a community open-source project maintained by OBdangshang07, which performs plugin discovery, structure verification, graph retrieval, collection and installation planning outside the DeepSeek Harness runtime. This article is verified against the directory page and GitHub v1.1.4: the Browser Workshop has been launched, evaluations are bound to Revisions, Companion currently only provides dry-run plans, and structure verification is not equal to security audit.
Read MoreEquip Plain-text DeepSeek Harness Agent with "Eyes" Using dsh-vision-router
### 版本1(正式学术/技术文档译法,适配海外开发者语境): DSH-Vision-Router is a DSH tool and capability plugin (MIT License, v1.4.4) maintained by ysr666. It treats vision models as its "eyes" and DeepSeek as its "brain", and provides free-key-free anonymous fallback service from OVH by default, along with 11 pixel-level tools including question answering, positioning, cropping, pixel comparison and OCR. This article verifies the installation commands, usage of automatic image recognition model groups and permission precautions in accordance with the community directory and GitHub README. --- ### 版本2(更贴合国内开源项目对外宣传的自然译法): Maintained by ysr666, DSH-Vision-Router is a DSH utility and capability plugin under MIT License (v1.4.4). It takes vision models as its "eyes" and DeepSeek as its "brain", offers free anonymous fallback service powered by OVH by default, and has built-in 11 pixel-level tools such as Q&A, positioning, cropping, pixel comparison and OCR. This article checks the installation commands, usage of the automatic image recognition model suite and permission notes against the community repository and GitHub README.
Read MoreBring SillyTavern Character Cards into DeepSeek Harness with dsh-agent-rp
### 正式翻译(符合技术文档语境): The `dsh-agent-rp` is a DeepSeek Harness community plugin maintained by hewzhew, designed to import SillyTavern character cards, presets, worldbooks and JSONL chat logs into DSH-native sessions. It supports selecting characters from the character library, configuring opening lines and Persona, and enables usage of a lightweight frontend with persistent memory in isolated runtime environments. This article verifies the installation commands, first-time chat steps against the directory page and GitHub repository, as well as the explicit out-of-scope features of the current public preview build, including group chats and alternative frontends.
Read MoreAdd @ path reference to DeepSeek Harness input box with dsh-at-file
### 正式翻译(符合技术文档规范): `dsh-at-file` is a DeepSeek Harness Web plugin maintained by omdsh-dev. It allows users to search the workspace by typing `@` in the input box and insert the path of a file or directory. Starting from version 0.3.0, it only attaches workspace references and no longer embeds the full content of files into the prompt. This article verifies the installation commands, selectors, filtering rules and precautions against the community directory page and GitHub README.
Read MoreEquip Plain-text Coding Agents with a Visual Toolbox Using agent-vision-toolkit
Agent-Vision-Toolkit is an open-source visual toolkit (MIT License, Python) maintained by Anionex. It provides skills such as glance/ground/detect/trace/crop and vision-tools for pure text-coding intelligent agents like DeepSeek, covering visual question answering, long-screenshot OCR, UI restoration and GUI operation, and can be connected to Codex, Claude Code and other models. The community directory installation command points to this repository; the dsh Web/Headless native Bundle requires additional installation of @anionex/dsh-vision-toolkit.
Read MoreAdd Vision Capabilities to the Plain-text Models of DeepSeek Harness with ModLens
ModLens is a DeepSeek Harness visual plugin maintained by Liustack (MIT License, version 3.18.1 at the time of writing). When plain-text DeepSeek/GLM cannot recognize screenshots, it registers the `modlens_read_image` function to convert pasted images into JSON containing OCR results, layout information and semantic data. This article verifies the installation command, two image pasting paths, engine configuration and output contract according to the community directory and GitHub.
Read More