lark-workflow-meeting-summary

Summarize Lark/Feishu meeting notes into structured reports by date range.

641|104|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/eastreams/loong --skill lark-workflow-meeting-summary-eastreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/eastreams/loong/tree/main/skills/larksuite-cli/lark-workflow-meeting-summary
Command: npx skills add https://github.com/eastreams/loong --skill lark-workflow-meeting-summary-eastreams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collecting, consolidating, and turning scattered meeting notes and transcripts into a clear, structured report can be time-consuming and error-prone. This Skill automates the retrieval of meetings within a time range, fetches associated notes and transcripts, and assembles a readable summary with links and basic statistics so users can quickly review past discussions.

Core Features & Use Cases

  • Automated discovery: Search Lark/Feishu meetings by date range and handle pagination to gather all relevant meeting IDs.
  • Batched retrieval: Fetch meeting notes and transcript tokens, resolve document URLs via drive metas batch_query, and mark meetings with no available notes.
  • Report generation: Produce single-day overviews or multi-day/weekly reports with per-meeting details, links, and an overview of meeting counts; optionally create or append a cloud document using the docs workflow.
  • Use Case: Generate a weekly meeting roundup for stakeholders listing each meeting's time, title, notes link, transcript link, and a short synthesized summary.

Quick Start

Summarize meetings from <start-date> to <end-date>, gather notes and transcripts via lark-cli, and produce a structured report with per-meeting entries and links.

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 notes and transcripts?

To generate a weekly meeting summary, specify a start and end date to search Lark meetings via lark-cli, fetch notes and transcript tokens, and produce a structured report with links and counts. The skill handles pagination and batched retrieval automatically.

What is the best way to consolidate scattered meeting notes across a custom date range?

Consolidating scattered meeting notes is done by searching meetings within a custom date range, batch fetching notes and transcripts, and assembling a readable summary with document links. This skill resolves drive metas to provide direct URLs for each meeting.

Do I need to authenticate with lark-cli before retrieving meeting notes?

Yes, you need prior lark-cli user authentication before retrieving meeting notes. This authentication is required to authorize the search pagination, batched note retrieval, and drive metas batch_query used to resolve document URLs.

Can I automatically create a Lark document with my meeting report?

You can optionally create or append a cloud document using the docs workflow after generating the meeting summary. The report includes per-meeting details, synthesized summaries, links, and an overview of meeting counts.

How does the meeting summary report handle meetings with no available notes?

The meeting summary report explicitly marks meetings that have no available notes. It batches the retrieval of notes and transcript tokens across the date range and identifies missing content during the consolidation process.