lark-minutes

Search, retrieve, and manage Feishu Minutes via minute_token operations.

1|Updated May 17, 2026
One-click install
npx skills add https://github.com/mykcs/myk-skills --skill lark-minutes-mykcs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-minutes
Source: https://github.com/mykcs/myk-skills/tree/main/lark-minutes
Command: npx skills add https://github.com/mykcs/myk-skills --skill lark-minutes-mykcs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps you efficiently manage Feishu Minutes by retrieving the right minute by keyword or time range, downloading its audio/video media, and converting local media into minutes without using local ASR/transcoding tools.

Core Features & Use Cases

  • Search and list minutes: Find minutes by keyword, owner, participant, and time range with proper pagination, so you don’t miss results.
  • Fetch minute basic metadata: Get title, cover, duration, owner, and URL using the minute_token derived from either a URL or search results.
  • Download minute media: Download audio/video files or return a short-lived (1 day) download URL, with sensible default output paths.
  • Upload media to generate minutes: Upload a local audio/video file (via Drive file_token) and convert it into a minute, then route to the VC notes flow when transcript/summaries are requested.

Quick Start

Ask to download the minutes media for a specific minute link: "Use lark-minutes to download the audio/video for https://<host>/minutes/<minute-token> and save it under ./minutes/<minute-token>/."

Frequently Asked Questions about lark-minutes

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

FAQPage Schema
How do I download Feishu minutes media using a minute link?

To download Feishu minutes media, extract the minute_token from the URL and use it to download the audio or video file directly. You can save the recording to a sensible default output path or generate a short-lived download URL valid for one day.

Can I search Feishu minutes by participant and time range without missing results?

You can search Feishu minutes by keyword, owner, participant, and time range. The search applies page-token pagination handling to ensure you retrieve all matching minutes across multiple pages without missing any results.

How do I convert local audio into Feishu minutes transcripts?

To convert local audio into Feishu minutes, upload the local media file via Drive file_token and convert it into a minute. The uploaded media is then routed to the VC notes pipeline to generate transcripts and summaries.

What metadata can I retrieve from a Feishu minute token?

Using a Feishu minute token, you can retrieve basic metadata including the minute title, cover image, duration, owner information, and the direct URL. The minute token can be extracted from either a URL or search results.

Do I need to upload local media to Drive before generating Feishu minutes?

Yes, uploading local media to Drive to get a file_token is a precondition for generating Feishu minutes. The Drive file_token is required to route the media into the VC notes flow for transcript and summary generation.