feishu-fetch-doc

Fetch Feishu cloud documents by doc_id and return Markdown content.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill feishu-fetch-doc-qianleigood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-fetch-doc
Source: https://github.com/qianleigood/crawclaw/tree/main/skills-optional/feishu-fetch-doc
Command: npx skills add https://github.com/qianleigood/crawclaw --skill feishu-fetch-doc-qianleigood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve Feishu cloud documents and convert them into Markdown content for downstream processing, including embedded images, files, and whiteboards which are fetched using the feishu_doc_media tool.

Core Features & Use Cases

  • Fetch Markdown content of Feishu cloud docs (doc_id) from URLs or tokens.
  • Support media handling via feishu_doc_media to download images, files, and whiteboards.
  • Wiki token resolution to determine actual document type and fetch appropriate content.
  • Use case: Convert internal knowledge base docs to Markdown for centralized processing and integration with workflows.

Quick Start

Fetch a Feishu cloud document by doc_id (URL or token) and obtain its Markdown content.

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 docs to Markdown?

Feishu wiki tokens are resolved to determine the actual document type before fetching content. This ensures the correct format is retrieved and returned as Markdown, even for complex wiki-linked documents.

How do I download images and whiteboards embedded in Feishu docs?

Downloading embedded media from Feishu docs requires the feishu_doc_media tool. It extracts images, files, and whiteboards from the fetched document, allowing you to download and save the media locally.

Can I use a doc token instead of a URL to fetch Feishu wiki content?

Yes, you can use a doc token directly instead of a URL to fetch Feishu wiki content. The Skill recognizes Lark-flavored documents and uses token-based access to retrieve the correct Markdown data.

What do I need to extract media from Feishu cloud documents?

Extracting media from Feishu cloud documents requires the feishu_doc_media tool. This dependency is necessary to handle and download embedded images, files, and whiteboards during the Markdown conversion process.