Lark and Feishu users can listen to real-time events like messages, reactions, and meeting updates. These events come as a stream of data you can process with simple commands. This skill helps you build bots and handle live messages without complex setup.
You just pick the event you want, run a command, and the data flows to your screen. You can set limits on how many events to collect or how long to run. The system even sends a special marker when it is ready so your code knows exactly when to start reading.
This is made for AI agents that run as background processes. It uses a clear contract for starting, stopping, and handling errors. Anyone working with Lark or Feishu can use it to add real-time features quickly.
Global
mkdir -p ~/.claude/skills/lark-eventProject
mkdir -p .claude/skills/lark-eventSource Repository
Lark Drivelarksuite/cli
Organize Lark cloud files import export manage permissions and versions
Lark Workflow Meeting Summarylarksuite/cli
Turn your Lark meeting notes into organized weekly summaries with ease
Lark Approvallarksuite/cli
Easily manage Lark approval instances and tasks from your command line
Executing Plansobra/superpowers
Load a plan review critically then execute each task with verifications
Subagent Driven Developmentobra/superpowers
Execute plans with fresh subagents per task and thorough reviews for fast iteration