Use pi-anchored-tool-for-dspro to perform two-stage tool anchoring for DeepSeek V4 Pro
*pi-anchored-tool-for-dspro* is a community open-source Pi extension maintained by dbydd, and it has been included in the "Models and Providers" section of the DeepSeek Harness community directory. It transplant the two-stage strategy of dsh-anchored-standard to Pi: only expose `bash` and `read` in the first round, record the first tool call in the session before restoring the full directory, and modify the system prompt to adopt the DSH Minimal persona throughout the entire interaction. The directory installation command uses GitHub (main branch is version 0.2.0), while the Pi installation command uses npm (version 0.4.0 has been released). This article cross-verifies based on the directory page, repository source code and npm documentation.
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 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 MoreUsing dsh-verification-receipt to Record Round-by-Round Verification Summaries for DeepSeek Harness Agents
`dsh-verification-receipt` is a DeepSeek Harness session and messaging plugin maintained by 030611. After each durable turn/end, it appends a privacy-minimized heuristic execution summary to the local JSONL: tool counts, and lexical verification signals resembling `test/lint/build`. The plugin does not save session original texts, tool parameters or raw session IDs, nor does it prove that tests have been run or that the code is correct. This article verifies the installation command, output format, capability boundaries and precautions based on the directory page and GitHub.
Read MoreAutomatically adjust the inference gears of DeepSeek Harness in rounds with dsh-tool-turbo
dsh-tool-turbo is a DeepSeek Harness host plugin maintained by Electricitysheep. It accesses the agent/request waterfall and automatically selects reasoning_effort based on recent tool calls: simple read and write operations will be downgraded to low, while heavy tasks will be considered for upgrading the level, and the task itself does not need to be modified. The directory installation command is `dsh plugin add github:Electricitysheep/dsh-tool-turbo`. This article is cross-verified based on the directory page, GitHub README/source code and the official llm-deepseek adapter.
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 MoreAdd a Token Usage Dashboard to the DeepSeek Harness Sidebar with dsh-token-monitor
### 正式翻译(符合海外开源项目文档风格): The `dsh-token-monitor` is a DeepSeek Harness Web extension maintained by zhangzheng25, released under the MIT License. In its current 0.6.0 version, it features a "Today's Usage" card in the sidebar. Clicking the card will display the total token consumption for today, 7 days and 30 days, a 30-day stacked chart of token usage grouped by model, a top 4 usage ranking, and the number of top-tier sessions. All data is idempotently backfilled solely from session logs and persisted locally. The community catalog page still mentions the settings page and 90-day contribution chart, please refer to the repository source code for the latest information.
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 MoreConnect Slack two-way channel to DeepSeek Harness with dsh-slack
dsh-slack is a DeepSeek Harness community plugin maintained by STARDUSTLC666, enabling two-way communication between agents and Slack. It registers four tools: slack_notify for sending Markdown notifications, slack_channels for listing visible channels, slack_inbox for receiving messages via Socket Mode, and slack_reply for replying to messages by thread. Starting from version v0.2, public network callbacks are no longer required; it supports custom slackApiUrl to connect to proxy gateways, and the repository has a built-in mock Slack server for protocol-level acceptance testing. This article verifies the installation, configuration and restrictions based on the directory page and GitHub source code.
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 MoreConduct Permission Profiling Before Installing Third-party DSH Plugins with dsh-plugin-audit
dsh-plugin-audit is a DeepSeek Harness development and runtime plugin maintained by jkrandom-sudo. It performs static permission profiling on third-party plugin source code, listing files, processes, hosts, environment variables and credential paths along with line numbers; the runtime sentry will request your approval first when tool invocations touch credentials or make outbound connections to unknown hosts. It is licensed under MIT, and the current version is 0.1.2.
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### 正式技术译法(符合海外开源项目命名习惯): `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 Visual, Reasoning Tier and Token Capacity for Custom Models in DeepSeek Harness via better-model-provider
### 正式翻译: The official "Models" page of DeepSeek Harness can manage providers and API keys, but in the past, adjusting the inference strength levels, visual input capabilities, and token capacity for custom models could only be done by manually editing the YAML files. The MIT-licensed plugin `better-model-provider` maintained by sanshanya added a "Model Capabilities" section on the settings page, which configures these native capabilities based on the model's declared specifications, without modifying the Harness runtime or touching credentials. This article verifies the installation commands, usage methods, and compatibility boundaries based on the community directory page and the GitHub README.
Read MoreConnect Local DeepSeek Harness to WeChat with dsh-wechat-bridge
### 以下是专业技术翻译版本(适配海外开发者社区表达习惯): dsh-wechat-bridge is a DeepSeek Harness transmission plugin maintained by gtaifu. It uses Tencent's official iLink (WeChat ClawBot/Lobster) channel. Users can connect their local DSH to WeChat via QR code scan: send messages, run tasks, and reply to WeChat messages, without requiring OpenClaw or public network gateways. It is licensed under MIT and has zero runtime dependencies. The directory installation command is `dsh plugin add github:gtaifu/dsh-wechat-bridge`. This article covers its features, installation steps, slash commands, permissions, and known limitations in one place.
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 MoreAdd a Specification-Driven Closed Loop to DeepSeek Harness with dsh-spec-loop
`dsh-spec-loop` is a DeepSeek Harness community plugin (MIT license, current version v0.1.2) maintained by tianji-qingtian. It uses the `/spec` command family to drive the workflow of "generate specification → approve → implement → one-by-one acceptance → archive". Its change directory is compatible with the openspec/ layout of OpenSpec, and it comes with format verification and approval gates, with change cards displayed above the Web UI input box. This article checks the installation commands, typical usage and permission boundaries by comparing the catalog page with the GitHub repository.
Read MoreConnect Tavern World Book to DeepSeek Harness with dsh-LorebookMD
DSH-LorebookMD is a worldbook creation plugin for DeepSeek Harness Web, maintained by 609476965. It imports character cards and worldbooks from SillyTavern/TavernAI, saves them as local Markdown files, and generates two presets: "·World Book" for role-playing by injecting entries via trigger words, and "·Creation" for writing novel texts based on settings. This article verifies the installation commands, data paths and capability boundaries across the community directory page, GitHub and npm 1.0.0.
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 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 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 MoreConnect DeepSeek Harness to Telegram private chats using Telegram
This community plugin uses the Telegram Bot API long polling to bridge private chat text messages into agent sessions of DeepSeek Harness: one chat corresponds to one session, the user whitelist is disabled by default, and assistant replies are formatted in HTML and split at 4096 characters. This article checks installation commands, configuration items, telegram-agent examples and known limitations against the plugin directory page and GitHub source code.
Read More