minutes

Retrieve Lark Minutes metadata, transcripts, and media download links via the lark CLI.

53|18|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/yjwong/lark-cli --skill minutes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minutes
Source: https://github.com/yjwong/lark-cli/tree/main/skills/minutes
Command: npx skills add https://github.com/yjwong/lark-cli --skill minutes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to access and manage Lark Minutes recordings by retrieving essential data such as metadata, transcripts, and downloadable media.

Core Features & Use Cases

  • Retrieve Metadata: Pulls title, owner, creation time, and duration for a minutes recording.
  • Export Transcripts: Generates plain text or structured transcripts for search, review, and sharing.
  • Download Media: Provides temporary URLs to download audio or video from minutes.
  • Use Case: When preparing meeting notes, fetch metadata, export the transcript, and download the meeting video for archival purposes.

Quick Start

Use the lark minutes commands to fetch a minute's data, export its transcript, and obtain a media URL. Example:

  • lark minutes get <minute_token>
  • lark minutes transcript <minute_token> --format txt
  • lark minutes media <minute_token>

Frequently Asked Questions about minutes

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

FAQPage Schema
How do I export Lark meeting transcripts to text?

You can export Lark meeting transcripts to text by using the lark minutes transcript command with the minute token, specifying the desired format such as txt for plain text output suitable for search and review.

Can I download audio or video media from Lark Minutes recordings?

Yes, you can download media from Lark Minutes recordings by using the lark minutes media command, which provides temporary URLs to download the audio or video files for archival purposes.

What meeting metadata can I retrieve from Lark Minutes?

Lark Minutes metadata retrieval pulls the recording title, owner, creation time, and duration, providing a structured JSON output to help evaluate and archive meeting details.

Do I need the lark CLI installed to access meeting transcripts and metadata?

Yes, the lark CLI is required to access meeting transcripts and metadata, along with appropriate Lark Minutes permissions to ensure authorized retrieval of recordings and export operations.

What is the default output format when retrieving Lark Minutes data?

The default output format for retrieved Lark Minutes data is JSON, which structures the metadata, transcripts, and media download links for easy integration and further processing.

How do I fetch a complete Lark Minutes recording for meeting notes preparation?

To fetch a complete Lark Minutes recording, use the lark minutes get command with the minute token to retrieve metadata, then export the transcript and obtain the media URL for full archival.