lark-workflow-meeting-summary

Aggregates Feishu meeting minutes over a time range into structured summary reports.

3|2|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/zlsbksdxl/codex-lark --skill lark-workflow-meeting-summary-zlsbksdxl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-workflow-meeting-summary
Source: https://github.com/zlsbksdxl/codex-lark/tree/main/plugins/feishu2codex/skills/lark-workflow-meeting-summary
Command: npx skills add https://github.com/zlsbksdxl/codex-lark --skill lark-workflow-meeting-summary-zlsbksdxl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli.

What problem does it solve? Manually reviewing past meetings in Feishu/Lark to compile weekly reports or recaps is tedious. This Skill automates searching meetings within a time range, retrieving their minutes and transcripts, and producing a structured summary report. ## Core Features & Use Cases - Time-Range Meeting Search: Queries meetings via lark-cli vc search with pagination and automatic splitting of ranges longer than one month. - Minutes Metadata Retrieval: Fetches note IDs, document tokens, and verbatim transcript links, handling both normal and unified minute types. - Structured Report Generation: Produces a daily overview or multi-day weekly report, and can optionally write the result into a Feishu doc. - Use Case: Ask for a summary of this week's meetings and receive a report listing each meeting's time, topic, minutes link, and transcript link, with meetings lacking minutes clearly flagged. ## Quick Start Ask the assistant to summarize all Feishu meetings from the past week into a meeting minutes weekly report.

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 minutes weekly report in Feishu?

Search meetings with lark-cli vc +search over the desired date range, fetch each meeting's note_id via vc +detail, then retrieve minute document tokens and links. The workflow compiles these into a structured weekly report with per-meeting details.

How to search Lark meetings within a date range using lark-cli?

Run lark-cli vc +search with --start and --end dates in YYYY-MM-DD format, --format json, and --page-size 30. The maximum searchable span is one month, so longer ranges must be split into multiple queries, and page_token must be followed for all results.

What authorization does lark-cli meeting summary require?

It only supports user identity. Run lark-cli auth login --domain vc for basic search and minutes access, or --domain vc,drive when you also need to read minute document content or generate summary documents.

Why do some meetings show no minutes in the report?

Some meetings have no note_id or return a no notes available error, meaning no minutes were generated. These meetings are flagged as having no minutes in the final output rather than causing the workflow to fail.

Can I get verbatim transcripts for unified-type meeting minutes?

Unified minutes have no standalone transcript document link. Use lark-cli note +transcript --note-id to pull the transcript content locally, while normal minutes expose a verbatim_doc_token whose link is fetched via drive metas batch_query.