Install
openclaw skills install visionResize, crop, convert, and optimize images using ImageMagick. Use when processing photos, converting formats (PNG/WebP), compressing size, or adding watermarks.
openclaw skills install visionImage processing toolkit powered by ImageMagick.
Just ask your AI assistant: / 直接告诉 AI 助手:
Resize an image.
bash scripts/script.sh resize --input photo.jpg --width 800
bash scripts/script.sh resize --input photo.jpg --percent 50
Change image formats.
bash scripts/script.sh convert --input photo.png --to webp
bash scripts/script.sh convert --input photo.jpg --to png
Compress file size without losing quality.
bash scripts/script.sh optimize --input photo.jpg --quality 80
Add text watermark to images.
bash scripts/script.sh watermark --input photo.jpg --text "© 2025" --position southeast
https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com