rss-paper-feeds
Set up RSS feeds and alerts to track new publications in your research area
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill rss-paper-feeds --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# RSS Paper Feeds A skill for configuring automated literature monitoring using RSS feeds, email alerts, and citation notifications. Stay current with new publications in your research area without manual searching. ## RSS Feed Sources for Academic Papers ### Journal-Level Feeds Most major publishers provide RSS feeds for their journals: | Publisher | Feed URL Pattern | Example | |-----------|-----------------|---------| | Nature | `https://www.nature.com/[journal].rss` | `nature.com/nature.rss` | | Science | `https://www.science.org/action/showFeed?type=etoc&feed=rss&jc=[code]` | jc=science | | Elsevier | `https://rss.sciencedirect.com/publication/science/[ISSN]` | ISSN 0004-3702 for AI | | Springer | `https://link.springer.com/search.rss?search-within=Journal&facet-journal-id=[id]` | id=10994 | | IEEE | `https://ieeexplore.ieee.org/rss/TOC[journal_number].XML` | | | arXiv | `https://rss.arxiv.org/rss/[category]` | cs.AI, stat.ML | ### Setting Up arXiv Feeds ```python import feedparser from datetime import datetime def fetch_arxiv_feed(categories: list[str], max_results: int = 50) -> list[dict]: """ Fetch recent papers from arXiv RSS feeds. Args: categories: List of arXiv categori
- RSS Feed Sources for Academic Papers
- Journal-Level Feeds
- Setting Up arXiv Feeds
- Citation Alerts
- Google Scholar Citations Alert
- OpenAlex Citation Tracking
- RSS Reader Configuration
- Recommended RSS Readers for Researchers
- Organizing Feeds Effectively
- Automated Filtering and Summarization
- Keyword-Based Paper Filtering
- Integration with Reference Managers
What does the rss-paper-feeds skill do?
Set up RSS feeds and alerts to track new publications in your research area
How do I install it?
Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill rss-paper-feeds --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.