newsletter-digest

Summarize bulk newsletters and promotions into one digest, then archive them.

1.6k|168|Updated Dec 16, 2024
One-click install
npx skills add https://github.com/amd/gaia --skill newsletter-digest-amd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: newsletter-digest
Source: https://github.com/amd/gaia/tree/main/hub/agents/email/python/gaia_agent_email/skills/newsletter-digest
Command: npx skills add https://github.com/amd/gaia --skill newsletter-digest-amd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Bulk mail like newsletters and promotions piles up unread, burying important messages and cluttering the inbox. Reading each one individually wastes time, but ignoring them entirely risks missing actionable items like expiring offers or dated events. ## Core Features & Use Cases - Aggregate Summarization: Searches bulk categories and unsubscribe-bearing senders, then summarizes per source so five messages from one sender become a single line. - Actionable Item Extraction: Pulls out dated events, expiring notices, and receipts separately so they are not lost in the digest. - Batch Cleanup: Archives the processed messages in bulk, with optional labeling so they remain findable later. - Use Case: Ask what you missed in your subscriptions after a week away, and receive a one-minute digest of 18 newsletters with the two time-sensitive items called out, then have the folder cleared. ## Quick Start Ask the agent to give you a digest of the newsletters and promotions you received this week and then archive them.

Frequently Asked Questions about newsletter-digest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a digest of my unread newsletters?

Ask the agent to summarize your bulk mail. It searches the provider's bulk categories and unsubscribe-bearing senders, summarizes per source so each sender gets one line, and reports the count and time window covered.

How do I clean up promotional emails without reading each one?

The skill summarizes promotions in aggregate, flags anything actionable like expiring offers or receipts, then archives the batch. You can request labels first so the archived messages stay findable.

Will the digest delete or unsubscribe from my newsletters?

No. The skill never deletes bulk mail and never unsubscribes on your behalf. It only archives messages after summarizing, optionally applying a label first so they remain searchable.

What email tools does the newsletter digest require?

It requires five tools: search_messages, summarize_message, summarize_thread, archive_message_batch, and label_message_batch. These are declared in the skill metadata as tools_required for the GAIA email agent.

What happens to time-sensitive items in bulk mail?

Actionable items such as dated events, expiring notices, and receipts are extracted and reported separately from the digest lines. This ensures they are not buried inside the per-source summaries.