lark-workflow-meeting-summary

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

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill lark-workflow-meeting-summary-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/lark-workflow-meeting-summary
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill lark-workflow-meeting-summary-deepjh

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 end-to-end workflow of searching meetings, retrieving minutes metadata, and producing a structured report. ## Core Features & Use Cases - Time-Range Meeting Search: Queries Lark VC meetings within a specified date range (default past 7 days), with automatic pagination and month-splitting for long ranges. - Minutes Metadata Retrieval: Fetches note IDs, document tokens, and verbatim transcript links via lark-cli, handling both normal and unified minute types. - Structured Report Generation: Produces daily overviews or multi-day weekly reports, and can optionally create or append to a Lark cloud document. - Use Case: Ask for a summary of this week's meetings and receive a report listing each meeting's time, topic, minutes link, and transcript link, optionally saved as a Lark doc. ## Quick Start Summarize all of my Lark meetings from the past week into a structured meeting minutes 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?

Use lark-cli vc +search with a date range to list meetings, then vc +detail and note +detail to fetch minutes metadata, and finally compile the results into a structured weekly report. The workflow handles pagination and splits ranges longer than one month.

How to get Lark meeting transcript links with lark-cli?

For normal minutes, query drive metas batch_query with the verbatim_doc_token to get the transcript link. For unified minutes, there is no standalone transcript document; use note +transcript with the note_id to pull the content locally.

What permissions does Lark meeting summary require?

It only supports user identity with UAT injected by the agent platform. The vc domain token is required for search and minutes queries, and the drive domain token is additionally needed to read minute document content or generate documents.

Why do some Lark meetings show no minutes available?

Some meetings have no note_id or return a no notes available error because minutes and transcripts are generated independently. These meetings are marked as having no minutes in the final report.

Can I search Lark meetings older than one month?

Yes, but the vc search API limits each query to a one-month range. The workflow splits longer time spans into multiple one-month queries and merges the results, continuing pagination whenever a page_token is returned.