lark-vc

Search Lark video meeting history and retrieve meeting notes, transcripts, and recordings.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill lark-vc-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-vc
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/lark-vc
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill lark-vc-deepjh

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) is fragmented across calendar, VC, and document domains, making it hard to locate the right meeting and the right artifact. ## Core Features & Use Cases - Historical Meeting Search: Search ended meetings by keyword, time range, organizer, participant, or meeting room via lark-cli vc +search with pagination support. - Artifact Bridging: Resolve a meeting_id to its note_id and minute_token using 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. ## Quick Start Ask the assistant to find yesterday's finished meetings and pull up the meeting notes and transcript for one of them.

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 keyword, time range, organizer IDs, participant IDs, or room IDs. It only returns ended meetings; for future scheduled meetings use the lark-calendar skill instead.

How do I get a meeting transcript from a Lark meeting?

First run vc +detail with the meeting_id to get the note_id, then call note +detail to check note_display_type. Normal notes expose a verbatim_doc_token readable via docs +fetch; unified notes require note +transcript.

What is the difference between Lark 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.

Can vc +search find future or upcoming meetings?

No, vc +search only covers ended historical meetings. For future schedules or meetings that have not started, use the lark-calendar skill; for today's meetings combine both skills.

Why does vc +search return no results for my query?

Common causes include missing filter conditions, a time range exceeding one month, or lack of the vc:meeting.search:read scope. Split long ranges into monthly queries and ensure the agent platform grants the required scope.