lark-workflow-video-meeting-record

Merges multi-segment Lark video meeting transcripts into unified minutes and wiki documents.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/U1traVeno/skills --skill lark-workflow-video-meeting-record-u1traveno
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lark-workflow-video-meeting-record
Source: https://github.com/U1traVeno/skills/tree/main/profiles/lark/lark-workflow-video-meeting-record
Command: npx skills add https://github.com/U1traVeno/skills --skill lark-workflow-video-meeting-record-u1traveno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli.

What problem does it solve? Long Lark (Feishu) video meetings are often split into multiple recordings due to one-hour limits, leaving users with fragmented transcripts and AI summaries scattered across links. This Skill consolidates all segments of one meeting into a single merged summary and a structured transcript archive in a designated Lark wiki space. ## Core Features & Use Cases - Multi-segment meeting merging: Treats multiple meeting links, meeting IDs, or minute tokens from the same time range as one meeting and produces one unified outline summary. - Transcript-based summarization: Generates the final outline and action items by reading raw transcripts directly, rather than relying on Lark Minutes AI summaries. - Dual-layer transcript archive: Creates a transcript document with both an AI-cleaned semantic transcript and the complete original Minutes export for each segment. - Structured wiki output: Writes a parent document titled with the meeting start date plus two child documents (summary and transcript) into the target Lark wiki space, with verification after writing. - Use Case: A user provides a time range like "May 29 22:00 to May 30 02:00" and a wiki URL; the Skill locates all meeting segments in that window, downloads transcripts, and publishes a merged summary plus per-segment transcripts to the wiki. ## Quick Start Organize all my Lark video meetings from last night 10pm to 2am into one merged meeting summary with full transcripts and publish them to this Lark wiki space.

Frequently Asked Questions about lark-workflow-video-meeting-record

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge multiple Lark meeting recordings into one summary?▼

Provide a time range or multiple meeting links, meeting IDs, or minute tokens, plus a target Lark wiki space. The Skill treats all segments as one meeting, reads the raw transcripts, and produces a single merged outline summary and action item list.

How to export Lark meeting transcripts to a wiki document?▼

The Skill uses lark-cli vc commands to resolve minute tokens and download raw transcripts, then creates a parent document and two child documents in the target wiki space using lark-cli docs and wiki commands. Both a cleaned transcript and the original Minutes export are preserved.

Does this use Lark Minutes AI-generated summaries?▼

No. The AI-generated summary, todos, and chapters from Lark Minutes are used only as reference hints. The final outline summary and action items are generated by reading and understanding the raw transcripts directly.

What permissions are needed to read Lark meeting recordings?▼

Required scopes include vc:meeting.search:read, vc:record:readonly, vc:note:read, and minutes scopes for transcript export, plus wiki node read and move permissions. Missing scopes are handled through incremental user authorization with a QR code flow.

What happens if the meeting spans multiple days?▼

The parent document title uses the start date of the first meeting segment in YY.MM.DD format, even if the meeting crosses midnight. All segments are still merged into one summary regardless of calendar day boundaries.