lark-minutes

Extract Feishu Minutes metadata from a minute token or URL.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zephyrwang6/allSkills --skill lark-minutes-zephyrwang6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-minutes
Source: https://github.com/zephyrwang6/allSkills/tree/main/lark-minutes
Command: npx skills add https://github.com/zephyrwang6/allSkills --skill lark-minutes-zephyrwang6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly retrieve Feishu Minutes basic information without manually parsing links or guessing identifiers.

Core Features & Use Cases

  • Token extraction: Pull the minute token from a Feishu Minutes URL, even when query parameters are present.
  • Basic metadata lookup: Get the title, cover, duration, owner ID, and URL for a minute.
  • Related artifact discovery: Surface links to transcripts, summaries, todos, and chapters when users need the associated AI-generated notes rather than just the base record.

Quick Start

Ask me to parse a Feishu Minutes link and return the meeting title, cover, duration, and any related note links.

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 from a meeting URL?

Feishu Minutes metadata extraction parses a minute token or URL to return the meeting title, cover, duration, owner ID, and direct URL. It normalizes tokens even when complex query parameters are present in the link.

Can I retrieve AI summaries and todos from a Feishu meeting recording link?

Yes, retrieving base Feishu Minutes metadata surfaces direct links to related AI artifacts, including summaries, todos, transcripts, and chapters. This supports recording review and AI artifact discovery without manual link parsing.

What is the best way to parse a Feishu minute token with query parameters?

The best way to parse a Feishu minute token with query parameters is through automated token normalization. This isolates the exact identifier from the URL, ensuring schema-checked CLI calls successfully retrieve the base meeting record.

Does the Feishu minutes lookup return the actual transcript text or just the metadata?

The Feishu minutes lookup returns basic metadata like title, duration, and owner ID, maintaining a strict separation from linked note content. It provides discovery links to transcripts and AI summaries rather than extracting the full text itself.

Do I need a specific minute token format to fetch Feishu meeting notes?

You do not need a manually cleaned minute token format to fetch Feishu meeting notes. The Skill applies token normalization to extract the valid identifier directly from a raw Feishu Minutes URL, handling query parameter parsing automatically.