Convert Feishu/Lark cloud documents to Markdown for AI analysis and processing.
Works with
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;
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionfeishu-docxExecute the skills CLI command in your project's root directory to begin installation:
Fetches feishu-docx from leemysw/agent-kit and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate feishu-docx. Access via /feishu-docx in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
46
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
46
stars
Export Feishu/Lark cloud documents to Markdown format for AI analysis.
pip install feishu-docx
feishu-docx config set --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET
# or use environment variables
feishu-docx auth
Export any Feishu document URL to Markdown:
feishu-docx export "<FEISHU_URL>" -o ./output
The exported Markdown file will be saved with the document's title as filename.
feishu-docx export "https://xxx.feishu.cn/wiki/ABC123" -o ./docs
feishu-docx export "https://xxx.feishu.cn/docx/XYZ789" -o ./docs -n meeting_notes
feishu-docx export "https://xxx.feishu.cn/sheets/DEF456" --table md
# Output content to stdout instead of saving to file
feishu-docx export "https://xxx.feishu.cn/wiki/ABC123" --stdout
# or use short flag
feishu-docx export "https://xxx.feishu.cn/wiki/ABC123" -c
from feishu_docx import FeishuExporter
exporter = FeishuExporter(app_id="xxx", app_secret="xxx")
content = exporter.export_content("https://xxx.feishu.cn/wiki/xxx")
print(content)
| Command | Description |
|---|---|
feishu-docx export <URL> |
Export document to Markdown |
feishu-docx auth |
OAuth authorization |
feishu-docx config set |
Set credentials |
feishu-docx config show |
Show current config |
feishu-docx config clear |
Clear token cache |
--table md for Markdown tables instead of HTML--lark flagPrerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
riba2534/feishu-cli
yejinlei/pdf-ocr-skill
sammcj/agentic-coding
yejinlei/pdf-ocr-skill
kagurananaga/official-document-writing-skill
duc01226/easyplatform
feishu-docx has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: feishu-docx is focused, and the summary matches what you get after install.
feishu-docx is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
feishu-docx fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added feishu-docx from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Solid pick for teams standardizing on skills: feishu-docx is focused, and the summary matches what you get after install.
feishu-docx fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added feishu-docx from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
feishu-docx reduced setup friction for our internal harness; good balance of opinion and flexibility.
feishu-docx has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 73