sustainability-rss-summary
Installation
SKILL.md
Sustainability RSS Summary
Core Goal
- Fetch abstracts without webpage crawling.
- Use DOI as the only lookup key.
- Handle indexing lag with delayed retries.
- Output ready abstracts for downstream LLM summarization.
Triggering Conditions
- Receive a request to build or run an RSS-to-summary pipeline for sustainability/science papers.
- Receive RSS items with DOI/title/link and need legal, low-maintenance abstract retrieval.
- Need OpenAlex-first, Semantic Scholar-fallback orchestration.
- Need retry handling for papers that are too new to be indexed immediately.
Workflow
- Ingest DOI events from official RSS feeds.
- Keep at least
doi; includetitle,link, andsource_feedwhen available. - Use
assets/rss-events.example.jsonlas input format reference.