Install
openclaw skills install gamma-feishu-supertoolkitClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
飞书超级工具包 - 集成文件发送(含音频卡片)、日历、审批、多维表格、通讯录、考勤六大模块
openclaw skills install gamma-feishu-supertoolkit飞书超级工具包 - 文件发送 + 办公自动化一体化解决方案
基于 official/feishu-toolkit 和 feishu-file-sender 合并增强,集成 文件发送(含音频卡片)、日历管理、审批流程、多维表格、通讯录查询、考勤管理 六大核心模块。
| 模块 | 能力 | 示例指令 |
|---|---|---|
| 📎 文件发送 | 图片预览、音频卡片(内嵌播放器)、视频封面、文档发送 | "把这首哈萨克语歌曲用卡片形式发到飞书" |
| 📅 日历 | 日程 CRUD、会议室预约、忙闲查询 | "帮我预约明天下午的 8 楼大会议室" |
| ✅ 审批 | 发起/查询/同意/拒绝/转交审批 | "帮我发起一个出差审批" |
| 📊 多维表格 | 表格创建、记录增删改查 | "在项目跟踪表中新增一条任务" |
| 👥 通讯录 | 用户/部门查询、组织架构浏览 | "查一下市场部有哪些成员" |
| ⏰ 考勤 | 打卡记录、补卡查询、考勤组管理 | "查看我这周的打卡记录" |
claw skill install gamma/feishu-supertoolkit
export FEISHU_APP_ID="cli_a93078949238dbb3"
export FEISHU_APP_SECRET="AVJVZYEdlVIPtF8G50aDPdiXIiJXmWyX"
cd server/
uv venv && uv pip install -e ".[dev]"
uv run --env-file .env uvicorn feishu_supertoolkit.main:app --host 127.0.0.1 --port 8002
curl http://127.0.0.1:8002/ping
# {"message": "pong"}
| 模块 | 权限标识 | 说明 |
|---|---|---|
| 文件发送 | im:message:send_as_bot | 发送消息 |
| 文件发送 | im:file:upload | 上传文件 |
| 日历 | calendar:calendar | 读写日历及日程 |
| 日历 | vc:room:readonly | 查询会议室 |
| 审批 | approval:approval | 读写审批信息 |
| 审批 | approval:task | 审批人操作 |
| 多维表格 | bitable:app | 读写多维表格 |
| 多维表格 | drive:drive | 访问云空间 |
| 通讯录 | contact:contact.base:readonly | 读取通讯录 |
| 考勤 | attendance:task:readonly | 导出打卡数据 |
official/feishu-toolkit 和 feishu-file-sender