Install
openclaw skills install feishu-img-send飞书图片发送 - 使用API直接发送图片到飞书 / Send images to Feishu via API
openclaw skills install feishu-img-send通过飞书开放平台API发送图片。
# 发送图片
./scripts/send.sh <图片路径> <用户ID>
# 示例
./scripts/send.sh /tmp/test.png ou_xxxxxxxx
from feishu_image import FeishuImageSender
sender = FeishuImageSender()
sender.send_image("/tmp/test.png", "ou_xxxxxxxx")
脚本已内置APP_ID和APP_SECRET,无需额外配置。
POST /open-apis/auth/v3/tenant_access_token/internal
POST /open-apis/im/v1/images
POST /open-apis/im/v1/messages