What problem does it solve?
Subscribing to Feishu/Lark events in real time can be complex due to the need for WebSocket connections, proper authentication, and structured output. This Skill provides a ready-made workflow to subscribe to events via a long-lived WebSocket, stream NDJSON to stdout, and emit outputs in an agent-friendly format with optional routing to files or directories.
Core Features & Use Cases
- Real-time event subscription via WebSocket long connection for Feishu events (e.g., messages, contact updates, and calendar changes), outputting NDJSON to stdout.
- Supports a compact agent-friendly format, regex-based routing, and file output for event-driven pipelines.
- Shortcuts and CLI workflows (e.g., lark-cli event +subscribe) to streamline common operations; integrates with lark-shared SKILL.md for authentication and safety rules.
Quick Start
Run lark-cli event +subscribe to start receiving Feishu events in real time.