lark-workflow-meeting-summary

Generate structured meeting summary reports from notes within a date range.

Updated Sep 4, 2025
One-click install
npx skills add https://github.com/ykai55/dotfiles --skill lark-workflow-meeting-summary-ykai55
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/ykai55/dotfiles/tree/main/opencode/skills/lark-workflow-meeting-summary
Command: npx skills add https://github.com/ykai55/dotfiles --skill lark-workflow-meeting-summary-ykai55

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

当你需要在一段时间内快速梳理会议内容并形成可复用的结构化汇总时,本 Skill 通过自动检索会议纪要与关联文档,帮助你避免手工汇总的低效与遗漏。

Core Features & Use Cases

  • Meeting List Search:基于时间范围检索会议列表,并支持跨分页完整收集 meeting_ids。
  • Notes Metadata & Link Resolution:批量获取会议对应的纪要 tokens 与逐字稿 tokens,并通过 drive metas batch_query 获取文档链接。
  • Structured Report Generation:根据单日或多日场景生成不同标题与内容结构(概览统计与逐会议详情)。
  • Optional Document Creation/Update:可按需创建或追加到云文档,直接交付周报/汇总结果。

Quick Start

让 AI 按最近 7 天时间范围汇总会议纪要,并把每场会议的纪要链接与逐字稿链接整理成一份会议纪要周报。

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 summary for a specific date range?

To generate a meeting summary, you specify a date range so the tool can search meetings, fetch notes metadata, resolve linked documents, and compile a structured report covering all sessions.

What is the best way to automatically compile meeting notes and transcripts into a weekly report?

Automatically compiling meeting notes into a weekly report involves retrieving notes and transcript tokens via batch query, resolving document links, and structuring the data into an overview with per-meeting details.

Can I append a generated meeting summary directly to an existing Lark document?

Yes, you can append the generated meeting summary to an existing Lark document or create a new one directly through the optional document creation and update workflow.

How does the tool handle large numbers of meetings when searching for notes?

The tool uses paginated meeting search to handle large numbers of meetings, ensuring all meeting IDs are collected completely before batch retrieving notes metadata.

Do I need user authentication to retrieve meeting notes and linked documents?

Yes, user authentication is required and execution is user-only, ensuring secure access when fetching meeting notes, transcript tokens, and resolving linked document metadata.