lark-vc

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

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Rabbit-Ivan/Ivan-skills --skill lark-vc-rabbit-ivan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-vc
Source: https://github.com/Rabbit-Ivan/Ivan-skills/tree/main/skills/lark-vc
Command: npx skills add https://github.com/Rabbit-Ivan/Ivan-skills --skill lark-vc-rabbit-ivan

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 AI-generated minutes, summaries, action items, and verbatim transcripts normally requires manual digging through the Lark app; this Skill automates that retrieval through the lark-cli command line. ## Core Features & Use Cases - Historical Meeting Search: Search ended meeting records by keyword, time range, organizer, participant, or meeting room, with full pagination support. - Meeting Notes Retrieval: Fetch note documents, verbatim transcripts, and shared docs via meeting IDs, Minutes tokens, or calendar event IDs. - AI Artifacts Access: Obtain AI-generated summaries, todos, and chapters from Minutes, with automatic fallback to built-in artifacts when note permissions are missing. - Use Case: Ask "what meetings did I have last week and what were the action items" — the Skill searches ended meetings, then pulls the summary and todo list for each one. ## Quick Start Use the lark-vc skill to search my meetings from last week and list the summaries and todos for each one.

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 or Feishu 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.

How do I get meeting minutes and transcripts from a Feishu meeting?▼

Run lark-cli vc +notes with --meeting-ids, --minute-tokens, or --calendar-event-ids. The minute-tokens path returns AI summaries, todos, chapters, and downloads the verbatim transcript to a local file.

Can vc search find upcoming or future meetings?▼

No. vc +search only queries ended historical meeting records. For future schedules and agendas, use the lark-calendar skill instead, and combine both when listing all of today's meetings.

Why does vc +notes return a permission error?▼

Error 121005 means you are not a meeting participant and lack note access. Use the --minute-tokens path instead, which degrades gracefully to built-in AI artifacts without failing.

What are the limits when searching Lark meeting records?▼

The search time range is capped at one month per query, so longer spans must be split into multiple queries. Batch note queries accept at most 50 IDs, and page size maxes out at 30.