What problem does it solve? Reading and sending iMessage or SMS from the terminal normally requires manual interaction with Messages.app. This Skill provides CLI commands to list chats, view conversation history, watch for new messages, and send texts or attachments programmatically on macOS. ## Core Features & Use Cases - Chat Listing & History: List recent chats and retrieve message history by chat ID, with optional attachment info, in JSON output. - Message Sending: Send iMessage or SMS to phone numbers or Apple IDs, with optional file attachments and explicit service selection (imessage, sms, or auto). - Live Watching: Monitor a chat for incoming messages in real time. - Use Case: A user asks to text a contact that they will be late. The assistant finds the contact's chat via imsg chats, confirms the recipient and message, then sends it with imsg send. ## Quick Start Ask the assistant to send an iMessage saying you will be late to a specific phone number, and confirm the recipient and text before it is sent.