dsh-lark: Directly Interact with DeepSeek Harness Agent in Feishu / Lark

@sugarforever/dsh-lark is a community-maintained DeepSeek Harness plugin for Feishu / Lark. It receives messages via WebSocket long connection, eliminating the need for public webhooks, and maps Feishu single chats, group chats, and topics to Harness Sessions, utilizing pre-configured models, tools, and Agent Presets. The article introduces the runtime requirements, Feishu app configuration, npm installation commands, Settings and patch configuration methods, as well as typical usage scenarios such as single chats, group chats, and whitelists, along with deployment considerations.

Read More
dsh-feishu: Drive DeepSeek Harness with a Panel in Feishu

dsh-feishu is a DeepSeek Harness Feishu client plugin maintained by PGZXB. Feishu chat corresponds to dsh sessions: the /panel control panel converts slash commands into buttons, agent outputs are presented as streaming cards, approvals and queries are completed within the card, and dsh-feishu-setup supports one-click configuration of the Feishu app via QR code scanning. The article introduces its core capabilities, npm installation steps, typical session flows and command tables, and notes that dsh is still in pre-release, with the plugin running under process permissions.

Read More
dsh-lark-link: Integrating DeepSeek Harness Agent with Feishu

dsh-lark-link is a DSH client plugin maintained by amlyczz, which bridges the Agent bidirectionally to Feishu/Lark via QR code authentication. It features dual persistence for both Outbox and inbound WAL, card-based commands including /mode /model /permission, multimedia input/output, /goal long tasks, and /doctor diagnostic packages, reusing the DSH Web GUI with session isolation. It requires Node.js ≥24 and is licensed under MIT. Install with `dsh plugin --profile web add dsh-lark-link`, then use `/lark setup` and `/lark start` to get started.

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
Connect 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 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
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