apple-mail-search
Installation
SKILL.md
Apple Mail Search
Direct SQL search against Apple Mail's Envelope Index database. Queries complete in under 0.5 seconds against all mail accounts.
When to use
- You need to find emails by subject, sender, or date.
- You want to list available mailboxes and accounts.
- You need fast search without opening Mail.app.
- You want to read email content from specific messages.
How it works
- Reads Apple Mail's
Envelope IndexSQLite database at~/Library/Mail/V10/MailData/ - Joins messages with subjects, addresses, and mailboxes tables
- Returns metadata (subject, sender, date, mailbox) for matching messages
- Can retrieve full email content from
.emlxfiles when needed
The database is always up-to-date as Mail.app writes to it in real-time.
Related skills
More from nicolaischmid/agent-skills
paperless-search
Search documents in Paperless-ngx via REST API. Full-text search, tag/correspondent filtering, and direct links to documents.
12exa-search
Search the web using Exa's AI-powered search API. Supports semantic search, content extraction, direct answers, and deep research with structured output.
6signal-history-search
Search Signal Desktop message history on macOS with sub-second query times. Queries the encrypted SQLite database directly without export overhead.
6