LaunchKit · 2026
Back to Skills

skill-email-management

Expert email management assistant for Apple.

0
0 downloads
by @latisen

Setup & Installation

openclaw skills install @latisen/skill-email-management

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install skill-email-management

What This Skill Does

Email management assistant for Apple Mail. Helps users triage, organize, and search their inbox using Apple Mail MCP tools. Covers workflows from daily triage to bulk cleanup, draft management, and email analytics.

Combines inbox overview, multi-criteria search, batch operations, and analytics into guided workflows instead of manually navigating Apple Mail.

When to use it

  • Triaging an overflowing inbox to reach inbox zero
  • Finding a specific email across all mailboxes and accounts
  • Analyzing top senders to identify newsletter overload
  • Bulk moving project emails into dedicated folder structures
  • Managing draft responses for emails that need careful wording

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Help me get my inbox to zero

AGENT
  1. 1Call get_inbox_overview() to see unread count and recent email summary
  2. 2Search for urgent items using search_emails() with keywords like 'urgent' and 'action required'
  3. 3Reply to quick emails with reply_to_email() and create drafts for ones needing more thought
  4. 4Move processed emails to Archive or project folders with move_email()
  5. 5Mark remaining emails as read in batch with update_email_status()
OUTPUT

Inbox cleared with emails replied to, filed into folders, or flagged for follow-up