Feishu Bridge Bridge Feishu bot messages to Clawdbot Gateway over local WebSocket. Architecture - Feishu SDK connects outbound (no inbound port / public IP needed) - Bridge authenticates to Gateway using the existing gateway token - Each Feishu chat maps to a Clawdbot session ( ) Setup 1. Create Feishu bot 1. Go to open.feishu.cn/app → Create self-built app → Add Bot capability 2. Enable permissions: , , 3. Events: add , set delivery to WebSocket long-connection 4. Publish the app (create version → request approval) 5. Note the App ID and App Secret 2. Store secret 3. Install & run 4. Auto-st…