openclaw feishu integration

OpenClaw + Feishu integration guide and no-response troubleshooting

Built around openclaw feishu plugin intent with full setup and debugging flow.

Last updated: 2026-03-11

  • Feishu app permissions granted
  • Callback URL reachable from public network
  • Signature and timestamp validation aligned
openclaw feishuopenclaw feishu pluginfeishu no response

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.

  1. Send a test command in group
  2. Confirm event reception in OpenClaw logs
  3. 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 records

3. 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.

Sources