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. '
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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,
- When to Use
- Instructions
- Step 1: Define ArXiv Categories
- Step 2: Fetch ArXiv RSS Feeds
- Step 3: Check for Duplicates
- Step 4: Store New Papers
- Step 5: Return Results
- Tool Usage Guidance
- rss tool
- memory/checkseen
- memory/add
- memory/markseen
- Paper Data Schema
- Error Handling
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.
