What problem does it solve? It lets you programmatically query Feishu (Lark) Minutes recordings to obtain basic metadata such as title, cover, and duration, plus links to AI-generated artifacts like summaries, todos, and chapters, without opening the Feishu web UI. ## Core Features & Use Cases - Minutes Metadata Query: Extract the minute_token from a Minutes URL and fetch title, cover URL, duration, owner, and link via lark-cli minutes minutes get. - AI Artifact Discovery: Surface associated meeting artifacts (transcript, AI summary, todos, chapters) through lark-cli vc +notes and present their links to the user. - Use Case: A user pastes a Feishu Minutes URL like https://xxx.feishu.cn/minutes/obcnq3b9jl72l83w4f14xxxx and asks what the meeting was about; the Skill extracts the token, returns the title and duration, and lists links to the summary and todo artifacts. ## Quick Start Ask the assistant to look up the title, duration, and AI summary links for a Feishu Minutes URL you provide.