What problem does it solve?
This Skill extracts the textual content of Feishu (Lark) cloud documents into Lark-flavored Markdown and identifies embedded media tokens that require separate retrieval, removing the manual work of parsing document HTML and hunting down media resources.
Core Features & Use Cases
- Markdown extraction: Convert Feishu cloud document content into readable Markdown while preserving structure and formatting.
- Media token detection: Identify tokens for images, files, and whiteboards embedded as HTML tags so they can be downloaded separately.
- Wiki resolution workflow: Resolve wiki links to their actual object types and route to the appropriate tool (docx, sheet, bitable) before fetching.
- Use Case: When given a Feishu doc URL or token, produce the Markdown content and a list of media tokens that downstream tools can download.
Quick Start
Fetch the Markdown content of the Feishu document at https://xxx.feishu.cn/docx/Z1FjxxxxxxxxxxxxxxxxxxxtnAc and return any image, file, or whiteboard tokens for separate download.