arxiv

Search arXiv papers by keyword, author, category, or ID via the arXiv API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/matlee0409/cronus --skill arxiv-matlee0409
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/matlee0409/cronus/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/matlee0409/cronus --skill arxiv-matlee0409

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers and students need a fast, API-driven way to locate relevant arXiv papers without manual browsing or guessing keywords.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID and receive concise results with titles, authors, and abstracts.
  • Retrieve direct links to abstract and PDF pages for quick access and citation.
  • Utilize the included Python helper to parse Atom XML from arXiv and format results for reports or literature reviews.

Quick Start

Run the arxiv search script with a query to see the latest results.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search arXiv papers by keyword, author, or category via API?▼

Searching arXiv papers via API involves querying export.arxiv.org by keyword, author, category, or ID. The included Python helper parses the returned Atom XML to print structured summaries with titles, authors, and abstracts.

What is the best way to retrieve arXiv abstracts and PDF links for a literature review?▼

Retrieving arXiv abstracts and PDF links for a literature review is best done by querying the arXiv API. The Python helper formats the XML response to provide concise results with direct links to abstract and PDF pages.

Can I use Python to parse arXiv Atom XML for academic research?▼

Yes, you can use Python to parse arXiv Atom XML for academic research. The included Python helper parses the XML response from the arXiv API and formats the results for reports or literature reviews.

Does the arXiv API support filtering search results by specific academic categories?▼

Yes, the arXiv API supports filtering search results by specific academic categories. You can search by category alongside keyword, author, or ID to track a topic across relevant academic fields.

How do I find a specific arXiv paper if I only have its ID?▼

To find a specific arXiv paper using its ID, utilize the arXiv API id/list retrieval functionality. This directly locates the academic work and prints its structured summary, including the abstract and PDF page links.

What are the limitations of using the arXiv API for finding research papers?▼

A limitation of using the arXiv API is that it requires parsing Atom XML to format results, needing a Python helper. Search queries target export.arxiv.org, meaning manual browsing is bypassed but query syntax must be precise.