# iMessage

> Read or send Messages.app conversations on macOS through CLI or AppleScript with explicit confirmation before outbound sends.

- Skill: `agentic-in/imessage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-in/imessage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-in/imessage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: agentic-in (https://skillmd.com/u/agentic-in)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-in/imessage

---


# iMessage

Use this skill when the user wants Apple Messages, SMS, or iMessage rather than email or another chat tool.

## Preferred Flow

1. If the user only wants Messages opened, use `open -a Messages`.
2. Prefer the `imsg` CLI when available: `brew install steipete/tap/imsg`.
3. Use read-only commands first for chat lookup or history.
4. Before sending, confirm the recipient, message text, and any attachment path.
5. If CLI automation is unavailable, fall back to AppleScript only for narrow, explicit actions.

## Guardrails

- Never send to an ambiguous contact.
- Never send bulk or repeated outbound messages without clear approval.
- Report Full Disk Access or Automation permission errors directly.

