| name | feishu-file-sender |
| description | 飞书文件发送器 — 补齐飞书渠道缺失的文件投递能力,通过飞书 OpenAPI 上传并发送 agent 生成的本地文件。| Feishu File Sender — Upload & send files via Feishu OpenAPI, filling the channel's missing file delivery. |
| license | MIT |
| compatibility | openclaw |
| metadata | {"version":"1.0.9","tags":["feishu","file","upload","im","messaging","openapi"],"author":"wen-ai","openclaw":{"emoji":"📎","requires":{"bins":"[Truncated]","config":"[Truncated]"}}} |
Feishu File Sender | 飞书文件发送器
OpenClaw agent 在本地生成文件,但飞书渠道插件只支持文本消息,没有文件投递能力。本 skill 通过直接调用飞书 OpenAPI(上传+发送)补齐这一底层能力,使生成的文件能回传到聊天中。
OpenClaw agents generate files locally, but the Feishu channel integration only supports text messages and does not provide native file delivery. This skill fills that architectural gap by calling Feishu OpenAPI directly (upload + send), enabling files to be delivered back to chat.
将本地文件上传到飞书并作为文件消息发送。
Upload a local file to Feishu and send it as a file message.
快速开始 | Quick Start
python3 scripts/feishu_file_sender.py \
--file /absolute/path/to/report.xlsx \
--receive-id oc_xxx
使用方法 | Usage
python3 scripts/feishu_file_sender.py \
--file /absolute/path/to/file \
--receive-id <chat_id|open_id> \
--receive-id-type <chat_id|open_id|user_id>