lark-minutes
Original:🇨🇳 Chinese
Translated
Feishu Minutes: Retrieve basic minutes information (title, cover, duration) and related AI outputs (summary, to-dos, chapters). The URL format of Feishu Minutes is: http(s)://<host>/minutes/<minute-token>
121.8kinstalls
Sourcelarksuite/cli
Added on
NPX Install
npx skill4agent add larksuite/cli lark-minutesTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →minutes (v1)
Prerequisites: First readto learn about authentication, global parameters and security rules.../lark-shared/SKILL.md
Core Concepts
- Minute Token (minute_token): The unique identifier of a Feishu Minute. It can usually be extracted from the Minute's URL (e.g., the last segment in
obcnq3b9jl72l83w4f14xxxx).https://*.feishu.cn/minutes/obcnq3b9jl72l83w4f14xxxx
Usage Instructions
-
Extract Token:
- Only the parameter is required.
minute_token - If the URL contains additional parameters (such as ), please extract the last segment of the path as the token.
?xxx - Example: Extract from
obc123456.https://domain.feishu.cn/minutes/obc123456?project=xxx
- Only the
-
Retrieve Minute Information:
- Use to view the specific return value structure.
lark-cli schema minutes.minutes.get - The core returned fields usually include:
- : Meeting title
title - : Video/audio cover URL
cover - : Meeting duration (in milliseconds)
duration - : Owner ID
owner_id - : Feishu Minute link
url
- Use
Typical Scenarios
Query Minute Content
bash
# First query the minute metadata (title, duration, cover) → use this skill
lark-cli minutes minutes get --params '{"minute_token": "obcn***************"}'
# Query minute-related outputs: verbatim transcript, summary, to-dos, chapters, etc. → use lark-cli vc +notes
lark-cli vc +notes --minute-tokens obcnhijv43vq6bcsl5xasfb2This skill only provides queries for basic metadata of Feishu Minutes (title, cover, duration). To retrieve minute content (verbatim transcript, AI summary, to-dos, chapters), please use lark-cli vc +notes:
- When the user does not specify which content of the minute to query, the system defaults to querying basic metadata and related minute output information.
- When the user does not explicitly specify to view minute outputs (verbatim transcript, summary, to-dos, chapters), only display the links to the corresponding outputs instead of directly reading the content.
API Resources
bash
lark-cli schema minutes.<resource>.<method> # Must check parameter structure before calling the API
lark-cli minutes <resource> <method> [flags] # Call the APIImportant: When using the native API, you must first runto check the structure of theschema/--dataparameters. Do not guess the field format.--params
minutes
- — Retrieve minute information
get
Permission Table
| Method | Required scope |
|---|---|
| |