feishu-docx
Originally fromleemysw/feishu-docx
Installation
Summary
Convert Feishu/Lark cloud documents to Markdown for AI analysis and processing.
- Supports four document types: docx (with embedded images), sheets, bitable, and wiki pages, all exported as Markdown
- Includes CLI commands for export, OAuth setup, and credential management; also offers Python API for direct content retrieval
- Can output to files or stdout, with automatic image downloading and optional Markdown table formatting
- Token caching and auto-refresh eliminate re-authorization; supports both Feishu and Lark (overseas) instances
SKILL.md
Feishu Docx Exporter
Export Feishu/Lark cloud documents to Markdown format for AI analysis.
Instructions
Setup (One-time)
- Install the tool:
pip install feishu-docx
- Configure Feishu app credentials:
feishu-docx config set --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET
# or use environment variables