feishu-fetch-doc

Extract Feishu cloud documents into Markdown content via URL or token.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill feishu-fetch-doc-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-fetch-doc
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/feishu-openclaw-plugin/skills/feishu-fetch-doc
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill feishu-fetch-doc-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu cloud documents are often accessed in their native formats; this skill exports their content to clean Markdown, preserving structure and enabling media retrieval via feishu_doc_media.

Core Features & Use Cases

  • Export Feishu documents to Markdown, including embedded text, headings, and lists.
  • Retrieve and download media like images, files, and whiteboards through feishu_doc_media.
  • Support token-based URLs or wiki-style links to fetch the correct content for sharing and archiving.

Quick Start

Fetch a Feishu document by URL or token to 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 export Feishu documents to Markdown?

To export Feishu documents to Markdown, fetch the cloud document via its URL or token. The skill extracts embedded text, headings, and lists, returning clean Markdown content for sharing and archiving.

Can I download embedded images and files from Feishu wiki pages?

Yes, you can download embedded images, files, and whiteboards from Feishu wiki pages. The skill retrieves media using feishu_doc_media, preserving the visual elements alongside the exported Markdown text.

Does exporting Feishu docs to Markdown require a token or can I use a URL?

Exporting Feishu docs to Markdown supports both token-based URLs and wiki-style links. You can provide either a direct URL or a token to fetch and extract the correct document content.

What is the best way to extract Feishu whiteboards into Markdown format?

The best way to extract Feishu whiteboards into Markdown is by fetching the document via URL or token. The skill uses feishu_doc_media to retrieve and download whiteboard media when necessary.

Are there limitations when converting Feishu cloud documents to Markdown?

When converting Feishu cloud documents to Markdown, the skill focuses on extracting text, headings, lists, and media. Complex formatting outside standard Markdown structure may not be fully preserved during the export process.