What problem does it solve? Finding past Lark/Feishu video meetings and their artifacts (AI notes, verbatim transcripts, Minutes summaries, todos, chapters) requires navigating multiple APIs and understanding which artifact chain produced which document. This Skill routes those queries through lark-cli so you can locate ended meetings and pull the right meeting artifact without guessing. ## Core Features & Use Cases - Historical Meeting Search: Search ended meetings by keyword, time range, organizer, participant, or room via vc +search, with pagination support. - Meeting Artifact Retrieval: Fetch AI notes, user-bound meeting notes, verbatim transcripts, and Minutes artifacts (summary, todos, chapters, transcript) via vc +notes using meeting IDs, minute tokens, or calendar event IDs. - Recording Bridge & Participants: Resolve meeting IDs to minute tokens with vc +recording, and query participant snapshots with vc meeting get --with-participants. - Use Case: Ask "summarize yesterday's project standup" — the Skill searches ended meetings, retrieves the verbatim transcript, and produces an independent summary based on the raw dialogue rather than rephrasing the AI-generated notes. ## Quick Start Use the lark-vc skill to find my meetings from last week and pull the transcript and AI summary for the project review meeting.