·apple-mail
</>

apple-mail

Search, read, and extract attachments from Apple Mail's local storage. Query emails by sender, recipient, subject, body, date, mailbox, and flags. Read raw RFC822 messages and extract file attachments.

23Installs·1Trend·@mitsuhiko

Installation

$npx skills add https://github.com/mitsuhiko/agent-stuff --skill apple-mail

How to Install apple-mail

Quickly install apple-mail AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mitsuhiko/agent-stuff --skill apple-mail
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mitsuhiko/agent-stuff.

SKILL.md

View raw

Search, read, and extract attachments from Apple Mail's local storage on macOS.

apple-mail.sh — a bash script that queries the Apple Mail SQLite envelope index and reads .emlx files from disk. Read-only — it never modifies mail data.

| --from | Sender address substring | | --to | Recipient address substring | | --subject | Subject substring | | --body | Body/summary text substring | | --mailbox | Mailbox URL substring (e.g. INBOX, Sent, Trash) | | --after | Received after date | | --before | Received before date | | --unread | Only unread messages | | --flagged | Only flagged messages |

Search, read, and extract attachments from Apple Mail's local storage. Query emails by sender, recipient, subject, body, date, mailbox, and flags. Read raw RFC822 messages and extract file attachments. Source: mitsuhiko/agent-stuff.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mitsuhiko/agent-stuff --skill apple-mail
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from mitsuhiko/agent-stuff

Quick answers

What is apple-mail?

Search, read, and extract attachments from Apple Mail's local storage. Query emails by sender, recipient, subject, body, date, mailbox, and flags. Read raw RFC822 messages and extract file attachments. Source: mitsuhiko/agent-stuff.

How do I install apple-mail?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mitsuhiko/agent-stuff --skill apple-mail Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mitsuhiko/agent-stuff

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22