What problem does it solve? Finding past Feishu video meetings and pulling their artifacts (AI notes, verbatim transcripts, Minutes recordings, participant snapshots) requires navigating several overlapping APIs and identity rules. This Skill routes those requests through the lark-cli vc commands so you can locate meetings, read live in-meeting events, send in-meeting messages, and fetch the right meeting artifact without mixing up domains. ## Core Features & Use Cases - Historical meeting search: Search ended meetings by keyword, time range, organizer, participant, or room with vc +search, including instant meetings that calendar queries miss. - Artifact bridging: Resolve a meeting_id to its note_id and minute_token via vc +detail / vc +recording, then continue into note, minutes, or doc skills for summaries, todos, chapters, and transcripts. - Live meeting access: List active meetings, read real-time event streams (speech, chat, screen shares), and send in-meeting text or reaction messages. - Use Case: Ask "summarize yesterday's standup" and the Skill searches ended meetings, fetches the note_id, routes to the verbatim transcript by note_display_type, and produces an independent summary from the raw dialogue. ## Quick Start Ask the assistant to find yesterday's finished meetings about a topic and summarize what was discussed using the lark-vc skill.