fetch-arxiv-papers

Fetch recent AI/ML papers from arXiv RSS feeds and store them with deduplication.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill fetch-arxiv-papers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-arxiv-papers
Source: https://github.com/X-McKay/kubani/tree/main/kubani/skills/news/collection/fetch-arxiv-papers
Command: npx skills add https://github.com/X-McKay/kubani --skill fetch-arxiv-papers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of collecting recent AI/ML research papers from arXiv, ensuring you stay updated with the latest advancements without manual searching.

Core Features & Use Cases

  • Automated Paper Collection: Fetches papers from specified arXiv categories using RSS feeds.
  • Deduplication: Prevents storing duplicate papers by checking against a memory store using the arXiv ID.
  • Structured Storage: Stores essential paper metadata (title, authors, abstract, links) in memory for later use.
  • Use Case: A researcher can use this skill to automatically gather all new papers published in the 'cs.AI' and 'cs.LG' categories daily, creating a curated list for review.

Quick Start

Use the fetch-arxiv-papers skill to collect new AI and Machine Learning papers from arXiv.

Frequently Asked Questions about fetch-arxiv-papers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fetch AI and machine learning papers from arXiv?

To fetch AI and machine learning papers from arXiv automatically, this skill retrieves recent publications from specified arXiv RSS feeds, parses feed entries to extract metadata like titles and abstracts, and stores them in memory.

How does the arXiv RSS feed collection process handle duplicate papers?

The arXiv RSS feed collection process prevents storing duplicate papers by checking each paper's arXiv ID against a memory store before adding it, ensuring only unique entries are kept.

Can I use this to collect papers from specific arXiv categories like cs.AI?

Yes, you can collect papers from specific arXiv categories like cs.AI and cs.LG. The skill targets these RSS feeds to gather all new publications daily for your curated review list.

What paper details are extracted and stored when fetching arXiv RSS feeds?

When fetching arXiv RSS feeds, the skill extracts and stores the paper title, link, abstract, authors, and publication date, keeping this structured metadata available in memory for later use.

How long are fetched arXiv research papers kept in memory?

Fetched arXiv research papers are kept in memory with a 30-day TTL (time-to-live), ensuring the stored metadata is automatically purged after a month to manage storage capacity.