lark-vc

Search ended Lark video meetings and retrieve meeting notes, summaries, and transcripts.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill lark-vc-yuezhen-huang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-vc
Source: https://github.com/yuezhen-huang/my-bytedance-skillhub/tree/main/lark-vc
Command: npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill lark-vc-yuezhen-huang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Finding past meetings and their outcomes in Lark is tedious when done manually. This Skill lets you search ended video meeting records by keyword, time range, organizer, participant, or room, and retrieve the AI-generated meeting notes, summaries, todos, chapters, and verbatim transcripts without opening the Lark app. ## Core Features & Use Cases - Meeting Record Search: Search ended meetings with filters like keyword, time range, organizer, participant, and meeting room, with full pagination support. - Meeting Notes Retrieval: Fetch smart notes (AI summary, todos, chapters) and verbatim transcripts via meeting IDs, minute tokens, or calendar event IDs. - Artifact Download: Download transcript files and note cover whiteboards into organized artifact directories. - Use Case: Ask "what meetings did I have yesterday and what were the action items" to search yesterday's ended meetings, then pull the AI summaries and todos from each meeting's notes. ## Quick Start Search my meetings from last week with lark-cli vc +search and then get the meeting notes for the one about the project review.

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?

Use lark-cli vc +search with at least one filter such as --query, --start/--end time range, --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 meeting notes and transcripts from a Lark meeting?

Run lark-cli vc +notes with --meeting-ids, --minute-tokens, or --calendar-event-ids. It returns the smart note document token (AI summary, todos, chapters) and the verbatim transcript token, and the minute-tokens path can download transcripts locally.

Can lark vc search find upcoming or future meetings?

No, vc +search only queries ended historical meeting records. For future meetings and agenda, use the lark-calendar skill instead, which searches calendar events rather than meeting records.

What is the difference between note_doc_token and verbatim_doc_token?

note_doc_token points to the smart notes document containing the AI summary, todos, and chapters. verbatim_doc_token points to the full verbatim transcript with speakers and timestamps. Choose based on whether the user wants a summary or the complete record.

Why does lark vc notes return a permission error?

Error 121005 means you are not a meeting participant and lack access to the notes. Use the --minute-tokens path instead, which degrades gracefully to built-in AI artifacts, or run auth login with the required scopes like vc:note:read.

What are the limits of lark vc search and notes commands?

Search requires at least one filter, covers a maximum one-month time range per query, and pages at up to 30 results. The notes command accepts at most 50 IDs per batch and only one of the three input types per call, with user identity required.