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
- Create
./reference/feishu_config.jsonfrom the sample:
{
"app_id": "your_feishu_app_id",
"app_secret": "your_feishu_app_secret",
"api_base": "https://open.larksuite.com"
}