lark-minutes

Query Feishu Minutes metadata and download meeting audio/video files via lark-cli.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill lark-minutes-yuezhen-huang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-minutes
Source: https://github.com/yuezhen-huang/my-bytedance-skillhub/tree/main/lark-minutes
Command: npx skills add https://github.com/yuezhen-huang/my-bytedance-skillhub --skill lark-minutes-yuezhen-huang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Retrieving Feishu Minutes (妙记) information and media files normally requires manual navigation through the Feishu UI. This Skill lets you programmatically fetch minute metadata (title, cover, duration) and download the associated audio/video recordings using simple lark-cli commands. ## Core Features & Use Cases - Metadata Query: Extract the minute_token from a Minutes URL and retrieve title, cover, duration, owner, and link via lark-cli minutes minutes get. - Media Download: Download audio/video files locally or obtain a 1-day download link with lark-cli minutes +download, supporting batch downloads of up to 50 tokens. - Use Case: After a recorded meeting, paste the Minutes URL to get its duration and title, then download the MP4 recording to a local folder for archiving or sharing. ## Quick Start Ask the AI to fetch the metadata and download the recording for the Feishu Minutes link you provide, for example: get the title and duration of this minutes URL and save the video to ./meeting.mp4.

Frequently Asked Questions about lark-minutes

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

FAQPage Schema
How do I download a Feishu Minutes recording?

Run lark-cli minutes +download --minute-tokens <token> to save the audio/video file locally. Add --output to set the path, --url-only to get a 1-day download link instead, or pass comma-separated tokens for batch downloads up to 50 items.

How to get the minute_token from a Feishu Minutes URL?

Extract the last path segment of the Minutes URL as the minute_token. For example, from https://domain.feishu.cn/minutes/obc123456?project=xxx, the token is obc123456, ignoring any query parameters.

Can I get the transcript or AI summary of a Feishu Minutes recording?

This Skill only provides basic metadata such as title, cover, and duration. For transcripts, AI summaries, todos, and chapters, use lark-cli vc +notes with the minute token instead.

Why does Minutes download fail with error 2091003?

Error 2091003 means the Minutes transcription has not finished, so the media file is not yet available. Wait for transcription to complete and retry the download command.

What permissions are required to export Feishu Minutes media?

Both user and bot identities need the minutes:minutes.media:export scope for downloads, and minutes:minutes:readonly for metadata queries. If scopes are missing, run auth login --scope with the required scope.