SkillHub

feishu-doc-exporter

v1.0.0

Feishu Document Exporter - Batch export Feishu docs to markdown/PDF

Sourced from ClawHub, Authored by Chaohua Xu

Installation

Please help me install the skill `feishu-doc-exporter` from SkillHub official store. npx skills add night556/feishu-doc-exporter

Feishu Document Exporter

Batch export Feishu documents to markdown or PDF format, features: - Batch export entire folders - Preserve document structure and formatting - Export images as local files - Support nested folder hierarchy - Generate table of contents - Support incremental export

Usage

# Export single document to markdown
openclaw feishu-doc-exporter export --url "https://example.com/docx/xxx" --format markdown --output ./export

# Export entire folder recursively
openclaw feishu-doc-exporter export --folder "folder_token" --format pdf --output ./export --recursive

# List all documents in a folder
openclaw feishu-doc-exporter list --folder "folder_token"

Configuration

Required Feishu API permissions: - doc:document:read - drive:folder:read - drive:file:read