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)
openclaw plugins install @m1heng-clawd/feishuStep 3: Configure (WebSocket recommended)
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 websocketStep 4: Restart gateway
openclaw gateway restartStep 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