lark-workflow-meeting-summary

Installation
Summary

Aggregate meeting notes within a time range and generate structured reports.

  • Queries meetings by date range (default: past 7 days), retrieves associated notes and verbatim transcripts, and compiles them into daily or weekly summaries
  • Supports single-day overviews and multi-day/weekly reports with meeting statistics, timestamps, topics, and document links
  • Requires lark-cli with authentication to vc domain (and optionally drive domain for document generation)
  • Handles pagination for searches exceeding 30 results and batch queries for up to 50 meeting notes at a time
  • Can optionally generate and append summaries to Lark cloud documents
SKILL.md

会议纪要汇总工作流

CRITICAL — 开始前 MUST 先完整读取 ../lark-shared/SKILL.md../lark-meeting/SKILL.md。认证、身份和权限以 lark-shared 为准;会议与产物关系、产物选择和逐字稿路由以 lark-meeting 为准。

适用场景

  • "帮我整理这周的会议纪要" / "总结最近的会议" / "生成会议周报"
  • "看看今天开了哪些会" / "回顾过去一周开了哪些会"

前置条件

仅支持 user 身份。执行前确保已授权:

lark-cli auth login --domain vc        # 基础(查询+纪要)
lark-cli auth login --domain vc,drive   # 含读取纪要文档正文、生成文档
lark-cli auth login --domain vc,drive,minutes  # 含无 note_id 时的妙记备选路径
Installs
430.8K
Repository
larksuite/cli
GitHub Stars
17.0K
First Seen
Mar 28, 2026
lark-workflow-meeting-summary — larksuite/cli