Agent skill · AI & Agents

fetch-arxiv-papers

Fetch recent AI/ML research papers from arXiv RSS feeds and store them in memory. Uses RSS tool for fetching and memory MCP for storage and deduplication. '

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill fetch-arxiv-papers --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 2.0.0
Path: skills/ai-ml/fetch-arxiv-papers/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Fetch ArXiv Papers Fetch and store AI/ML research papers from arXiv with deduplication. ## When to Use Use this skill when you need to: - Collect recent AI/ML research papers from arXiv - Store papers in memory for later analysis - Avoid processing duplicate papers ## Instructions ### Step 1: Define ArXiv Categories Target these arXiv categories for AI/ML papers: - `cs.AI` - Artificial Intelligence - `cs.LG` - Machine Learning - `cs.CL` - Computation and Language (NLP) - `cs.CV` - Computer Vision - `cs.NE` - Neural and Evolutionary Computing ### Step 2: Fetch ArXiv RSS Feeds Use the `rss` tool to fetch papers from each category feed. **Feed URL pattern:** - `https://export.arxiv.org/rss/{category}` - Example: `https://export.arxiv.org/rss/cs.AI` **For each feed:** 1. Call the `rss` tool with the feed URL 2. Extract: title, link (abstract URL), description (abstract), dc:creator (authors), published date 3. Parse the arXiv ID from the link URL (e.g., `2401.12345` from `https://arxiv.org/abs/2401.12345`) ### Step 3: Check for Duplicates For each paper from the feeds: 1. **Check if already seen:** - Call `memory/check_seen` with key=arXiv ID, namespace="news/papers" - If seen=true,

What's inside
Steps it walks through
  1. When to Use
  2. Instructions
  3. Step 1: Define ArXiv Categories
  4. Step 2: Fetch ArXiv RSS Feeds
  5. Step 3: Check for Duplicates
  6. Step 4: Store New Papers
  7. Step 5: Return Results
  8. Tool Usage Guidance
  9. rss tool
  10. memory/checkseen
  11. memory/add
  12. memory/markseen
  13. Paper Data Schema
  14. Error Handling
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the fetch-arxiv-papers skill do?

Fetch recent AI/ML research papers from arXiv RSS feeds and store them in memory. Uses RSS tool for fetching and memory MCP for storage and deduplication. '

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill fetch-arxiv-papers --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 majiayu000/claude-skill-registry, a repository with 534 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