openclaw feishu integration
OpenClaw + Feishu integration guide and no-response troubleshooting
Built around openclaw feishu plugin intent with full setup and debugging flow.
1. Setup requirements
Prepare app credentials, callback URL, and event subscriptions first.
- Create Feishu bot app with message scopes
- Configure callback URL and event subscription
- Map credentials in OpenClaw settings
2. Integration test flow
Use a clear send-log-response sequence for deterministic debugging.
- Send a test command in group
- Confirm event reception in OpenClaw logs
- Validate response payload and status code
Watch logs during end-to-end testing
docker compose logs -f openclaw-gateway\n# send a test command in Feishu\n# verify event + response records3. Missing response fixes
Most issues are signature checks, permissions, or callback reachability.
- Verify signature and timestamp validation
- Ensure bot has message permission in target group
- Confirm public callback reachability
Frequently asked questions
Why does the bot stop responding intermittently?
Check rate limit and timeout behavior, then add retries and fallback prompts.
Can the plugin send files?
Depends on current plugin capability and app permissions.