arxiv-daily-paper-reader

Search arXiv papers by keywords, categories, and date ranges, returning Markdown and JSON results.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/ppx123-web/claude-config --skill arxiv-daily-paper-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-daily-paper-reader
Source: https://github.com/ppx123-web/claude-config/tree/main/skills/arxiv-daily-paper-reader
Command: npx skills add https://github.com/ppx123-web/claude-config --skill arxiv-daily-paper-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires feedparser>=6.0.10, requests>=2.31.0, and includes references (resource) components.

What problem does it solve?

This tool eliminates the manual effort of constantly scanning arXiv for new papers and provides a streamlined way to fetch yesterday's updates or perform targeted keyword/category/date searches, delivering ready-to-use reports.

Core Features & Use Cases

  • Daily Fetch: automatically retrieve yesterday's papers across multiple arXiv categories and generate a concise report.
  • Keyword & Category Search: search papers by keywords with category filtering and optional date ranges.
  • Output Formats: produce Markdown reports and JSON data for easy sharing and programmatic processing.
  • Category Validation & Rate Limits: validates arXiv categories and respects arXiv API rate limits while returning structured results.

Quick Start

To get started, run a daily fetch for cs.AI yesterday's papers with a limit of 20 results using python skill.py fetch --cats cs.AI --max-papers 20

Frequently Asked Questions about arxiv-daily-paper-reader

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

FAQPage Schema
How do I fetch yesterday's arXiv papers automatically?

The tool retrieves yesterday's arXiv papers by fetching updates across specified categories and generating a concise report. It validates arXiv categories and returns structured metadata including title, authors, abstract, published date, and links.

Can I search arXiv papers by keywords and date range?

Yes, you can search arXiv papers by keywords with category filtering and optional date ranges. The tool validates arXiv categories, enforces API rate limits, and outputs results in both Markdown and JSON formats for programmatic processing.

What output formats does the arXiv paper fetcher support?

The arXiv paper fetcher supports Markdown and JSON output formats. Markdown reports are ready for sharing, while JSON data enables programmatic processing of standardized paper metadata including title, authors, abstract, published date, categories, and links.

Does the arXiv search tool validate categories and respect API rate limits?

Yes, the arXiv search tool validates arXiv categories before querying and enforces arXiv API rate limits during retrieval. This ensures compliant access while returning structured results with standardized paper metadata across your specified date ranges.

What metadata fields are included when fetching arXiv papers?

Fetching arXiv papers returns standardized metadata including title, authors, abstract, published date, categories, and links. This structured output supports both daily fetches of yesterday's papers and targeted keyword or category-filtered searches.