Manage MCP Servers in DeepSeek Harness Settings Page with dsh-mcp-manager
`dsh-mcp-manager` is a DeepSeek Harness community plugin maintained by hyqhyq3, which manages remote HTTP and local stdio servers in the web interface under **Settings → MCP**. It complements the missing features of the built-in `dsh-mcp-client`, including OAuth (authorization code + PKCE, RFC 7591 dynamic client registration) and stdio transport, with static tokens only referencing environment variable names. Tools are registered in the format `mcp__<name>__*`, optional on-demand broker support is available, and workspace isolation is supported. It is licensed under MIT and requires the web profile.
Read MoreConnect Deepseek-v4-flash of WeChat Gateway to DeepSeek Harness with dsh-llm-wechat
`dsh-llm-wechat` is maintained by sulfide2085. It enables DeepSeek Harness to use WeChat Coding Plan's Deepseek-v4-flash (chatapi.weixin.qq.com) as the official model: it reuses DeepSeekAdapter, performs streaming translation of `think` tags, and fixes the null override issue in tool calling. This project is categorized under Notifications & Integrations, and has 6 GitHub stars. Installation: `dsh plugin add github:sulfide2085/dsh-llm-wechat`. Before using, please set the `WECHAT_API_KEY` environment variable, and note the approximately 60-second gateway timeout and license requirements.
Read MoreIntegrate ChatGPT Subscription into DeepSeek Harness via dsh-llm-codex-oauth
# 翻译结果: dsh-llm-codex-oauth is maintained by Player-MINEPIG under the MIT license. It uses the Codex OAuth device code to log into ChatGPT, exposing subscriptions such as Plus/Pro as a dsh codex-oauth provider. Credentials are only written to the local credential store; it can view images but does not generate them. The author states that calling the undisclosed backend violates the terms and carries the risk of account ban. Installation: dsh plugin add github:Player-MINEPIG/dsh-llm-codex-oauth.
Read MoreUse dsh-lark-meeting-notifier to monitor today's Feishu meetings in DeepSeek Harness
*dsh-lark-meeting-notifier* is a DeepSeek Harness Web plugin maintained by yeruizhi, licensed under MIT. It does not add tools to the model, but only lists the remaining Feishu meetings for the day on the right side of the webpage, and flashes reminders with advance times such as 20/10/5 minutes. The calendar is obtained in read-only mode as a user via the official lark-cli, and the local "✕" will not modify Feishu schedules. This article verifies the installation commands, authorization steps, configuration items and danger-full-access sandbox boundary according to the community directory page and GitHub README.
Read MoreConnect DeepSeek Harness to Feishu with dsh-lark-link
### (注:原文存在部分无意义字符串,已保留原样翻译) dsh-lark-link is a community session plugin maintained by amlyczz, which connects DeepSeek Harness to Feishu/Lark. This article verifies the following contents based on the directory page, GitHub README and npm 0.3.3: creating an app via QR code, switching modes with cards, Outbox and inbound WAL, media sending and receiving, and the /doctor diagnostic package. The installation provides the original directory and the npm writing method from README, and explains the default Full access, group chat no need to @, and the boundary of plain text reissuance.
Read MoreImport Historical Sessions Including pi, OpenCode, Codex into DeepSeek Harness Using dsh-import-agents
*dsh-import-agents* is a community-maintained MIT plugin by Chang-Tong. It converts historical chats from Pi, OpenCode, Codex and Claude Code into resumable DeepSeek Harness sessions, and transforms agent/prompt patterns into skills. Its web interface offers one-click sync buttons, slash commands and new session migration prompts. This article verifies installation commands, four source paths, idempotent import and precautions against the directory page and GitHub README.
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 MoreUse dsh-docs to let DeepSeek Harness parse PDFs, Office documents and scanned files locally
dsh-docs is a fully local documentation plugin for DeepSeek Harness maintained by Sqhao-O. It can parse PDF, Office documents, images and scanned documents within authorized directories. For Windows x64 systems, it uses offline Python/Tesseract OCR with fixed hash verification, while other platforms fall back to Node Xberg. The directory installation command is `dsh plugin add github:Sqhao-O/dsh-docs`, and the npm package `dsh-doc` is recommended for web scenarios.
Read MoreAdd Three-Tier Automatic Memory to DeepSeek Harness Web with dsh-auto-memory
`dsh-auto-memory` is a DSH Web memory plugin maintained by Aik358: it features three-tier memory automatic injection and retrieval for user-level, project notes and daily logs, and is equipped with daily reflection, visualization panel, intelligent retrieval and calendar functions. It can also inherit historical memories from tools such as Claude Code and Codex. The npm package is `@a9i5k4/dsh-auto-memory`, with the current version 0.1.26 and the BSD-3-Clause license. The installation command on the catalog page is `dsh plugin add github:Aik358/dsh-auto-memory`. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation.
Read MoreManage Archived Conversations in DeepSeek Harness Settings Page with dsh-archived-conversations
`dsh-archived-conversations` is a DeepSeek Harness community plugin maintained by hxyz486 (MIT license, package version 0.1.2, with 6 stars on both the catalog page and GitHub). It provides an "Archived Conversations" entry on the Web settings page: users can view archived conversations grouped by workspaces, support expanding full text, one-click recovery, clearing archived records, permanently deleting grouped entries and local logs. The installation shall refer to the catalog page: `dsh plugin add github:hxyz486/dsh-archived-conversations`. The plugin runs with the current dsh process permissions, and the log deletion path relies on PowerShell.
Read MoreAdd a answering status pet to the DeepSeek Harness web interface using dsh-answer-pet
dsh-answer-pet is a DSH Web answer status pet framework (MIT, 0.6.0) maintained by Nanki-nn. The pet switches animations between thinking, outputting and tool calling. Its status card summarizes tokens, speed and time consumption, and displays the cropped model trajectory. Its appearance is defined by PetTheme v1, and it has built-in blue whales, orange cats and British Shorthair cats. Install it using the command on the directory page, you need to install it to the Web profile and restart the dsh web.
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 MoreAdd Configuration Snapshot and One-Click Rollback to DeepSeek Harness via dsh-undo-plugin
The `dsh-undo-plugin` is a DSH community plugin maintained by lire1131, with the package name `dsh-undo-savepoint` after installation. It automatically and manually takes snapshots for configurations and user plugin codes, supports undo, redo, and rolling back to any version, and provides a PowerShell off-box tool and safe mode when Harness fails to start. This article verifies the installation command, snapshot scope and precautions based on the directory page and GitHub.
Read MoreUnified Management of AI Skills on DeepSeek Harness Settings Page with dsh-skill-manager
# 翻译结果: dsh-skill-manager is maintained by sulfide2085 under the MIT License. It adds a skill management section to the DSH Web settings page, merges skills from the DSH / Agents / Codex / Claude directories, enables or disables skills dynamically via SKILL.md and .disabled files, and supports installation via local ZIP packages (≤64 MiB) and GitHub repository archives. This article verifies the installation command, default repository, restrictions and security considerations based on the directory page, README and source code.
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 MoreTurn macOS Desktop Demonstrations into DeepSeek Harness Skills with dsh-record-replay
dsh-record-replay is a DeepSeek Harness plugin maintained by humblebanana that integrates Open Record/Replay into the runtime: it uses the `orr_*` tools to record macOS desktop demonstrations, verify `events.jsonl`, and then packages the files for the host Skill Creator. This article verifies the installation commands, `repoRoot` configuration, the rollback of `orr_skill_create` in version 0.2.0, as well as the privacy boundary between Accessibility permissions and local recording by cross-referencing with the directory page and GitHub repository.
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 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 Moredsh-overleaf: Read and Write LaTeX Projects on Overleaf within DeepSeek Harness Session
dsh-overleaf is a DSH community plugin maintained by fly233338 (MIT licensed). It connects OverleafMCP to DeepSeek Harness, allowing users to browse and read multiple Overleaf LaTeX projects in conversations, and write back changes via Git after providing a commitMessage. The installation command is subject to the directory page: `dsh plugin add github:fly233338/dsh-overleaf`. DSH 0.1.0-rc.5, Node.js 22.19.0 and an Overleaf Git token are required. The current version does not support document compilation, PDF review or browser operations.
Read MoreControl DeepSeek Harness with Feishu: dsh-lark-bridge Two-way Controller
`dsh-lark-bridge` is a DeepSeek Harness bidirectional Feishu/Lark controller maintained by imetn, licensed under MIT. Tasks can be sent from private chats, group chats or topics, mapped to corresponding Projects and Sessions, with progress updated via a native card, and approvals, questions and files can be sent back. It uses WebSocket long connection without the need for public network Webhooks. The directory installation command is `dsh plugin add github:imetn/dsh-lark-bridge`; you can also use the repository setup wizard to create an application and write into the lark Profile. The plugin runs with the current dsh process permissions, so you should check the source code and license before installation.
Read MoreUse dsh-git-identity to fix DeepSeek Harness's git commits to the environment's own identity
`dsh-git-identity` is a DeepSeek Harness development and runtime plugin maintained by LoserFox. At load time, it parses the author identity from plugin configuration, gh CLI, startup environment variables, and `git config --global`, writes them into `GIT_AUTHOR_*` / `GIT_COMMITTER_*` to override subsequent Git configurations, and can idempotently write back to the global identity. The directory installation command is `dsh plugin add github:LoserFox/dsh-git-identity`. The community repository is not an official store, so you need to check the source code before installation; no license has been declared for the repository yet.
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 More