email-news-digest
SKILL.md
Email News Digest
This skill automates the process of creating an AI-powered news digest from your recent emails, generating a relevant image, and sending a formatted HTML report.
Usage
To use this skill, run the process_and_send.sh script with the required parameters:
skills/email-news-digest/scripts/process_and_send.sh \
--recipients "matthewxfz@gmail.com,salonigoel.ssc@gmail.com" \
--email-query "newer_than:2d subject:news" \
--image-prompt "A sharp, modern western style image representing AI growth, fierce competition, and diverse applications."
Parameters
--recipients: Comma-separated list of email addresses to send the digest to.--email-query: Gmail search query to filter recent emails (e.g., "newer_than:2d subject:AI"). See email-filters.md for more examples.