feishu-cli-export

Export Feishu cloud documents and wiki pages to local Markdown files.

1.3k|140|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-export
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-cli-export
Source: https://github.com/riba2534/feishu-cli/tree/main/skills/feishu-cli-export
Command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables exporting Feishu cloud documents and knowledge-base content into local Markdown files, simplifying offline storage and processing.

Core Features & Use Cases

  • Export normal documents and wiki pages to Markdown.
  • Output to /tmp by default with optional image download and assets handling.
  • Integrate into automation workflows for documentation pipelines.

Quick Start

Export a Feishu document or wiki page by running feishu-cli doc export <document_id> --output <path> to save as Markdown in /tmp.

Frequently Asked Questions about feishu-cli-export

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

FAQPage Schema
How do I export Feishu documents to Markdown?▼

You can export Feishu documents to Markdown by running the command `feishu-cli doc export <document_id> --output <path>`, which saves the content locally for offline storage and processing.

Can I download images when exporting Feishu wiki pages to Markdown?▼

Yes, exporting Feishu wiki pages supports optional image downloads and assets handling through flags like `--download-images` and `--assets-dir`, ensuring local Markdown files retain visual content.

How do I automate Feishu knowledge-base content export for documentation pipelines?▼

You can automate Feishu knowledge-base content export by integrating the `feishu-cli wiki export` command into your scripts, outputting Markdown files to a specified directory for pipeline processing.

Does Feishu document export support adding front matter to Markdown files?▼

Yes, the Feishu document export CLI supports the `--front-matter` flag, allowing you to prepend metadata to the generated Markdown files during the export process.

Where are exported Feishu Markdown files saved by default?▼

Exported Feishu Markdown files are saved to the `/tmp` directory by default, though you can specify a different destination using the `--output` flag in the CLI command.

What is the best way to convert Feishu cloud documents for offline storage?▼

The best way to convert Feishu cloud documents for offline storage is using a CLI workflow that exports both regular documents and wiki pages directly into local Markdown files with optional asset handling.