Install
openclaw skills install fast-imageQuickly send local images to channel. Auto-compress large images, copy small images directly.
openclaw skills install fast-imageQuickly send local images to specified channel. Auto-handles image copy/compress and send.
node {baseDir}/send_image.mjs "<image_path>" <channel> <target> [message]
| Parameter | Description | Required |
|---|---|---|
image_path | Full path to image | Yes |
channel | Target channel name | Yes |
target | Target user/group | Yes |
message | Optional message | No |
Image processing
~/.openclaw/media/browser/Send: Use openclaw message send --media to send
Cleanup: Auto-delete temp file after sending
node {baseDir}/send_image.mjs "~/Pictures/photo.png" telegram @chatname
node {baseDir}/send_image.mjs "~/Downloads/large.jpg" telegram @chatname "landscape"
npm install sharp