飞书图片发送 / Feishu Image Sender
name: feishu-image-sender
by bombfuock · published 2026-03-22
$ claw add gh:bombfuock/bombfuock-feishu-img-send---
name: feishu-image-sender
description: 飞书图片发送 - 使用API直接发送图片到飞书 / Send images to Feishu via API
metadata:
version: 1.0.0
---
# 飞书图片发送 / Feishu Image Sender
通过飞书开放平台API发送图片。
使用方法 / Usage
命令行
# 发送图片
./scripts/send.sh <图片路径> <用户ID>
# 示例
./scripts/send.sh /tmp/test.png ou_xxxxxxxxPython
from feishu_image import FeishuImageSender
sender = FeishuImageSender()
sender.send_image("/tmp/test.png", "ou_xxxxxxxx")配置 / Configuration
脚本已内置APP_ID和APP_SECRET,无需额外配置。
原理 / How It Works
1. 获取 tenant_access_token
2. 上传图片到飞书获取 image_key
3. 使用 image_key 发送图片消息
API调用
POST /open-apis/auth/v3/tenant_access_token/internal
POST /open-apis/im/v1/images
POST /open-apis/im/v1/messages权限要求
更新日志
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...