lark-vc

Search Lark video meeting records and retrieve meeting notes, transcripts, and AI summaries.

1.3k|142|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/MiniMax-AI/minimax-code --skill lark-vc-minimax-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-vc
Source: https://github.com/MiniMax-AI/minimax-code/tree/main/packages/local-runtime/assets/skills/lark-tools/cli-skills/lark-vc
Command: npx skills add https://github.com/MiniMax-AI/minimax-code --skill lark-vc-minimax-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli, and includes references (resource) components.

What problem does it solve? Finding past Lark (Feishu) video meetings and pulling their minutes, transcripts, and AI-generated summaries normally requires manual digging through the Lark app; this Skill lets you query and retrieve all of it directly from the terminal via lark-cli. ## Core Features & Use Cases - Historical Meeting Search: Search ended meetings by keyword, time range, organizer, participant, or meeting room with full pagination support. - Meeting Notes Retrieval: Fetch AI smart notes (summary, todos, chapters), user-bound meeting notes, and verbatim transcripts via meeting IDs, minute tokens, or calendar event IDs. - Recording Bridge: Resolve minute_tokens from meeting or calendar event IDs to download recordings and Minutes artifacts. - Use Case: Ask "what meetings did I have yesterday and summarize the weekly sync" — the Skill searches ended meetings, retrieves the AI summary and transcript, and downloads the cover whiteboard into an organized artifact directory. ## Quick Start Use the lark-vc skill to search my meetings from last week and get the AI summary and transcript for the weekly sync.

Frequently Asked Questions about lark-vc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search past Lark video meetings from the command line?

Use lark-cli vc +search with at least one filter such as --query, --start/--end dates, --organizer-ids, --participant-ids, or --room-ids. It only returns ended meetings and supports pagination via --page-token when has_more is true.

How to get Lark meeting minutes and transcripts after a meeting?

Run lark-cli vc +notes with --meeting-ids, --minute-tokens, or --calendar-event-ids. It returns the AI smart note token, user-bound meeting notes, and verbatim transcript token; the minute-tokens path also downloads the transcript file locally.

Can lark-cli vc search upcoming or future meetings?

No, vc +search only queries ended historical meeting records. For future meetings, agendas, or scheduled events, use the lark-calendar skill instead, and combine both when asked about today's meetings.

What permissions does lark-cli vc +notes require?

The required scopes depend on the input path: meeting IDs need vc:meeting.meetingevent:read and vc:note:read, while minute tokens additionally need minutes read and transcript export scopes. Missing scopes are fixed by running auth login with the prompted scope.

Why does vc +notes report no notes available for a meeting?

The meeting may not have generated notes, or you lack participant permission (error 121005). Fall back to the --minute-tokens path, which downloads built-in AI artifacts locally without requiring note read permission.