feishu-fetch-doc

Extract Feishu and Lark cloud document content into Markdown.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/picpic2013/feishu-openclaw-plugin --skill feishu-fetch-doc-picpic2013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-fetch-doc
Source: https://github.com/picpic2013/feishu-openclaw-plugin/tree/main/skills/feishu-fetch-doc
Command: npx skills add https://github.com/picpic2013/feishu-openclaw-plugin --skill feishu-fetch-doc-picpic2013

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual work of opening Feishu or Lark documents and copying their content into a usable Markdown format.

Core Features & Use Cases

  • Markdown extraction: Converts cloud documents and wiki pages into Lark-flavored Markdown for downstream automation.
  • Media awareness: Preserves image, file, and whiteboard tokens so they can be fetched separately when needed.
  • Practical use case: Use it to turn a shared wiki page into clean text for summarization, indexing, or analysis.

Quick Start

Ask the skill to fetch the Feishu document with your doc_id and return the Markdown content, then download any embedded media tokens separately.

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 a Feishu or Lark document to Markdown?

To convert a Feishu or Lark document to Markdown, provide the document token extracted from docx or wiki URLs. The skill extracts cloud document content and outputs Lark-flavored Markdown suitable for automation and indexing.

Can I extract embedded images and files from a Feishu wiki page?

Extracting embedded images and files from a Feishu wiki page requires a separate media retrieval step. The Markdown extraction preserves the media tokens for images, files, and whiteboards, which you then fetch individually using those specific tokens.

What do I need to fetch a Lark cloud document into Markdown?

You need a doc_id token from the Lark cloud document URL to fetch it into Markdown. This token is extracted from standard docx or wiki links to access shared workspace content, knowledge base pages, and other docs.

Does the Feishu Markdown extraction include whiteboard content?

Feishu Markdown extraction does not directly embed whiteboard content but preserves the whiteboard token. You must use this token separately to retrieve the whiteboard media alongside any images and files embedded in the document.

What is the best way to get clean text from a shared Feishu doc for summarization?

The best way to get clean text from a shared Feishu doc for summarization is to fetch the document using its doc_id token. This converts the cloud document into Lark-flavored Markdown, making it ready for indexing and analysis.