lark-workflow-meeting-summary

Aggregate Lark meeting notes into structured summary reports.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/eatbreads/.agents --skill lark-workflow-meeting-summary-eatbreads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/eatbreads/.agents/tree/main/skills/lark-workflow-meeting-summary
Command: npx skills add https://github.com/eatbreads/.agents --skill lark-workflow-meeting-summary-eatbreads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the time-consuming task of collecting scattered meeting notes and transcripts from Lark within a given date range and converts them into a clear, structured summary or weekly report.

Core Features & Use Cases

  • Time-range aggregation: Automatically search meetings within a specified date window with rules for "today", "this week", "last week", and month ranges.
  • Paginated and batched retrieval: Handles paginated vc search results, splits long ranges into monthly queries, and batches note and document token lookups.
  • Output options: Produces per-meeting details or multi-day/weekly reports and can optionally create or append to cloud documents using lark-cli.
  • Use case: Generate a weekly meeting summary for stakeholder distribution, including links to notes and verbatim transcripts and a session-level overview.

Quick Start

Summarize meetings from <start> to <end> and produce a structured meeting summary 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 aggregate Lark meeting notes into a structured weekly report?

You can aggregate Lark meeting notes by specifying a date range like "this week" or "last week" to automatically search meetings, retrieve transcripts, and compile them into a structured weekly report.

What is the best way to summarize meeting transcripts across a specific date range?

Summarizing meeting transcripts across a date range is handled by querying Lark VC meetings within your specified window, batching note retrieval, and consolidating the details into a multi-day report.

Does the meeting summary tool support querying notes for a full month at once?

Yes, querying notes for a full month is supported by automatically splitting long ranges into one-month maximum query windows, ensuring paginated vc search results are processed correctly.

How do I export Lark meeting summaries to a cloud document?

You can export Lark meeting summaries to a cloud document by using lark-cli with prior authentication to optionally create a new document or append the structured report to an existing one.

Can I generate individual meeting details instead of a multi-day summary report?

Yes, you can generate per-meeting details as an alternative output option, providing session-level overviews with links to notes and verbatim transcripts instead of a consolidated multi-day report.