lark-vc

Search ended Lark video meetings and retrieve meeting notes, minutes, and participant snapshots.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/U1traVeno/skills --skill lark-vc-u1traveno
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-vc
Source: https://github.com/U1traVeno/skills/tree/main/profiles/lark/lark-vc
Command: npx skills add https://github.com/U1traVeno/skills --skill lark-vc-u1traveno

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 their artifacts—AI notes, verbatim transcripts, Minutes recordings, and participant lists—requires navigating multiple APIs and tokens. This Skill routes those queries through lark-cli so you can search ended meetings and bridge meeting IDs to note_id and minute_token without manual API work. ## Core Features & Use Cases - Historical meeting search: Search ended meetings by keyword, time range, organizer, participant, or meeting room, with pagination support. - Artifact bridging: Resolve meeting_id or calendar_event_id to note_id and minute_token, then hand off to lark-note or lark-minutes for summaries, todos, chapters, and transcripts. - Participant snapshots: Query who attended a meeting and their join/leave times via the server-side participant snapshot API, even after the meeting ends. - Use Case: Ask "summarize yesterday's standup meeting"—the Skill searches ended meetings, fetches the note_id, routes to the verbatim transcript, and produces an independent summary from the raw dialogue. ## Quick Start Ask the assistant to find all meetings you attended last week and summarize the key decisions from the most recent 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 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; for future scheduled meetings use the calendar skill instead.

How do I get the transcript or summary of a Lark meeting?▼

First run vc +detail with the meeting_id to obtain the note_id and minute_token. Then use note +detail for AI notes and verbatim transcripts, or minutes +detail with explicit flags like --summary, --todo, --chapter, or --transcript for Minutes content.

Can I see who attended a Lark meeting after it ended?▼

Yes, use vc meeting get with with_participants set to true. This is a server-side participant snapshot API that works for ended meetings and does not require a bot to have joined the meeting.

Why does vc search not return my upcoming meetings?▼

The vc +search command only queries historical, already-ended meetings by design. Future meetings and calendar events belong to the calendar domain and must be queried through the lark-calendar skill.

What is the difference between a meeting note and Minutes in Lark?▼

A note (note_id) is the structured AI meeting document containing summaries, todos, and verbatim transcripts. Minutes (minute_token) come from recordings or uploaded media and contain transcripts, summaries, todos, and chapters; the two are produced independently.