What problem does it solve? Building enterprise integrations on the Feishu (Lark) Open Platform involves navigating token management, event subscription verification, message card JSON, approval APIs, and permission models — this Skill provides expert guidance and production-ready code patterns for all of them. ## Core Features & Use Cases - Bot & Message Card Development: Build interactive bots with command handlers, card callbacks, and validated card JSON using the official Lark SDK. - Approval & Bitable Integration: Create approval instances via API, subscribe to status change events, and sync records bidirectionally with Bitable spreadsheets. - SSO Authentication: Implement OAuth 2.0 authorization code flow and Feishu QR code login with secure state validation. - Use Case: You need to notify a Feishu group when an order is approved in your ERP. This Skill guides you through creating an approval event subscription, handling the callback idempotently, and pushing an interactive message card with approve/reject buttons. ## Quick Start Ask the agent to build a Feishu bot that sends an interactive approval notification card to a group chat and handles the button callbacks.