What problem does it solve? Finding past Lark (Feishu) video meetings and their artifacts—AI notes, verbatim transcripts, Minutes recordings, and participant lists—requires navigating multiple APIs and tokens. This Skill routes those queries through lark-cli so you can search ended meetings and bridge meeting IDs to note_id and minute_token without manual API work. ## Core Features & Use Cases - Historical meeting search: Search ended meetings by keyword, time range, organizer, participant, or meeting room, with pagination support. - Artifact bridging: Resolve meeting_id or calendar_event_id to note_id and minute_token, then hand off to lark-note or lark-minutes for summaries, todos, chapters, and transcripts. - Participant snapshots: Query who attended a meeting and their join/leave times via the server-side participant snapshot API, even after the meeting ends. - Use Case: Ask "summarize yesterday's standup meeting"—the Skill searches ended meetings, fetches the note_id, routes to the verbatim transcript, and produces an independent summary from the raw dialogue. ## Quick Start Ask the assistant to find all meetings you attended last week and summarize the key decisions from the most recent one.