What problem does it solve? Finding past Lark/Feishu video meetings and their artifacts (AI notes, verbatim transcripts, minutes, participant lists) requires navigating multiple APIs and product surfaces; this Skill routes those queries through lark-cli with correct domain boundaries. ## Core Features & Use Cases - Historical Meeting Search: Search ended meetings by keyword, time range, organizer, participant, or room via vc +search, including instant meetings not tied to calendar events. - Meeting Artifact Retrieval: Fetch AI-generated notes, todos, chapters, verbatim transcripts, and minutes via vc +notes and vc +recording, with routing based on note_display_type (normal vs unified). - 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, locates the meeting_id, retrieves the 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 notes and transcript for one of them.