Agent skill

rss-paper-feeds

Set up RSS feeds and alerts to track new publications in your research area

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/literature/discovery/rss-paper-feeds/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. RSS Feed Sources for Academic Papers
  2. Journal-Level Feeds
  3. Setting Up arXiv Feeds
  4. Citation Alerts
  5. Google Scholar Citations Alert
  6. OpenAlex Citation Tracking
  7. RSS Reader Configuration
  8. Recommended RSS Readers for Researchers
  9. Organizing Feeds Effectively
  10. Automated Filtering and Summarization
  11. Keyword-Based Paper Filtering
  12. Integration with Reference Managers
More from Auto-Empirical-Research-Skills
All skills →
About this skill
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.

Keep going