feishu-doc-reader

Extract structured content, blocks, tables, and metadata from Feishu and Lark documents.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/myskill --skill feishu-doc-reader-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc-reader
Source: https://github.com/SpaceZephyr/myskill/tree/main/feishu-doc-reader
Command: npx skills add https://github.com/SpaceZephyr/myskill --skill feishu-doc-reader-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of reading Feishu and Lark documents by turning API-accessible content into structured, usable output for analysis, archiving, and downstream automation.

Core Features & Use Cases

  • Document extraction: Read Feishu docx, legacy docs, sheets, and slides with metadata-aware output.
  • Block-level parsing: Retrieve full document structure, including headings, tables, images, lists, code blocks, and parent-child relationships.
  • Operational use cases: Use it to inspect shared meeting notes, export knowledge base articles, capture spreadsheet content, or debug document structure through block queries and hierarchy traversal.

Quick Start

Use the feishu-doc-reader skill to extract the full content, blocks, and metadata from the attached Feishu document token.

Frequently Asked Questions about feishu-doc-reader

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

FAQPage Schema
How do I extract content and blocks from a Feishu document?

Feishu document extraction pulls content from docx, sheets, and slides into structured text and blocks using the Open API. It retrieves full hierarchies, metadata, and parent-child relationships through permission-aware access and token validation.

Can I extract Feishu spreadsheet content and tables via the API?

Yes, Feishu spreadsheet extraction captures tables and spreadsheet content via the Open API. It returns structured output with metadata-aware formatting, handling permission-aware access and retry logic for reliable data retrieval.

Do I need Feishu Open API credentials to read document structure and metadata?

Yes, reading document structure and metadata requires Feishu Open API credentials. You must perform token validation and secure credential storage to enable permission-aware access for extracting blocks and hierarchy from your documents.

What is the best way to parse Feishu docx block hierarchy and parent-child relationships?

The best way to parse Feishu docx block hierarchy is through block-level parsing that traverses parent-child relationships. This method retrieves full document structure, including headings, lists, and code blocks, while applying hierarchy-aware content retrieval.

Does Feishu document extraction work with legacy docs and slides?

Yes, Feishu document extraction works with legacy docs, slides, docx, and sheets. It applies metadata-aware output and block inspection across all supported formats, ensuring consistent structured text retrieval through the Open API.

How to handle retry and permission-aware access when extracting Feishu documents?

Handling retry and permission-aware access during Feishu document extraction involves secure credential storage and token validation. The process manages API limits through retry handling, ensuring reliable retrieval of blocks and metadata without access errors.