What problem does it solve? Finding past Lark/Feishu video meetings and their artifacts (AI notes, verbatim transcripts, Minutes recordings) is fragmented across calendar, VC, and document domains, making it hard to locate the right meeting and the right artifact. ## Core Features & Use Cases - Historical Meeting Search: Search ended meetings by keyword, time range, organizer, participant, or meeting room via lark-cli vc +search with pagination support. - Artifact Bridging: Resolve a meeting_id to its note_id and minute_token using vc +detail and vc +recording, then route to note or minutes skills for summaries, todos, chapters, and transcripts. - Participant Snapshots: Query who attended a meeting and when they joined or left using vc meeting get --with-participants. - Use Case: A user asks "summarize yesterday's standup meeting" — the skill searches ended meetings, retrieves the note_id, fetches the verbatim transcript, and produces an independent summary from the raw dialogue. ## Quick Start Ask the assistant to find yesterday's finished meetings and pull up the meeting notes and transcript for one of them.