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>