lark-workflow-meeting-summary

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

Updated May 22, 2026
One-click install
npx skills add https://github.com/CalWade/aigc-creator --skill lark-workflow-meeting-summary-calwade
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/CalWade/aigc-creator/tree/main/.agents/skills/lark-workflow-meeting-summary
Command: npx skills add https://github.com/CalWade/aigc-creator --skill lark-workflow-meeting-summary-calwade

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 verbatim transcripts via lark-cli, then organizes them into a structured report. ## Core Features & Use Cases - Time-Range Meeting Search: Queries meetings within a specified period (default past 7 days) with automatic pagination and month-long range splitting. - Notes & Transcript Retrieval: Batch-fetches meeting note documents and verbatim transcript links, marking meetings without notes. - Structured Report Generation: Produces a daily overview or multi-day weekly report with meeting times, topics, and document links, optionally writing results into a Lark doc. - Use Case: Ask for a summary of last week's meetings and receive a formatted weekly report listing every meeting with links to its notes and transcripts. ## Quick Start Summarize all my Lark meetings from the past week into a structured meeting notes 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?▼

Authenticate with lark-cli using vc domain permissions, then search meetings for the target week with lark-cli vc +search. The workflow fetches each meeting's notes and produces a structured weekly report with links to notes and transcripts.

How to query Lark meeting notes with lark-cli?▼

Use lark-cli vc +notes with comma-separated meeting IDs obtained from vc +search. Each call accepts up to 50 meeting IDs, and meetings without notes return 'no notes available'.

What permissions are needed to read Lark meeting notes?▼

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

Why does Lark meeting search fail for long time ranges?▼

The vc +search command limits queries to a maximum one-month range. For longer periods, split the request into multiple one-month queries and paginate with page_token until all results are collected.

Can the meeting summary be saved as a Lark document?▼

Yes, when requested the workflow uses lark-cli docs +create with markdown content to create a new document, or docs +update with the append command to add the report to an existing document.