lark-minutes

Retrieve Feishu minutes metadata and related AI artifact links using a minutes token.

Updated Sep 4, 2025
One-click install
npx skills add https://github.com/ykai55/dotfiles --skill lark-minutes-ykai55
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-minutes
Source: https://github.com/ykai55/dotfiles/tree/main/opencode/skills/lark-minutes
Command: npx skills add https://github.com/ykai55/dotfiles --skill lark-minutes-ykai55

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually looking up Feishu/飞书妙记 metadata and tracking related AI-produced outputs by providing a single, token-driven way to retrieve key fields (title, cover, duration) and surface the associated deliverables.

Core Features & Use Cases

  • Token-based metadata lookup: Extract a minute_token from the minutes URL and fetch the core meeting fields such as title, cover URL, duration, and owner info.
  • Discovery of related AI artifacts: Provide the linkage path to the associated transcription/summaries/action items/chapters via the appropriate lark-cli vc +notes flow without forcing direct content retrieval.
  • Guided safe usage: Encourages checking API parameter structures via schema before invoking methods, reducing guesswork and malformed requests.

Quick Start

Run lark-cli minutes minutes get with params containing minute_token extracted from your Feishu minutes URL to retrieve the minutes title, cover, and duration.

Frequently Asked Questions about lark-minutes

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

FAQPage Schema
How do I retrieve Feishu minutes metadata using a token?

To retrieve Feishu minutes metadata, extract the minute_token from the minutes URL and pass it to the lark-cli minutes get command. This fetches core fields like title, cover URL, duration, and owner info.

What Feishu minutes fields can I get from a token-based lookup?

A token-based lookup retrieves the Feishu minutes title, cover URL, duration, and owner info. It also surfaces the availability of related AI artifact links like transcripts, summaries, to-dos, and chapters.

How do I find AI summaries and transcripts linked to a Feishu meeting?

To find AI summaries and transcripts linked to a Feishu meeting, fetch the minutes metadata to discover the associated artifact links. This surfaces the linkage path to transcriptions, summaries, to-dos, and chapters.

Do I need to check the lark-cli schema before fetching Feishu minutes data?

Yes, you need to check the lark-cli schema before fetching Feishu minutes data. Checking the schema ensures you use the correct request parameter structures and scopes, reducing guesswork and malformed requests.

Can I directly extract meeting action items using the Feishu minutes token?

No, the Feishu minutes token retrieves metadata and the availability of linked AI artifacts rather than extracting action items directly. It provides the linkage path to to-dos without forcing direct content retrieval.