Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Apple Mail search on macOS with fast metadata and full body lookup. Use for finding messages in Mail.app by subject/sender/recipient/date, opening messages,...
Apple Mail search on macOS with fast metadata and full body lookup. Use for finding messages in Mail.app by subject/sender/recipient/date, opening messages,...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Fast SQLite-based search for Apple Mail.app with full body content support.
npm install -g apple-mail-search-cli
# Complex search fruitmail search --subject "invoice" --days 30 --unread # Search by sender fruitmail sender "@amazon.com" # List unread emails fruitmail unread # Read full email body (supports --json) fruitmail body 94695 # Open in Mail.app fruitmail open 94695 # Database stats fruitmail stats
CommandDescriptionsearchComplex search with filterssender <query>Search by sender emailunreadList unread emailsbody <id>Read full email body (AppleScript)open <id>Open email in Mail.appstatsDatabase statistics
--subject <text> Search subject lines --days <n> Last N days --unread Only unread emails --limit <n> Max results (default: 20) --json Output as JSON --copy Copy DB before query (safest mode)
# Find bank statements from last month fruitmail search --subject "statement" --days 30 # Get unread emails as JSON fruitmail unread --json | jq '.[] | .subject' # Find emails from Amazon fruitmail sender "@amazon.com" --limit 50
MethodTime for 130k emailsAppleScript (full iteration)8+ minutesSQLite (this tool)~50ms
Database: ~/Library/Mail/V{9,10,11}/MailData/Envelope Index Query method: SQLite (read-only) + AppleScript (body content) Safety: Read-only mode prevents modification; optional --copy mode available
macOS only โ queries Apple Mail.app's local database Read-only โ can search/read but cannot compose/send To send emails: Use the himalaya skill (IMAP/SMTP)
https://github.com/gumadeiras/fruitmail-cli
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.