lark-vc

Search historical Feishu video meetings and retrieve meeting notes, transcripts, and recordings.

3|2|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/zlsbksdxl/codex-lark --skill lark-vc-zlsbksdxl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-vc
Source: https://github.com/zlsbksdxl/codex-lark/tree/main/plugins/feishu2codex/skills/lark-vc
Command: npx skills add https://github.com/zlsbksdxl/codex-lark --skill lark-vc-zlsbksdxl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Finding past Feishu/Lark video meetings and their artifacts (AI summaries, verbatim transcripts, Minutes recordings) requires navigating multiple overlapping domains. This Skill routes requests to the correct lark-cli commands so you can locate ended meetings and pull the right meeting artifacts without confusion. ## Core Features & Use Cases - Historical Meeting Search: Search ended meetings by keyword, time range, organizer, participant, or meeting room via vc +search, with pagination support. - Artifact Bridging: Resolve a meeting_id to its note_id and minute_token via vc +detail and vc +recording, then route to note or minutes skills for summaries, todos, chapters, and transcripts. - Participant Snapshots: Query who attended a meeting and when they joined or left using vc meeting get --with-participants. - Use Case: A user asks "summarize yesterday's standup meeting." The Skill searches ended meetings, retrieves the note_id, fetches the verbatim transcript, and produces an independent summary from the raw dialogue rather than copying the AI-generated summary. ## Quick Start Ask the assistant to find yesterday's finished meetings and summarize what was discussed, and it will search, locate the meeting, and pull the transcript for analysis.

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 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 to get the transcript of a Feishu meeting?

First run vc +detail with the meeting_id to get the note_id, then call note +detail to check note_display_type. For normal notes fetch the verbatim_doc_token document; for unified notes use note +transcript with the note_id.

Can vc search find future or upcoming meetings?

No, vc +search only covers ended historical meetings, including instant meetings not on the calendar. For future scheduled meetings or agenda queries, use the lark-calendar skill instead.

What is the difference between Feishu smart notes and Minutes?

Smart notes come from the in-meeting AI summary feature and are auto-shared with participants after the meeting. Minutes come from recordings or uploaded media, contain the original video, and require explicit authorization before participants can access them.

Why does vc +search return no results for a date range?

The search window is limited to one month, so longer ranges must be split into multiple queries. Also verify you completed lark-cli auth login with the vc:meeting.search:read scope and use explicit dates rather than relative terms like yesterday.