Install
openclaw skills install feishu-imageUpload and send images to Feishu chats or users by file path or URL, with image caching to avoid duplicate uploads.
openclaw skills install feishu-image上传并发送图片到飞书聊天或用户。支持缓存 image_key,避免重复上传同一文件。
node skills/feishu-image/send.js --target <chat_id_or_user_id> --file <path_to_image>
# 或者直接发送网络图片(自动下载)
node skills/feishu-image/send.js --target <chat_id_or_user_id> --url <image_url>
--target: 用户 OpenID(ou_...)或群 ChatID(oc_...)--file: 本地图片路径--url: 网络图片 URL(可选,自动下载并发送)FEISHU_APP_IDFEISHU_APP_SECRET