feishu-cli
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"}'