feishu-send-file

Installation
SKILL.md

飞书发送文件

飞书机器人发送普通文件(非图片/视频)需要两步:先上传文件获取 file_key,再用 file_key 发消息。

如果本地图片通过常规 message / media 路径发送后,用户在飞书里看到的是 /root/...png 路径文本而不是图片本体,不要继续重试同一种方式;直接改走本技能的稳定图片上传脚本

快速流程

方式一:用脚本(推荐)

python3 scripts/send_file.py <file_path> <open_id> <app_id> <app_secret> [file_name]
Installs
8
GitHub Stars
20
First Seen
May 15, 2026
feishu-send-file — bighardperson/computer-science-skills-collection