Feishu Minutes (妙记) Skill

Fetch meeting metadata, transcripts, and media from Feishu Minutes via API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/WangK0221/OpenClaw_Shrimp --skill feishu-minutes-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Feishu Minutes (妙记) Skill
Source: https://github.com/WangK0221/OpenClaw_Shrimp/tree/main/skills/feishu-minutes
Command: npx skills add https://github.com/WangK0221/OpenClaw_Shrimp --skill feishu-minutes-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node-fetch, yargs, dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the retrieval of key information, transcripts, and media from Feishu Minutes, saving you the time and effort of manually downloading and processing meeting recordings.

Core Features & Use Cases

  • Information Retrieval: Fetches basic metadata about the meeting.
  • Transcript Generation: Extracts and formats the spoken content into a readable transcript.
  • Media Download: Downloads the audio or video recording of the meeting.
  • Use Case: After a long project sync meeting recorded on Feishu Minutes, use this Skill to quickly get a summary of who said what, and download the recording for later review.

Quick Start

Process the Feishu Minutes using the token 'mmcn...' and save the output to the default directory.

Frequently Asked Questions about Feishu Minutes (妙记) Skill

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

FAQPage Schema
How do I extract transcripts and media from Feishu Minutes?

To extract transcripts and media from Feishu Minutes, you use a token like 'mmcn...' to fetch raw subtitle data and download video or audio recordings via API calls.

What is needed to authenticate Feishu Minutes API calls?

Authenticating Feishu Minutes API calls requires a tenant access token. You must provide this token to retrieve meeting metadata, transcripts, and media.

Can I download video and audio recordings from Feishu Minutes?

Yes, you can download video and audio recordings from Feishu Minutes. The Skill fetches media files using provided tokens and saves the output to a specified directory.

How do I get meeting statistics and metadata from Feishu Minutes?

You get meeting statistics and metadata from Feishu Minutes by executing API calls with a valid token. This retrieves basic metadata and view or comment statistics.

Does retrieving Feishu Minutes data require manual downloading?

Retrieving Feishu Minutes data does not require manual downloading. The Skill automates fetching information, statistics, transcripts, and media, saving time and effort.

What limitations exist when fetching Feishu Minutes transcripts?

A limitation when fetching Feishu Minutes transcripts is the strict dependency on a valid tenant access token. Without correct token authentication, API calls to retrieve data will fail.