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.