feishu-fetch-doc

Fetch Feishu cloud documents and convert them into Markdown content.

3.2k|259|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nexu-io/nexu --skill feishu-fetch-doc-nexu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-fetch-doc
Source: https://github.com/nexu-io/nexu/tree/main/nexu-skills/skills/feishu-fetch-doc
Command: npx skills add https://github.com/nexu-io/nexu --skill feishu-fetch-doc-nexu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads Feishu cloud documents and returns their content in Markdown format, enabling easy ingestion by AI agents and downstream tools.

Core Features & Use Cases

  • Convert Feishu cloud docs (including wiki or doc links) to Markdown.
  • Preserve embedded media by delegating downloads to feishu_doc_media for images, files, and whiteboards.
  • Use cases include knowledge extraction, content summarization, and integration with agents that consume Feishu content.

Quick Start

Read a Feishu cloud document and return its Markdown content, including handling images, files, and whiteboards via feishu_doc_media.

Frequently Asked Questions about feishu-fetch-doc

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

FAQPage Schema
How do I convert Feishu cloud documents to Markdown for AI ingestion?

Converting Feishu cloud documents to Markdown involves fetching wiki or doc links and extracting their content. This process returns Markdown text, allowing AI agents to easily ingest and summarize Feishu knowledge.

What is the best way to extract text from a Feishu wiki link?

Extracting text from a Feishu wiki link requires resolving the document source via token-based doc_id handling. The system fetches and parses the wiki link to return clean Markdown content for downstream applications.

Does converting Feishu docs to Markdown support downloading embedded images and files?

Yes, converting Feishu docs to Markdown supports embedded images, files, and whiteboards. Media retrieval is delegated to the feishu_doc_media tool integration, preserving visual assets during document extraction.

Do I need the feishu_doc_media tool to fetch Feishu docs with whiteboards?

Yes, you need the feishu_doc_media tool to fetch Feishu docs containing whiteboards, images, or files. It handles media downloads, while token-based doc_id handling resolves the main document source.

Can I use Feishu document content for automated knowledge extraction and summarization?

You can use Feishu document content for automated knowledge extraction and summarization by converting cloud docs into Markdown. This format allows downstream AI agents to easily process and analyze the extracted text.