IvanWu2015/dsh-connect--packages-connect-feishu0

dsh-connect-feishu

用于 dsh-connect 的飞书/Lark 通道适配器

AI 分析

核心用途是为dsh-connect核心提供飞书通道接入能力,支持长连接事件接收、消息规范化和工作总结卡片。适合需要通过飞书与DSH进行交互的用户。

套件
dsh-connect-feishu
版本
0.5.2
授權
MIT
最近更新
2026年8月16日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

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 needs public HTTPS
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.