lark-minutes

Extract title, cover, and duration metadata from Lark meeting records.

641|104|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/loongclaw-ai/loongclaw --skill lark-minutes-loongclaw-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-minutes
Source: https://github.com/loongclaw-ai/loongclaw/tree/main/skills/larksuite-cli/lark-minutes
Command: npx skills add https://github.com/loongclaw-ai/loongclaw --skill lark-minutes-loongclaw-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates guesswork when you need the core metadata of a Lark minute—title, cover art, duration, and related AI artifacts—before deciding which assets to consume or download.

Core Features & Use Cases

  • Metadata retrieval: Hit the minutes get endpoint with a token to return title, cover, duration, owner, and URL details for a recording.
  • Artifact awareness: Surface links to summaries, transcripts, todos, and chapters tied to each minute so you can follow up with the correct tools without reading everything.
  • Media download shortcut: Use the minutes +download shortcut to grab or link to audio/video assets while respecting rate limits and required scopes, and always read the shared authentication skill before proceeding.

Quick Start

Ask for the minute metadata and associated AI outputs for a given token using the lark-cli minutes commands.

Frequently Asked Questions about lark-minutes

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

FAQPage Schema
How do I extract metadata from a Lark meeting recording?

To extract Lark meeting recording metadata, you need a valid token to call the minutes get endpoint, which returns the title, cover art, duration, and owner details for the recording.

What meeting details can I retrieve before downloading Lark minutes?

You can retrieve core meeting details like title, cover art, duration, and URLs to AI-produced artifacts such as summaries, transcripts, todos, and chapters before downloading Lark minutes.

Can I download audio or video files from Lark meeting records using CLI?

Yes, you can download audio or video files from Lark meeting records using the minutes download shortcut, which requires the minutes.media:export scope to retrieve media assets.

What scopes are required to access Lark minutes metadata and media?

Accessing Lark minutes metadata requires the minutes.get scope, while downloading media files additionally requires the minutes.media:export scope to authorize the retrieval of audio or video assets.

How do I find AI summaries and transcripts linked to a Lark minute?

Finding AI summaries and transcripts linked to a Lark minute involves retrieving the metadata, which surfaces direct URLs to these AI-generated artifacts alongside the recording's core details.

Do I need to configure authentication before using Lark minutes commands?

Yes, you must read and configure the shared authentication skill before proceeding with Lark minutes commands to ensure proper authorization when accessing recording metadata or downloading media.