lark-minutes

Retrieve title, cover image, and duration from Lark meeting minutes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/466852675/Skills-2026 --skill lark-minutes-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-minutes
Source: https://github.com/466852675/Skills-2026/tree/main/lark-minutes
Command: npx skills add https://github.com/466852675/Skills-2026 --skill lark-minutes-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual effort of extracting basic information—title, cover image, and duration—from Lark meeting minutes and provides quick access to related AI-generated artifacts.

Core Features & Use Cases

  • Token Extraction: Parses a minutes URL to obtain the required minute_token.
  • Metadata Retrieval: Calls lark-cli minutes get to fetch title, cover, duration, owner, and link.
  • AI Artifact Links: Supplies URLs for AI‑generated notes, summaries, tasks, and chapters via the lark-cli vc +notes command.
  • Typical Scenario: A team member wants to review the key details of a recorded meeting and jump directly to AI‑generated summaries without opening the full minutes page.

Quick Start

Ask the assistant to fetch the title, cover image, and duration of the meeting with token obc123456.

Frequently Asked Questions about lark-minutes

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

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

To retrieve Lark meeting minutes metadata, use the lark-cli minutes get command with a valid minutes token to fetch the title, cover image, duration, owner, and direct link.

How can I get AI-generated notes and summaries from Lark minutes?

Get AI-generated notes and summaries from Lark minutes by running the lark-cli vc +notes command, which supplies direct URLs to AI notes, summaries, tasks, and chapters.

Do I need lark-cli to extract Lark minutes title and duration?

Yes, you need lark-cli installed to extract Lark minutes title and duration, configured with the minutes:minutes:readonly API scope to authorize metadata retrieval.

Can I parse a Lark minutes URL to obtain the required minutes token?

Yes, you can parse a Lark minutes URL to obtain the required minutes token, which is then passed to the lark-cli minutes command to fetch basic metadata and AI artifacts.

What basic information can I extract from a Lark meeting minutes entry?

You can extract basic information from a Lark meeting minutes entry including the title, cover image, duration, owner details, and links to AI-generated artifacts like summaries.

Why does my lark-cli minutes retrieval fail to access AI notes?

Lark-cli minutes retrieval fails to access AI notes if the optional lark-cli vc notes access is missing or if the minutes:minutes:readonly API scope is not properly configured.