Table of contents
Connect OpenClaw to Feishu / Lark
Install the Feishu plugin and configure WebSocket mode.
Intermediate8 min readUpdated 2026-01-30
- Feishu
- Lark
- Channel
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
Frequently asked questions
Quick clarifications for common blockers while following this tutorial.
Can I deploy OpenClaw without Docker?Installation
Yes. Docker is recommended for reproducibility, but local native setup is supported for first-time learning.
Why does WhatsApp stop responding after QR login?Troubleshooting
Most often this is a session invalidation issue. Re-authenticate with a spare account and verify heartbeat logs before production usage.
How should I store provider keys safely?Security
Keep secrets in environment variables, restrict shell history, and avoid embedding keys in YAML committed to git.
Related tutorials
Beginner8 minUpdated 2026-01-30
Connect OpenClaw to Telegram (Recommended)
- Telegram
- Channel
Intermediate9 minUpdated 2026-01-30
Connect OpenClaw to WhatsApp (Use a Spare Account)
- Channel
- QR
Intermediate18 minUpdated 2026-01-30
OpenClaw Docker / VPS Deployment (Recommended)
- VPS
- Docker
- Ubuntu
- Deployment
Was this helpful?