feishu-fetch-doc

Fetch Feishu cloud document content as Markdown, resolving document type for media and wiki tokens.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill feishu-fetch-doc-datingli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-fetch-doc
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/openclaw-lark-main/skills/feishu-fetch-doc
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill feishu-fetch-doc-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该技能将飞书云文档内容以 Markdown 形式获取并输出,支持将文档中的图片、文件和画板通过指定工具单独下载,便于在 AI 工作流中进行二次加工与整理。

Core Features & Use Cases

  • 提取云文档文本并输出 Markdown,保持原有结构与格式。
  • 支持媒体资源(图片、文件、画板)的分步获取与嵌入处理。
  • 常见用例包括知识库整理、文档摘要、内容迁移等。

Quick Start

将飞书文档的 URL 或 token 提供给该技能,即可获取其 Markdown 内容及媒体处理能力。

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

To fetch Feishu cloud document content as Markdown, provide the document URL or token. The skill renders the text as Markdown, preserving the original structure and format for downstream AI workflows.

Can I download images and files from Feishu wiki pages?

Yes, downloading images, files, and whiteboards from Feishu wiki pages is supported. The skill resolves wiki-space-nodes to identify the actual document type and uses the feishu_doc_media tool to fetch embedded media resources.

Does this tool work with Feishu wiki token resolution?

Yes, the tool supports Feishu wiki token resolution. It performs wiki-space-node resolution to fully identify the actual document type before retrieving and converting the cloud document content to Markdown.

What is the best way to extract text from a Feishu cloud document?

The best way to extract text from a Feishu cloud document is to provide its direct URL or token. The skill fetches the content and outputs it as structured Markdown, maintaining the original formatting for knowledge base organization or content migration.

Do I need the feishu_doc_media utility to download whiteboards?

Yes, the feishu_doc_media utility is required to download whiteboards, images, and files. The skill relies on this utility to support the step-by-step retrieval and embedding processing of media resources found in the document.