Send images from Mac to phone via iMessage
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill images-sender --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Images Sender?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-images-sender)More formats (shields.io, HTML) on the badges page.
---
name: images-sender
description: Send images from Mac to phone via iMessage
---
# Send Image via iMessage
## Function
Send images from Mac to phone number via iMessage/Messages app.
## Usage
### Send Image
When user requests to send an image, automatically send via iMessage to the phone.
### Manual Commands
```bash
# Send image to phone number
python3 ~/.openclaw/workspace/skills/images-sender/scripts/send.py send "phone_number" "/path/to/image.png"
```
## First Time Setup
Set the recipient phone number:
```bash
python3 ~/.openclaw/workspace/skills/images-sender/scripts/send.py config set "your_phone_number"
```
## Image Storage
All images will be automatically copied to:
```
~/Pictures/openclaw-send/
```
The script automatically copies images to this directory before sending to avoid path issues.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!