What problem does it solve?
Collecting, consolidating, and turning scattered meeting notes and transcripts into a clear, structured report can be time-consuming and error-prone. This Skill automates the retrieval of meetings within a time range, fetches associated notes and transcripts, and assembles a readable summary with links and basic statistics so users can quickly review past discussions.
Core Features & Use Cases
- Automated discovery: Search Lark/Feishu meetings by date range and handle pagination to gather all relevant meeting IDs.
- Batched retrieval: Fetch meeting notes and transcript tokens, resolve document URLs via drive metas batch_query, and mark meetings with no available notes.
- Report generation: Produce single-day overviews or multi-day/weekly reports with per-meeting details, links, and an overview of meeting counts; optionally create or append a cloud document using the docs workflow.
- Use Case: Generate a weekly meeting roundup for stakeholders listing each meeting's time, title, notes link, transcript link, and a short synthesized summary.
Quick Start
Summarize meetings from <start-date> to <end-date>, gather notes and transcripts via lark-cli, and produce a structured report with per-meeting entries and links.