A specialized automation tool to send images from a macOS environment directly to mobile devices via iMessage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install imessage-sender
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install imessage-sender using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The iMessage Image Sender is a technical utility designed for the Openclaw Skills framework, enabling seamless media sharing from a Mac desktop to any phone number. It bridges the gap between local file management and mobile communication, ensuring that generated or stored media can be dispatched instantly using native macOS messaging capabilities. This skill is particularly useful for developers who need to push visual assets to their mobile devices as part of a larger automated workflow within the Openclaw Skills ecosystem.
First, configure your target recipient phone number to enable the automation:
python3 ~/.openclaw/workspace/skills/imessage-sender/scripts/send.py config set "your_phone_number"
To manually send an image for testing purposes, use the following command:
python3 ~/.openclaw/workspace/skills/imessage-sender/scripts/send.py send "phone_number" "/path/to/image.png"
The skill manages its assets and configuration using a structured file system approach to ensure compatibility with other Openclaw Skills:
| Component | Location/Detail |
|---|---|
| Core Scripts | ~/.openclaw/workspace/skills/imessage-sender/scripts/ |
| Image Buffer | ~/Pictures/openclaw-send/ |
| Config Context | Internal configuration via the Python script's config set command |
Loading
A macOS-specific automation for seamlessly sending images to phone numbers via the native iMessage application.

A travel intelligence skill that identifies hidden-city flight deals and flexible itineraries using the Skiplagged Model Context Protocol server.

A sophisticated quantitative finance toolkit for portfolio optimization, automated backtesting, and multi-asset risk parity analysis.

A professional-grade financial toolkit for portfolio optimization, risk parity analysis, and automated backtesting using multi-source market data.

An automated monitoring tool designed to track and optimize brand presence across major generative search engines.

A robust backup and recovery system for OpenClaw workspace SOUL files featuring versioning and automated validation.








































