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-jointo join a meeting (creates real attendance record),+meeting-eventsto read live participant/chat/screen-share events, and+meeting-leaveto 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-allfor event queries and always check for pagination signals (has_more=true,page_token) to avoid incomplete results - Complements
lark-vcskill (post-meeting queries like notes/transcripts/participant snapshots) and integrates withlark-imfor downstream message distribution
SKILL.md