lark-workflow-meeting-summary

Aggregates Lark meeting minutes over a time range into structured summary reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli.

What problem does it solve? Manually reviewing and compiling meeting minutes across many Lark meetings is time-consuming. This Skill automates searching meetings within a time range, retrieving their minutes and transcripts, and producing a structured summary report or weekly digest. ## Core Features & Use Cases - Time-Range Meeting Search: Queries Lark VC meetings by date range with pagination and automatic month-splitting for long ranges. - Minutes Metadata Retrieval: Fetches note IDs, document tokens, and verbatim transcript links, handling both normal and unified minute types. - Structured Report Generation: Produces daily overviews or multi-day weekly reports, with optional export to a Lark document. - Use Case: Ask for a summary of this week's meetings and receive a report listing each meeting's time, topic, minutes link, and transcript link, optionally saved as a Lark doc. ## Quick Start Summarize all my Lark meetings from the past week into a meeting minutes weekly report.

Frequently Asked Questions about lark-workflow-meeting-summary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a meeting minutes weekly report in Lark?▼

Search meetings with lark-cli vc +search over the desired date range, fetch each meeting's note_id via vc +detail, then retrieve document tokens with note +detail. The results are compiled into a structured weekly report with minutes and transcript links.

How to search Lark meetings by date range with lark-cli?▼

Use lark-cli vc +search with --start and --end dates in YYYY-MM-DD format, --format json, and --page-size 30. Ranges longer than one month must be split into multiple monthly queries, and page_token requires continued pagination.

What permissions are needed to read Lark meeting minutes?▼

User-identity authorization is required. Run lark-cli auth login --domain vc for basic meeting and minutes queries, and add the drive domain to read minute document content and generate documents.

Why do some Lark meetings show no minutes available?▼

Some meetings have no note_id or return a no notes available error because minutes were never generated. These meetings are marked as having no minutes in the final report rather than causing failure.

What is the difference between normal and unified Lark meeting minutes?▼

Normal minutes have an independent verbatim transcript document accessible via verbatim_doc_token. Unified minutes have no shareable transcript document; their transcript must be pulled locally using note +transcript with the note_id.