What problem does it solve?
Subscribing to Feishu/Lark events in real-time is essential for building event-driven data pipelines. This Skill provides a WebSocket long connection to listen to messages, directory and calendar changes, outputting NDJSON to stdout for downstream processing.
Core Features & Use Cases
- Real-time event streaming: subscribes to a wide set of Feishu/Lark events (messages, contacts, calendar, etc.) via a persistent WebSocket.
- Agent-friendly formatting: supports compact and regex routing options to streamline downstream AI/agent processing.
- Output options: NDJSON to stdout, and optional file-based routing via route rules for persistence and auditing.
- Shortcut commands: provides high-level shortcuts to common event subscriptions for faster workflows.
- Security and prerequisites: references the shared SKILL.md for authentication, permissions and safety rules.
Quick Start
Run the event subscribe shortcut to start listening to Feishu/Lark events and pipe them into your agent pipeline.