lark-workflow-meeting-summary

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

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/trungpr1990-coder/AMI-MAKEUP --skill lark-workflow-meeting-summary-trungpr1990-coder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/trungpr1990-coder/AMI-MAKEUP/tree/main/.agents/skills/lark-workflow-meeting-summary
Command: npx skills add https://github.com/trungpr1990-coder/AMI-MAKEUP --skill lark-workflow-meeting-summary-trungpr1990-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli.

What problem does it solve? Manually reviewing meeting records across days or weeks in Lark is tedious and error-prone. This Skill automates the collection of meeting notes, minutes documents, and verbatim transcripts within a specified time range and compiles them into a structured report. ## Core Features & Use Cases - Time-Range Meeting Search: Queries Lark VC meetings by date range with automatic pagination and month-long range splitting. - Minutes Metadata Retrieval: Fetches note IDs, document tokens, and verbatim transcript links, handling both normal and unified note types. - Structured Report Generation: Produces daily overviews or weekly meeting reports, with optional export to a Lark cloud 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 structured meeting minutes 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 weekly meeting summary in Lark?▼

Use lark-cli vc +search with a start and end date to list meetings, then fetch note details and document tokens for each meeting. The workflow compiles times, topics, minutes links, and transcript links into a structured weekly report.

How to get Lark meeting minutes and transcript links with lark-cli?▼

Run lark-cli vc +detail with meeting IDs to get note_id, then lark-cli note +detail to retrieve note_doc_token and verbatim_doc_token. Use drive metas batch_query with with_url to resolve shareable document links.

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

Normal notes have an independent verbatim transcript document accessible via verbatim_doc_token. Unified notes have no separate transcript document, so transcript content must be pulled locally using note +transcript with the note_id.

Why does Lark meeting search return incomplete results?▼

The search API limits page size to 30 and time range to one month. You must follow page_token for pagination and split longer ranges into multiple one-month queries to collect all meeting IDs.

What permissions are required to read Lark meeting minutes?▼

User-identity authentication is required via lark-cli auth login. The vc domain covers meeting queries and minutes, while adding the drive domain enables reading minutes document content and generating summary documents.