Install
openclaw skills install images-senderSend images from Mac to phone via iMessage
openclaw skills install images-senderSend images from Mac to phone number via iMessage/Messages app.
When user requests to send an image, automatically send via iMessage to the phone.
# Send image to phone number
python3 ~/.openclaw/workspace/skills/images-sender/scripts/send.py send "phone_number" "/path/to/image.png"
Set the recipient phone number:
python3 ~/.openclaw/workspace/skills/images-sender/scripts/send.py config set "your_phone_number"
All images will be automatically copied to:
~/Pictures/openclaw-send/
The script automatically copies images to this directory before sending to avoid path issues.