apple-mail-searchFast Apple Mail search via SQLite on macOS. Search emails by subject, sender, date, attachments - results in ~50ms vs 8+ minutes with AppleScript. Use when asked to find, search, or list emails.
Install via ClawdBot CLI:
clawdbot install mneves75/apple-mail-searchRequires:
Grade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/steipete/clawdbotAudited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
Freelancers can quickly search for invoice-related emails from clients using subject or sender filters, enabling fast retrieval of payment confirmations or outstanding invoices. This helps streamline financial tracking and reduces time spent manually scrolling through Mail.app.
Compliance teams in regulated industries like finance or healthcare can use the tool to search for emails with specific attachments (e.g., PDF reports) or from certain senders within date ranges. This supports audit trails and ensures quick access to required documentation without relying on slow native searches.
Support agents can search unread emails or emails from specific customers to prioritize responses, using JSON output for integration with ticketing systems. This accelerates response times and improves customer service efficiency by bypassing Mail.app's sluggish search.
Researchers can export email data as CSV or JSON for analysis, such as gathering correspondence with collaborators or tracking submission deadlines via date-range searches. This facilitates data processing for studies on communication patterns or project management.
Marketing teams can search for emails related to campaigns by subject or sender to assess engagement, using the tool's fast queries to compile metrics from large email volumes. This aids in evaluating campaign performance and planning follow-ups efficiently.
Offer a basic version for free with core search features, then charge for advanced functionalities like batch exports, API access, or priority support. Revenue can come from subscription tiers targeting power users or small businesses needing enhanced productivity.
Sell site licenses to corporations for team-wide use, with added features like centralized database access, security audits, and integration with existing IT systems. Revenue is generated through one-time purchases or annual contracts based on user counts.
Provide services to customize the tool for specific industries, such as adding compliance filters or integrating with proprietary software, alongside training and support. Revenue comes from project-based fees and ongoing maintenance contracts.
💬 Integration Tip
Integrate with automation tools like cron jobs for scheduled email backups or use JSON output to feed data into dashboards for real-time monitoring.
Scored Apr 19, 2026
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use SQLite correctly with proper concurrency, pragmas, and type handling.
AI-driven multi-format SVG content generation system for presentations, social media graphics, and marketing materials. Use when creating PPTs, posters, or v...
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.