What problem does it solve? Finding past Feishu/Lark video meetings and their artifacts (AI summaries, verbatim transcripts, Minutes recordings) requires navigating multiple overlapping domains. This Skill routes requests to the correct lark-cli commands so you can locate ended meetings and pull the right meeting artifacts without confusion. ## Core Features & Use Cases - Historical Meeting Search: Search ended meetings by keyword, time range, organizer, participant, or meeting room via vc +search, with pagination support. - Artifact Bridging: Resolve a meeting_id to its note_id and minute_token via 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 rather than copying the AI-generated summary. ## Quick Start Ask the assistant to find yesterday's finished meetings and summarize what was discussed, and it will search, locate the meeting, and pull the transcript for analysis.