lark-event

Subscribe to Feishu/Lark events via WebSocket and output NDJSON.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/erencoding/agent-skill-openclaw --skill lark-event-erencoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-event
Source: https://github.com/erencoding/agent-skill-openclaw/tree/main/custom-skills/lark-event
Command: npx skills add https://github.com/erencoding/agent-skill-openclaw --skill lark-event-erencoding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Real-time Feishu/Lark event subscription via a WebSocket long connection that outputs NDJSON to stdout, with support for a compact agent-friendly format, regex routing, and optional file output for building event-driven pipelines.

Core Features & Use Cases

  • Real-time WebSocket-based event subscription for Feishu/Lark events (messages, directory changes, calendar updates, etc.).
  • Supports a compact agent-friendly output format, regex-based routing, and optional file output to drive downstream pipelines.
  • Suitable for building real-time event-driven workflows, debugging, and integrating with data pipelines.

Quick Start

Launch a subscription with lark-cli event +subscribe to stream events as NDJSON to stdout.

Frequently Asked Questions about lark-event

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I subscribe to Feishu events via WebSocket and output NDJSON?

Yes, you can route Feishu messages using regex patterns during the WebSocket event subscription process. The Skill supports regex-based routing to filter and direct specific events to optional file outputs for downstream processing.

Do I need lark-cli to stream Lark events in real-time?

Yes, you need the lark-cli binary to stream Lark events in real-time. The Skill requires lark-cli to handle WebSocket long connections, authentication, and safety guidelines defined by the shared Feishu and Lark platform standards.

What is the best way to build an event-driven pipeline with Feishu Lark?

Feishu event subscription handles real-time messages, directory changes, and calendar updates via a WebSocket long connection. It outputs these events as standardized NDJSON, supporting a compact agent-friendly format for debugging and integration.

Can I route specific Feishu messages to a file output using regex?

Yes, you can route Feishu messages using regex patterns during the WebSocket event subscription process. The Skill supports regex-based routing to filter and direct specific events to optional file outputs for downstream processing.