Install
openclaw skills install email-news-digestSummarize recent emails, generate a thematic image, and send a formatted HTML email report with the summary and image. Use for daily news digests, project updates, or any email-based reporting that needs visual enhancement and rich formatting.
openclaw skills install email-news-digestThis 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.
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."
--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.--image-prompt: A descriptive prompt for the AI image generation.nano-banana-pro skill based on your image-prompt.gog gmail send, employing a robust Base64 encoding/decoding method to handle complex HTML content safely.To ensure high-quality output, the summarization process within this skill adheres to the following standards:
scripts/summarize_content.py to ensure it's self-contained and easily upgradable.