feishu-docx

Solid

Export, write, and manage Feishu/Lark cloud documents. Supports docx, sheets, bitable, wiki, WeChat article import/export, drive management, and browser-based export for public or browser-readable docs. Use this skill when you need to read, analyze, write, or manage content in a Feishu knowledge base.

Data & Documents 244 stars 35 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
80
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Feishu Docx Exporter Export Feishu/Lark cloud documents to Markdown for AI analysis, writing, and automation. ## Setup (One-time) ```bash pip install feishu-docx feishu-docx config set --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET ``` > Token auto-refreshes. No user interaction required. Optional features are split into extras so the core install stays lightweight. Quote extras in zsh and similar shells. ### Optional: Browser-Based Export `export-browser` requires Playwright and a Chromium runtime: ```bash pip install 'feishu-docx[browser]' playwright install chromium ``` ### Optional: PDF Export PDF export requires the `pdf` extra: ```bash pip install 'feishu-docx[pdf]' ``` ## Export Documents ```bash feishu-docx export "<FEISHU_URL>" -o ./output ``` The exported Markdown file will be saved with the document's title as filename. If the document is public or only readable in your current browser session, prefer: ```bash feishu-docx export-browser "<FEISHU_OR_LARK_URL>" -o ./output ``` Or reuse an existing Playwright session: ```bash feishu-docx export-browser "<FEISHU_OR_LARK_URL>" --storage-state ./storage_state.json ``` ### Supported Document Types - **docx**: Feishu cloud documents → Markdown with images - **sheet**: Spreadsheets → Markdown tables - **bitable**: Multidimensional tables → Markdown tables - **wiki**: Knowledge base nodes → Auto-resolved and exported - **public/browser-readable docs**: Browser-based export with local images and attac...

Details

Author
leemysw
Repository
leemysw/feishu-docx
Created
6 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category