lark-minutes

Retrieve Feishu Minutes metadata and AI artifacts from a minutes URL.

16.3k|1.3k|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/larksuite/cli --skill lark-minutes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-minutes
Source: https://github.com/larksuite/cli/tree/main/skills/lark-minutes
Command: npx skills add https://github.com/larksuite/cli --skill lark-minutes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Minutes metadata retrieval often requires manual steps to gather basic data (title, cover, duration) and related AI outputs; this skill automates that extraction for downstream automation and dashboards.

Core Features & Use Cases

  • Retrieve minute metadata (title, cover, duration, owner_id, url) from a Feishu Minutes URL.
  • Access related AI artifacts (summaries, tasks, sections) for quick reference and linking.
  • Validate minute URLs and extract minute_token for API calls to integrate with other Feishu apps.

Quick Start

Use the lark-cli minutes get command with a minute_token to fetch basic minute metadata.

Frequently Asked Questions about lark-minutes

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

FAQPage Schema
How do I extract Feishu Minutes metadata like title and duration from a URL?

To extract Feishu Minutes metadata, use the lark-cli minutes get command with a valid minute_token. It retrieves structured fields including title, cover, duration, owner_id, and url for downstream automation and dashboards.

Can I retrieve AI generated summaries and tasks from a Feishu Minutes recording?

Yes, you can retrieve AI generated summaries, tasks, and sections from a Feishu Minutes recording. The skill accesses associated AI artifacts alongside basic metadata for quick reference and linking.

How do I get a minute_token for Feishu Minutes API integration?

The skill automatically handles minute_token extraction and validates the provided Feishu Minutes URL. This token is required to authenticate API calls and integrate minutes data with other Feishu apps.

Does fetching Feishu Minutes metadata require authentication?

Yes, fetching Feishu Minutes metadata requires authentication. The skill enforces authentication to securely extract basic metadata and AI artifacts from a given minutes URL.

What is the best way to validate a Feishu Minutes URL for automation workflows?

The best way to validate a Feishu Minutes URL is using this skill's built-in validation. It verifies the URL, extracts the minute_token, and returns structured metadata fields for integration with other Feishu apps.

Why does my Feishu Minutes metadata extraction return missing fields?

Feishu Minutes metadata extraction returns missing fields when authentication fails or the minute_token is invalid. Ensure the provided minutes URL is valid and properly authenticated to retrieve all structured fields including title, cover, and duration.