feishu-doc

Fetch Feishu Wiki, Docs, Sheets, and Bitable content as Markdown.

20|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-doc-autogame-17
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/autogame-17/feishu-skills/tree/main/feishu-doc
Command: npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-doc-autogame-17

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Doc Skill fetches content from Feishu Wiki, Docs, Sheets, and Bitable, resolves wiki-wrapped tokens to real entities, and converts the fetched content into clean Markdown for downstream agents and workflows.

Core Features & Use Cases

  • Read content from Feishu Wiki, Docs, Sheets, and Bitable.
  • Create, write, append, and manage documents with robust block-level operations.
  • Resolve wiki-wrapped tokens to actual docx/doc/bitable/sheet references, enabling seamless content retrieval and integration.

Quick Start

Fetch content from a Feishu Wiki, Docs, Sheets, and Bitable by token or URL and receive it as Markdown.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I convert Feishu Wiki content to Markdown for my pipeline?▼

To convert Feishu Wiki content to Markdown, the Skill resolves wiki-wrapped tokens to actual entities and fetches the content, rendering it as clean Markdown for downstream agent workflows.

Can I extract data from Feishu Sheets and Bitable into Markdown?▼

Yes, you can extract data from Feishu Sheets and Bitable. The Skill fetches content from these sources and converts it into Markdown to support knowledge extraction and content integration.

How do I handle large Feishu documents when fetching content?▼

To handle large Feishu documents, the Skill uses batched block operations with robust error handling, ensuring complete content retrieval without hitting size limits during the conversion process.

Do I need authentication to fetch and write to Feishu Docs?▼

Yes, you need feishu-common authentication to fetch and write to Feishu Docs. This authentication mechanism is required for token resolution and executing robust block-level operations.

What is the best way to integrate Feishu Docs with a knowledge base?▼

The best way to integrate Feishu Docs with a knowledge base is using this Skill to fetch content, resolve wiki-wrapped tokens to actual references, and output clean Markdown for your documentation workflows.

Why does fetching a Feishu Wiki link fail to return the document content?▼

Fetching a Feishu Wiki link might fail if wiki-wrapped tokens are not properly resolved to actual docx, doc, bitable, or sheet entities, which is a prerequisite for seamless content retrieval.