apple-mail
Installation
SKILL.md
Apple Mail Skill
This skill provides commands to interact with Apple Mail on macOS via AppleScript.
Available Scripts
All scripts are in the ../../scripts/ directory (relative to this file). Execute them via bash from the plugin root.
Account & Mailbox Management
| Script | Purpose | Arguments |
|---|---|---|
list-accounts.sh |
List all email accounts | none |
list-mailboxes.sh |
List mailboxes/folders | [account] (optional) |
get-unread-count.sh |
Get unread email count | [account] [mailbox] (optional) |
Reading Emails
| Script | Purpose | Arguments |
Related skills