lark-workflow-meeting-summary

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

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Rabbit-Ivan/Ivan-skills --skill lark-workflow-meeting-summary-rabbit-ivan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/Rabbit-Ivan/Ivan-skills/tree/main/skills/lark-workflow-meeting-summary
Command: npx skills add https://github.com/Rabbit-Ivan/Ivan-skills --skill lark-workflow-meeting-summary-rabbit-ivan

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, minutes, and transcripts via lark-cli and compiles them into a structured report. ## Core Features & Use Cases - Time-Range Meeting Search: Queries Lark VC meetings within a specified date range, handling pagination and month-long range splitting automatically. - 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 document. - 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 for sharing. ## Quick Start Ask the assistant to summarize all Lark meetings from the past week and generate a meeting minutes 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 meeting minutes weekly report in Lark?▼

Authenticate with lark-cli using the vc domain, then search meetings for the week with vc +search, fetch minutes via vc +notes, and resolve document links with drive metas batch_query. The workflow compiles everything into a structured weekly report.

How to search Lark VC meetings by 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 authentication is required. Run lark-cli auth login --domain vc for basic search and minutes access, and add the drive domain to read minutes document content or generate summary documents.

Why do some Lark meetings show no minutes available?▼

Some meetings return 'no notes available' because minutes were never generated or recorded for them. The workflow marks these meetings as having no minutes in the final report instead of failing.

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

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