feishu-doc-reader

Installation
SKILL.md

Feishu/Lark Document Reader

Read and extract content from Feishu (飞书) and Lark documents using the official Open API. Supports both Feishu China (open.feishu.cn) and Lark International (open.larksuite.com).

Configuration

Set Up Credentials

  1. Create ./reference/feishu_config.json from the sample:
{
  "app_id": "your_feishu_app_id",
  "app_secret": "your_feishu_app_secret",
  "api_base": "https://open.larksuite.com"
}
Installs
61
First Seen
Mar 3, 2026