Install
openclaw skills install apple-mail-macosUse local CLI to manage Gmail, Outlook, iCloud, Yahoo, Fastmail, and other mail accounts synced in Apple Mail on macOS, without APIs or OAuth.
openclaw skills install apple-mail-macosOn first use, follow setup.md to define provider scope, command path preferences, and safety defaults before any write action.
User wants to control Apple Mail from CLI while keeping account sync managed by Mail.app. Agent handles read, search, triage, draft, send, move, archive, and delete workflows across accounts already connected in Apple Mail.
osascript, shortcuts, or sqlite3 read-only for indexed lookup.Memory lives in ~/apple-mail-macos/. See memory-template.md for structure.
~/apple-mail-macos/
├── memory.md # Status, provider map, safety defaults
├── command-paths.md # Working command path and fallback notes
├── provider-coverage.md # Provider-specific behavior and caveats
├── safety-log.md # Send/delete confirmations and rollback notes
└── operation-log.md # Operation IDs, verification evidence, outcomes
| Topic | File |
|---|---|
| Setup and first-run behavior | setup.md |
| Memory structure | memory-template.md |
| Command hierarchy and probes | command-paths.md |
| Provider behavior matrix | provider-coverage.md |
| Safety checklist before writes | safety-checklist.md |
| Deterministic operation patterns | operation-patterns.md |
| Failure handling and recovery | troubleshooting.md |
All skill files are stored in ~/apple-mail-macos/.
Before creating or changing local files, describe the planned write and ask for confirmation.
osascript, then shortcuts, then sqlite3 for read-only indexed lookup.Data that stays local:
~/apple-mail-macos/.Data that may leave your machine:
This skill does NOT:
Install with clawhub install <slug> if user confirms:
macos - macOS command workflows and system automation patterns.mail - cross-platform mailbox handling patterns and protocol references.events - event extraction and action-item framing from communications.schedule - scheduling workflows linked to message-driven tasks.productivity - execution and prioritization frameworks for daily work.clawhub star apple-mail-macosclawhub sync