DeepSeek Harness plugin

dsh-connect

Feishu/Lark channel adapter for dsh-connect: long-connection event intake, message normalization, streaming replies, and work summary cards

Jump to install

Source facts

Repository
IvanWu2015/dsh-connect
Latest update
Aug 20, 2026
Category
Remote & Mobile
GitHub stars
0
Format
plugin
Package path
packages/connect-feishu
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
packages/connect-feishu/package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/IvanWu2015/dsh-connect/tree/HEAD/packages/connect-feishu
Plugin: dsh-connect
Author: IvanWu2015

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only
README language

dsh-connect-feishu

English | 中文

The Feishu / Lark channel adapter for dsh-connect: receives messages over the Feishu Open Platform long connection (WebSocket) or a self-hosted webhook endpoint, forwards them to the DSH agent, and streams replies back to Feishu, with interactive menu cards.

Install

dsh plugin --profile web add dsh-connect dsh-connect-feishu

Configuration

In the DSH profile's cordis.patch.yml:

- insert:
    - id: connect
      name: dsh-connect
    - id: connect-feishu
      name: dsh-connect-feishu
      config:
        appId: cli_xxx
        appSecret: cli_secret_xxx
        transport: websocket
        requireMention: true
        dmMode: open
KeyDefaultDescription
appId / appSecretenv FEISHU_APP_ID / FEISHU_APP_SECRETFeishu custom app credentials
transportwebsocketLong connection (no public network needed); webhook runs the built-in HTTP server and needs public HTTPS
verificationTokenWebhook verification token (webhook transport only)
encryptKeyWebhook encrypt key (webhook transport only)
webhookPort9000HTTP port for the built-in webhook server when transport: "webhook"
webhookPath/URL path Feishu event callbacks post to (webhook transport)
requireMentiontrueGroups only respond when the bot is @mentioned
dmModeopenDM policy: open / allowlist / pair / disabled
languagezhUser-facing message language: zh / en

On the Feishu side you also need: bot capability enabled, im.message.receive_v1 and card.action.trigger events subscribed, and an app version published. See docs/feishu-setup.md in the repository.

Documentation

https://github.com/IvanWu2015/dsh-connect

License

MIT