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.