feishu-docx by leemysw/agent-kit
npx skills add https://github.com/leemysw/agent-kit --skill feishu-docx将飞书/钉钉云文档导出为 Markdown 格式,便于 AI 分析。
pip install feishu-docx
feishu-docx config set --app-id YOUR_APP_ID --app-secret YOUR_APP_SECRET
# 或使用环境变量
3. OAuth 授权(将打开浏览器):
feishu-docx auth
将任意飞书文档 URL 导出为 Markdown:
feishu-docx export "<FEISHU_URL>" -o ./output
导出的 Markdown 文件将以文档标题作为文件名保存。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
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
# 将内容输出到标准输出,而非保存到文件
feishu-docx export "https://xxx.feishu.cn/wiki/ABC123" --stdout
# 或使用简写标志
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)
| 命令 | 描述 |
|---|---|
feishu-docx export <URL> | 将文档导出为 Markdown |
feishu-docx auth | OAuth 授权 |
feishu-docx config set | 设置凭证 |
feishu-docx config show | 显示当前配置 |
feishu-docx config clear | 清除令牌缓存 |
--table md 生成 Markdown 表格而非 HTML 表格--lark 标志每周安装次数
299
代码仓库
GitHub 星标数
46
首次出现
2026年1月23日
安全审计
安装于
opencode271
gemini-cli260
codex259
cursor256
github-copilot245
amp233
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
3. Authorize with OAuth (opens browser):
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 flagWeekly Installs
299
Repository
GitHub Stars
46
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykFail
Installed on
opencode271
gemini-cli260
codex259
cursor256
github-copilot245
amp233
GitHub Actions 官方文档查询助手 - 精准解答 CI/CD 工作流问题
22,500 周安装