feishu-folder-summary
SKILL.md
Feishu Folder Summary
This skill extracts summaries from all documents in a Feishu folder (wiki or drive), recursively scanning sub-folders and generating a comprehensive Markdown report.
Overview
The skill performs the following operations:
- Parses the Feishu folder URL to extract space_id and node_token
- Recursively traverses the folder structure using feishu_wiki API
- Reads each document's content using feishu_doc API
- Generates structured summaries for each document
- Compiles a comprehensive Markdown report with:
- Complete directory tree
- Document summaries organized by folder
- Statistics and status overview
- Links to original documents