Agent skill
RSS Digest
Fetch, summarize, and deliver RSS feed highlights
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/rss-digest
SKILL.md
${var} — Topic filter for items. If empty, includes all relevant items.
If ${var} is set, only include feed items matching that topic.
Config
This skill reads feed URLs from memory/feeds.yml. If the file doesn't exist yet, create it or skip this skill.
# memory/feeds.yml
feeds:
- name: Example Feed
url: https://example.com/rss
- name: Another Feed
url: https://example.com/atom.xml
Read memory/MEMORY.md and memory/feeds.yml for context and feed URLs. Read the last 2 days of memory/logs/ to avoid repeating items.
For each feed in feeds.yml:
- Fetch the RSS/Atom XML:
curl -sL "FEED_URL" - Parse for entries published in the last 24h (check <pubDate> or tags)
- Extract title, link, and description for each new entry
Deduplicate against recent logs.
From all new entries, select the 5-7 most interesting items — prioritize topics tracked in MEMORY.md.
For each selected item:
- Use WebFetch to pull the full article if the summary is too thin
- Write a 1-2 sentence summary of why it matters
Format and send via ./notify (under 4000 chars):
*RSS Digest — ${today}*
*Feed Name*
- [Title](url) — summary
- [Title](url) — summary
*Feed Name*
- [Title](url) — summary
Log the digest to memory/logs/${today}.md. If no new items across all feeds, log "RSS_DIGEST_OK" and end.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?