What problem does it solve?
Retrieving historical meeting records, AI-generated minutes, verbatim transcripts, and recordings from Feishu (Lark) requires navigating multiple APIs with different identity tokens and permission scopes, which is error-prone and slow when done manually.
Core Features & Use Cases
- Meeting Search & Aggregation: Search past meetings by keyword, time range, organizer, or participant, then aggregate note_id and minute_token in one command via
vc detail.
- Minutes & Transcript Export: Fetch AI artifacts (summary, todos, chapters), download verbatim transcripts, and batch-download minutes media files with SSRF protection and filename resolution.
- Meeting Bot Control: Join or leave meetings with a bot and query meeting events with explicit
--as bot|user|auto identity selection that matches the meeting_id source.
- Use Case: Ask the AI to find last week's architecture review meeting, retrieve its AI summary, and download the full transcript and recording to a local folder.
Quick Start
Ask the AI to search your meetings from last week with feishu-cli and download the minutes transcript for a specific meeting.