What problem does it solve?
This Skill enables real-time monitoring of Feishu events such as messages, contact changes, and calendar updates, allowing users to build event-driven pipelines for automated actions.
Core Features & Use Cases
- Real-time Event Listening: Listen to Feishu events via WebSocket long connection.
- NDJSON Output: Output events in a compact, machine-readable format.
- Agent-friendly Format: Format output for easier processing by bots.
- Regex Routing: Route events to different directories based on regex patterns.
- File Output: Output each event to a file for later analysis.
- Use Case: Monitor incoming messages on a Feishu channel and automatically route them to different team members based on the message content.
Quick Start
Use the lark-event skill to subscribe to Feishu messages and route them to different directories based on the sender's department.