What problem does it solve? It lets you read iMessage/SMS conversation history and send text messages or attachments from the command line on macOS, without manually opening Messages.app. ## Core Features & Use Cases - List and search chats: Run imsg chats --limit 10 --json to enumerate recent conversations and find contacts by display name. - Read message history: Use imsg history --chat-id <id> --limit 20 --json to review past messages, optionally including attachment info. - Send messages with attachments: Use imsg send --to <number> --text <message> --file <path> with optional --service imessage|sms|auto to control delivery. - Use Case: A user says "Text mom that I'll be late" — find her chat with imsg chats, confirm the number, then send the message via imsg send. ## Quick Start Ask the assistant to send an iMessage to a contact, and it will locate the chat with imsg, confirm the recipient and content with you, then deliver the message.