Bridge Feishu bots to Claude Code
feishu-bridgeskillsetup L3★317
AlexAnys/feishu-openclaw ↗What it does
Sync IM messages bidirectionally with enterprise Feishu webhooks
Best for
Tunneling agentic system messages to Feishu IM without polling when team uses Feishu-native workflows.
Inputs
- · Feishu webhook URL, message text, user ID, channel ID
Outputs
- · Feishu card JSON, delivery confirmation, read receipt (if enabled)
Requires
- · Feishu SDK (feishu-py or HTTP POST to webhook)
Preconditions
- · Feishu webhook configured
- · Bot token registered
- · Channel/chat ID known
Failure modes
- · Webhook timeout (>30s)
- · Invalid message format (not JSON)
- · Rate limit hit (>100 req/min per webhook)
Trust signals
- · Bidirectional sync pattern
- · Card-format fallback
- · Delivery confirmation loop