Fast Image
/install fast-image
fast-image
Quickly send local images to specified channel. Auto-handles image copy/compress and send.
Usage
node {baseDir}/send_image.mjs "\x3Cimage_path>" \x3Cchannel> \x3Ctarget> [message]
Parameters
| Parameter | Description | Required |
|---|---|---|
image_path |
Full path to image | Yes |
channel |
Target channel name | Yes |
target |
Target user/group | Yes |
message |
Optional message | No |
Features
-
Image processing
- File \x3C 10MB: Copy directly to
~/.openclaw/media/browser/ - File >= 10MB: Compress with sharp then copy
- File \x3C 10MB: Copy directly to
-
Send: Use
openclaw message send --mediato send -
Cleanup: Auto-delete temp file after sending
Examples
node {baseDir}/send_image.mjs "~/Pictures/photo.png" telegram @chatname
node {baseDir}/send_image.mjs "~/Downloads/large.jpg" telegram @chatname "landscape"
Dependencies
- Node.js
- sharp:
npm install sharp - openclaw CLI
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fast-image - After installation, invoke the skill by name or use
/fast-image - Provide required inputs per the skill's parameter spec and get structured output
What is Fast Image?
Quickly send local images to channel. Auto-compress large images, copy small images directly. It is an AI Agent Skill for Claude Code / OpenClaw, with 437 downloads so far.
How do I install Fast Image?
Run "/install fast-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Fast Image free?
Yes, Fast Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Fast Image support?
Fast Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Fast Image?
It is built and maintained by DeadLining (@deadlining); the current version is v1.0.2.