6.3k★by steipete
imsg – OpenClaw Skill
imsg is an OpenClaw Skills integration for data analytics workflows. iMessage/SMS CLI for listing chats, history, watch, and sending.
6.3k stars8.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | imsg |
| description | iMessage/SMS CLI for listing chats, history, watch, and sending. OpenClaw Skills integration. |
| owner | steipete |
| repository | steipete/imsg |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @steipete/imsg |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
262 BSKILL.md
892 BSKILL.md
name: imsg description: iMessage/SMS CLI for listing chats, history, watch, and sending. homepage: https://imsg.to metadata: {"clawdbot":{"emoji":"📨","os":["darwin"],"requires":{"bins":["imsg"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/imsg","bins":["imsg"],"label":"Install imsg (brew)"}]}}
imsg
Use imsg to read and send Messages.app iMessage/SMS on macOS.
Requirements
- Messages.app signed in
- Full Disk Access for your terminal
- Automation permission to control Messages.app (for sending)
Common commands
- List chats:
imsg chats --limit 10 --json - History:
imsg history --chat-id 1 --limit 20 --attachments --json - Watch:
imsg watch --chat-id 1 --attachments - Send:
imsg send --to "+14155551212" --text "hi" --file /path/pic.jpg
Notes
--service imessage|sms|autocontrols delivery.- Confirm recipient + message before sending.
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install imsg?
Run openclaw add @steipete/imsg in your terminal. This installs imsg into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/steipete/imsg. Review commits and README documentation before installing.
