Feishu Docx Exporter

CLI to export, create, and manage Feishu/Lark cloud docs as Markdown

Works with setup

Test report

Verdict
Works with setup
Score
7.6/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 3d9faef

The pip package installs cleanly and every documented command is real (verified via feishu-docx --help), but the core export needs a Feishu app-id/app-secret and the one credential-free path, export-wechat, hit a captcha wall on the test URL, so no output delta could be measured. It is a genuine working CLI, but you must supply Feishu credentials before it does anything.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 5/10
  • Docs & honesty 4/5

What Feishu Docx Exporter does

A skill wrapping the feishu-docx PyPI CLI to export Feishu/Lark docx, sheets, bitable and wiki spaces to Markdown, plus create/append/update documents and manage drive files. Triggers when reading, writing, or backing up content in a Feishu/Lark knowledge base. Requires Feishu app credentials to do real work.

How to install Feishu Docx Exporter

git clone https://github.com/leemysw/feishu-docx
mkdir -p ~/.claude/skills
cd feishu-docx && cp -r .skills/feishu-docx ~/.claude/skills/feishu-docx

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Feishu Docx Exporter

  • /feishu-docx CLI to export, create, and manage Feishu/Lark cloud docs as Markdown

It also activates on plain-language prompts like these:

  • Export our Feishu wiki space to Markdown files
  • Back up this Lark document as Markdown for me
  • Create a new Feishu doc and append this content to it

Frequently asked questions

Is the Feishu Docx Exporter skill free?
Yes. The skill itself is free from leemysw/feishu-docx. SkillProof publishes the install command and an independent test verdict at no cost.
Does Feishu Docx Exporter work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. The pip package installs cleanly and every documented command is real (verified via feishu-docx --help), but the core export needs a Feishu app-id/app-secret and the one credential-free path, export-wechat, hit a captcha wall on the test URL, so no output delta could be measured. It is a genuine working CLI, but you must supply Feishu credentials before it does anything.
What is the Feishu Docx Exporter SkillProof Score?
7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
How do I install Feishu Docx Exporter?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Feishu Docx Exporter with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.