name: email-news-digest description: Summarize 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.
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.
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.7w4.net小葱技能站收录全网优质技能,值得收藏。
--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.这个 Skill 创意不错,能自动化处理邮件、生成摘要和发送图文报告,文档写得很清楚,界面友好。但致命问题是核心的摘要功能其实是假的,代码里返回的是固定内容,没有真正接入 AI 来分析你的邮件。整体更像个半成品演示,如果只是看文档会觉得功能很完善,实际跑起来可能达不到预期效果。