Skip to content

Last updated · 2026-01-30

Connect OpenClaw to Feishu / Lark

Step 1: Create an internal app

  • Create app in Feishu Open Platform → get App ID/App Secret
  • Enable bot permissions and message events

Step 2: Install plugin (example)

bash
openclaw plugins install @m1heng-clawd/feishu
bash
openclaw config set channels.feishu.appId "YOUR_APP_ID"openclaw config set channels.feishu.appSecret "YOUR_APP_SECRET"openclaw config set channels.feishu.enabled trueopenclaw config set channels.feishu.connectionMode websocket

Step 4: Restart gateway

bash
openclaw gateway restart

Step 5: Test in chat

  • Add the bot to a group or DM
  • Send @bot what time is it?

Common issues

  • Personal account limitations → use an org admin account
  • Plugin mismatch → update OpenClaw or install manually
  • No events → check permissions/keys/WebSocket status

Webhook mode (public HTTPS required)

For event-subscription webhooks, see: /docs/feishu-webhook-tunnel