📄
AutomationPython

Feishu Docx Exporter

by leemysw

Feishu Docx Exporter is an Automation skill for Claude Code, published by leemysw in feishu-docx.

251 stars40 forkson leemysw/feishu-docxAdded 2026/09/02+1% in starsRepository updated 2026/07/16
ai-agentclaude-skillscontextfeishufeishu-docxfile-parserknowledgelarklark-docxmarkdownskills
Install in seconds
Install Feishu Docx Exporter
Copy Feishu Docx Exporter into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/leemysw/feishu-docx/tree/main/.skills/feishu-docx ~/.claude/skills/feishu-docx

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/leemysw/feishu-docx.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.skills/feishu-docx/SKILL.md in leemysw/feishu-docx
Installs to
~/.claude/skills/feishu-docx
Collection
The only skill cataloged from this repository
Category
Automation1648 skills

What Feishu Docx Exporter does

Feishu Docx Exporter exports, creates, and updates Feishu/Lark documents, sheets, bitable, and wiki content. Use it to read knowledge base pages, batch export spaces, manage drive files, or write back Markdown.

Feishu Docx Exporter is cataloged under Automation on DirSkills. Feishu Docx Exporter comes from a repository tagged ai-agent, claude-skills, context, feishu and feishu-docx.

Documentation

README

Feishu Docx Exporter

Export Feishu/Lark cloud documents to Markdown for AI analysis, writing, and automation.

Setup (One-time)

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:

pip install 'feishu-docx[browser]'
playwright install chromium

Optional: PDF Export

PDF export requires the pdf extra:

pip install 'feishu-docx[pdf]'

Export Documents

feishu-docx export "<FEISHU_URL>" -o ./output

This is the opening of the README. Read the full README on GitHub.

Commands Feishu Docx Exporter provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /block

Frequently asked about Feishu Docx Exporter

  • How does Feishu Docx Exporter compare to other Automation skills?

    Feishu Docx Exporter ranks #1468 by stars among the 1648 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Feishu Docx Exporter against them. Open each page to compare what they document and how they install.