What problem does it solve?
Users building Lark event-driven automation workflows need a reliable, low-effort way to capture real-time platform events (such as incoming messages, contact updates, and calendar changes) without building and maintaining custom WebSocket connection logic, which this Skill eliminates by providing a pre-configured, production-ready event listener.
Core Features & Use Cases
- Pre-configured WebSocket Event Subscription: Connects to Lark's event push service via long connection out of the box, supporting 24+ common event types in catch-all mode or custom event type filtering.
- Flexible Output & Routing: Supports compact agent-friendly NDJSON format, regex-based event routing to separate directories, and individual file output for archival or downstream processing.
- Use Case: Build automation pipelines such as auto-replying to user messages, logging calendar event changes to Lark documents, or syncing contact updates to internal HR systems without writing custom WebSocket handling code.
Quick Start
Use the lark-event skill to subscribe to all incoming Lark message events in compact agent-friendly format and pipe the output to a script that auto-replies to user messages.