feishu-cli

Installation
SKILL.md

feishu-cli

统一的飞书 CLI skill。通过一个运行时处理:

  • help 渐进式帮助(适配 LLM 自发现)
  • auth 授权与 token 管理
  • tool 业务动作(calendar/contact/doc/wiki/drive/sheets/mail/meeting/okr/bitable)
  • api 原始 Open API 调用

渐进式 help(推荐顺序)

# 1) 顶层命令总览
python3 skills/feishu-cli/run.py '{"action":"help"}'

# 2) 认证帮助
python3 skills/feishu-cli/run.py '{"action":"help","topic":"auth"}'

# 3) 查看全部模块
python3 skills/feishu-cli/run.py '{"action":"help","topic":"modules"}'
Related skills
Installs
4
GitHub Stars
10
First Seen
Mar 15, 2026