lark-workflow-meeting-summary

Summarize meeting minutes and transcripts into structured reports using lark-cli.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Meeting minutes, notes, and transcripts live across multiple vc, drive, and doc commands, so teams waste time juggling date ranges, pagination, and authentication just to produce a coherent summary; this skill consolidates those pieces into a reliable reporting flow.

Core Features & Use Cases

  • Workflow guardrails: Always read lark-shared for authentication/permission handling and lark-vc for search and note behaviors before executing this report workflow.
  • Date-aware meeting search: Use lark-cli vc +search with natural language range inference, split queries into month-long windows, page through every meeting id, and default to the past seven days when no span is provided.
  • Notes and document linking: Call vc +notes for each batch of meetings to capture note and verbatim tokens, then request drive metas batch_query to pull minutes and transcript URLs while noting when no notes are available.
  • Report creation workflow: Format single-day overviews titled “今日会议概览” or weekly digests titled “会议纪要周报,” and optionally append the write-up to a cloud doc after consulting lark-doc for document creation details.

Quick Start

Summarize the past seven days of meetings into a structured report that lists each session with metadata and document 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 structured meeting summary from Lark vc and notes?▼

To generate a structured meeting summary, the tool searches Lark vc meetings within a target date range, retrieves associated notes and verbatim tokens, and fetches document metadata to produce a formatted report with session details and links.

What is the default time range for extracting Lark meeting minutes?▼

The default time range for extracting meeting minutes is the past seven days. When generating weekly digests, the tool applies natural language date inference and splits queries into month-long windows to capture all relevant sessions.

How do I handle pagination when searching for large volumes of vc meeting transcripts?▼

The tool handles pagination by automatically paging through every meeting ID returned by the search command, batching the document tokens, and querying drive metas to ensure all notes and transcripts are retrieved without manual intervention.

Can I append a weekly meeting digest directly to an existing Lark cloud doc?▼

Yes, you can append the weekly meeting digest to a Lark cloud doc. After formatting the weekly report, the workflow consults lark-doc document creation details to optionally append the structured write-up directly into your document.

What should I do if no notes are available for a retrieved vc meeting?▼

When no notes are available for a retrieved vc meeting, the tool explicitly notes the absence of notes rather than failing the workflow, allowing the structured report to continue generating with metadata and links for sessions lacking transcripts.

Do I need specific Lark permissions to run the meeting report workflow?▼

Yes, you need proper Lark permissions. The workflow always reads lark-shared for authentication and permission handling, and lark-vc for search behaviors, ensuring it has the necessary access to retrieve vc meetings, notes, and document metadata.