openclaw/extensions/feishu
Peter Steinberger f895c9fba1 chore: sync plugin versions to 2026.2.3 2026-02-04 17:55:13 -08:00
..
src feat: per-channel responsePrefix override (#9001) 2026-02-04 16:16:34 -05:00
README.md docs: update Feishu plugin docs 2026-02-03 23:24:41 -08:00
index.ts Channels: finish Feishu/Lark integration 2026-02-03 14:27:39 -08:00
openclaw.plugin.json Channels: finish Feishu/Lark integration 2026-02-03 14:27:39 -08:00
package.json chore: sync plugin versions to 2026.2.3 2026-02-04 17:55:13 -08:00

README.md

@openclaw/feishu

Feishu/Lark channel plugin for OpenClaw (WebSocket bot events).

Install (local checkout)

openclaw plugins install ./extensions/feishu

Install (npm)

openclaw plugins install @openclaw/feishu

Onboarding: select Feishu/Lark and confirm the install prompt to fetch the plugin automatically.

Config

{
  channels: {
    feishu: {
      accounts: {
        default: {
          appId: "cli_xxx",
          appSecret: "xxx",
          domain: "feishu",
          enabled: true,
        },
      },
      dmPolicy: "pairing",
      groupPolicy: "open",
      blockStreaming: true,
    },
  },
}

Lark (global) tenants should set domain: "lark" (or a full https:// domain).

Restart the gateway after config changes.

Docs

https://docs.openclaw.ai/channels/feishu