lark-workflow-meeting-summary

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

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill lark-workflow-meeting-summary-yuezhen-huang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/yuezhen-huang/my-bytedance-skillhub/tree/main/lark-workflow-meeting-summary
Command: npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill lark-workflow-meeting-summary-yuezhen-huang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually reviewing dozens of Lark meetings to recall what was discussed is time-consuming. This Skill automates the collection of meeting records and minutes over a specified time range and compiles them into a structured report or weekly digest. ## Core Features & Use Cases - Time-Range Meeting Search: Queries Lark VC meetings within a date range (default past 7 days), with automatic pagination and month-long range splitting. - Minutes & Transcript Retrieval: Batch-fetches meeting notes and verbatim transcript document tokens, then resolves their URLs via Drive metadata queries. - Structured Report Generation: Produces a daily overview or multi-day weekly report with meeting times, topics, minutes links, and transcript links, optionally saved as a Lark Doc. - Use Case: Ask for a summary of this week's meetings and receive a report listing every meeting with links to its minutes and transcripts, plus an optional Lark Doc export. ## Quick Start Ask the assistant to summarize all meetings from the past week and generate a meeting minutes weekly report with links to each note.

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 meeting minutes weekly report in Lark?

Search meetings with lark-cli vc +search over the desired date range, fetch minutes via vc +notes, resolve document links with drive metas batch_query, then compile the results into a structured weekly report.

How to search Lark meetings within a date range?

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

What permissions are needed to read Lark meeting minutes?

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

Why do some meetings show no minutes available?

Some meetings return 'no notes available' because no minutes were recorded for them. These meetings are marked as having no minutes in the final report rather than causing the workflow to fail.

Can the meeting summary be saved as a Lark Doc?

Yes. When requested, the report can be created as a new Lark Doc via lark-cli docs +create with a markdown body, or appended to an existing document using docs +update in append mode.