feishu-doc

Installation
SKILL.md

飞书文档助手

通过 feishu_doc.py 统一管理飞书文档的读取、写入、编辑和知识库操作。

前置条件

  1. Python >= 3.11(feishu-docx 要求)。推荐使用 uv run --python 3.12 或确保系统 Python 版本满足要求
  2. 安装依赖:pip install feishu-docx markdown2feishu httpx pyyaml
  3. 配置凭证(二选一):
    • 设置环境变量 FEISHU_APP_IDFEISHU_APP_SECRET
    • 或编辑 skills/feishu-doc/config.yaml
  4. 飞书应用需开通权限:docx:document(文档读写)、wiki:wiki(知识库)、im:message(群消息)

环境变量对照表

Related skills
Installs
10
First Seen
Mar 16, 2026