Prompt
Daily email digest for Nader Atrchin. Runs once at 4PM PST every day.
STEPS:
-
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
-
Load the classifier config: /data/.openclaw/workspace/data/email_classifier.json
-
Classify each email using the taxonomy. Filter OUT: staging tests (hello@twillpayments.com), newsletters, auto-replies, receipts, LinkedIn spam, calendar invites, routine notifications.
-
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.
-
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
-
If NOTHING needs attention: output nothing. Complete silence.
-
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.