@openclaw/imsg

by openclaw · v1.0.1 · prompt

iMessage/SMS CLI for listing chats, history, watch, and sending.

Install

Add @openclaw/imsg to Claude Code with the PolySkill CLI: polyskill add @openclaw/imsg

Instructions

# imsg Actions ## Overview Use `imsg` to read and send Messages.app iMessage/SMS on macOS. Requirements: Messages.app signed in, Full Disk Access for your terminal, and Automation permission to control Messages.app for sending. ## Inputs to collect - Recipient handle (phone/email) for `send` - `chatId` for history/watch (from `imsg chats --limit 10 --json`) - `text` and optional `file` path for sends ## Actions ### List chats ```bash imsg chats --limit 10 --json ``` ### Fetch chat history ```bash imsg history --chat-id 1 --limit 20 --attachments --json ``` ### Watch a chat ```bash imsg watch…

Keywords: imessage, sms, macos, chat