lark-workflow-meeting-summary

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

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/sliec/shared-files --skill lark-workflow-meeting-summary-sliec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/sliec/shared-files/tree/main/skills/lark-workflow-meeting-summary
Command: npx skills add https://github.com/sliec/shared-files --skill lark-workflow-meeting-summary-sliec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli.

What problem does it solve? Manually reviewing dozens of Lark meetings to compile weekly or daily summaries is tedious and error-prone. This Skill automates the retrieval of meeting records, notes, and transcripts within a specified time range and consolidates them into a structured report. ## Core Features & Use Cases - Time-Range Meeting Search: Queries Lark VC meetings across a date range with automatic pagination and month-long range splitting. - Notes & Transcript Retrieval: Batch-fetches meeting note documents and verbatim transcript links via drive metadata queries. - Structured Report Generation: Produces daily overviews or multi-day weekly reports, and can optionally write results into a Lark document. - Use Case: Ask for a summary of this week's meetings and receive a report listing each meeting's time, topic, notes link, and transcript link, with meetings lacking notes clearly flagged. ## Quick Start Ask the assistant to summarize all Lark meetings from the past week and generate a meeting notes 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 weekly meeting summary from Lark meetings?

Authorize lark-cli with the vc domain, then the workflow searches meetings in the date range, fetches note and transcript document tokens, and compiles a structured weekly report with links for each meeting.

How to query Lark meeting records for a specific date range?

Use lark-cli vc +search with --start and --end dates in YYYY-MM-DD format. The maximum searchable range is one month, so longer periods must be split into multiple queries, and pagination must be followed via page_token.

What permissions are required to read Lark meeting notes?

User-identity authorization is required. Run lark-cli auth login --domain vc for basic search and notes, and add the drive domain to read note document content or generate summary documents.

Why do some meetings show no notes available in the report?

Meeting notes and minutes are generated independently in Lark, so some meetings simply have no notes recorded. The workflow marks these meetings as having no notes in the final output.

Can the meeting summary be saved as a Lark document?

Yes, when requested the workflow uses lark-cli docs +create to generate a new Markdown-formatted document, or docs +update with the append command to add the summary to an existing document.