lark-vc-agent

Installation
Summary

Robot meeting participation: join/leave active meetings by 9-digit number and stream real-time events.

  • Three core commands: +meeting-join to join a meeting (creates real attendance record), +meeting-events to read live participant/chat/screen-share events, and +meeting-leave to exit
  • Bot must actually join a meeting before reading its event stream; event visibility is limited to in-progress meetings where the bot is an active participant
  • Requires meeting.id (long numeric ID returned by join) for event queries and leaving, not the 9-digit meeting number
  • Default to --page-all for event queries and always check for pagination signals (has_more=true, page_token) to avoid incomplete results
  • Complements lark-vc skill (post-meeting queries like notes/transcripts/participant snapshots) and integrates with lark-im for downstream message distribution
SKILL.md

Compatibility entry

本技能只用于兼容旧名称,不直接处理业务。

MUST 完整读取 ../lark-meeting/SKILL.md,并按照其中的路由和行动指南执行。

Installs
316.4K
Repository
larksuite/cli
GitHub Stars
17.0K
First Seen
May 11, 2026
lark-vc-agent — larksuite/cli