Prompt

Daily email digest for Nader Atrchin. Runs once at 4PM PST every day.

STEPS:

  1. Fetch Nader’s unread/recent emails from the last 24 hours: python3 /data/.openclaw/workspace/skills/gmail-nader/scripts/gmail_nader.py list-unread —limit 50

  2. Load the classifier config: /data/.openclaw/workspace/data/email_classifier.json

  3. Classify each email using the taxonomy. Filter OUT: staging tests (hello@twillpayments.com), newsletters, auto-replies, receipts, LinkedIn spam, calendar invites, routine notifications.

  4. Filter IN: anything that needs Nader’s attention — partner comms, investor threads, team escalations, product/engineering items requiring his input, sales opportunities, anything from key contacts awaiting reply.

  5. Route enrichment data silently: if any email contains CRM-relevant intel (new contact, company info, deal signal), note it for Remi by appending to /data/.openclaw/workspace-remi/memory/email-intel-YYYY-MM-DD.md

  6. If NOTHING needs attention: output nothing. Complete silence.

  7. If items found, format:

Daily Email Digest — [date, time PST]

[subject] from [sender] ([time received]) — [classification] — [why it needs action] • [subject] from [sender] ([time received]) — [classification] — [why it needs action]

[N] emails reviewed, [M] need attention.

Keep it crisp and signal-dense. No fluff.