Build a No-Code Desktop Client for DeepSeek Harness with deepseek-harness-studio

deepseek-harness-studio is an open-source desktop client of DeepSeek Harness maintained by fufankeji / Normed Space, under the MIT license. It uses Electron to host the web workspace and manage the local dsh web, with built-in plugin discovery, plugin center, Preset Plaza, app center and visual enhancement features. The directory installation command is `dsh plugin add github:fufankeji/deepseek-harness-studio`; daily use mainly relies on the macOS arm64 / Windows x64 preview packages available on GitHub Releases. It is based on the official Harness, but is not an official release of DeepSeek.

Read More
Connect 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 More
Connect 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
Connect 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 More
Use 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 More
Control 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 More
Add Approval and Completion Notifications to DeepSeek Harness Webpage with dsh-web-ui-notify

`dsh-web-ui-notify` is a DeepSeek Harness Web UI notification plugin maintained by bill9109. When the tab is left, system notifications will pop up for tool approval, DSH questions and round completion, with the session name in the title, and clicking the notification will jump back to the corresponding session. This article verifies the 0.1.3 installation, web profile, setting switches and permission boundaries according to the community directory and repository README.

Read More
Connect Local DeepSeek Harness to Feishu with dsh-lark-bot

*dsh-lark-bot* is maintained by PlutoKeating, which connects the local DeepSeek Harness to Feishu/Lark: featuring streaming cards, project workspaces, parallel tasks, multi-role Agents, in-conversation model and key management, as well as a safety net that allows self-rescue in Feishu even if dsh crashes. It is licensed under AGPL-3.0, with the current version being 0.15.0. The directory command is `dsh plugin add github:PlutoKeating/dsh-lark-bot`. The community directory is an unofficial store, please check the source code and license before installation.

Read More
Chat with DeepSeek Harness Agent in Feishu via dsh-lark

`dsh-lark` is a Feishu/Lark channel plugin for DeepSeek Harness maintained by omdsh-dev (npm package name: `dsh-lark-channel`, licensed under BSD-3-Clause). After scanning the code to create an application, users can assign tasks and view execution progress in private chats or groups, and use cards to handle inquiries, plan confirmations and tool approvals without requiring public network callbacks. This article checks the installation commands, slash commands, multi-agent collaboration and environment requirements against the directory page and GitHub repository.

Read More
Add Round Completion Desktop Notifications to DeepSeek Harness with dsh-notification

dsh-notification is a notification plugin for DeepSeek Harness Web GUI maintained by omdsh-dev. After a session ends in one round, the browser will pop up system notifications via the Notification API. Users can toggle notifications based on end states such as completion or error, and filter them using keyword inclusion/exclusion rules. This article verifies the installation, settings, host projection configuration and known limitations in accordance with the community directory and the repository README.

Read More