ArXiv

Retrieve arXiv papers by topic, category, or ID with AlphaXiv enrichment.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/davdunc/pai-framework --skill arxiv-davdunc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ArXiv
Source: https://github.com/davdunc/pai-framework/tree/main/skills/ArXiv
Command: npx skills add https://github.com/davdunc/pai-framework --skill arxiv-davdunc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates time-consuming manual browsing of arXiv by enabling topic/category-based paper search and returning concise, enriched overviews for quick triage.

Core Features & Use Cases

  • Latest discovery by category: Retrieves recent papers for a chosen arXiv category (or set of categories) and presents the newest work with relevance context.
  • Targeted search by topic, keywords, authors, and categories: Uses arXiv Atom API query fields with boolean operators to find papers matching specific research intent.
  • Single-paper deep-dive by ID or URL: Pulls arXiv metadata and supplements it with AlphaXiv-generated markdown summaries, falling back to abstract when enrichment is unavailable.

Quick Start

Use the ArXiv skill to search for the latest papers about LLM agent security.

Frequently Asked Questions about ArXiv

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

FAQPage Schema
How do I find recent arXiv papers by category for quick research triage?

To find recent arXiv papers by category, this tool retrieves the latest publications for chosen categories and presents newest work with relevance context. It pulls Atom XML data via HTTPS from export.arxiv.org, applying pagination and rate limiting to ensure stable retrieval for effective paper triage.

Can I search arXiv papers using specific keywords, authors, and boolean operators?

You can search arXiv papers using specific keywords, authors, and categories with boolean operators via the Atom API query fields. This targets precise research intent by parsing the returned Atom XML feeds to identify and extract matching academic papers without requiring external parsing tools.

What is the best way to get a structured summary for a specific arXiv paper ID?

The best way to get a structured summary is to retrieve the paper by its ID or URL and enrich it with AlphaXiv. The tool pulls arXiv metadata and supplements it with AlphaXiv-generated markdown summaries, falling back to the original abstract when enrichment is unavailable.

Does the arXiv search skill require external dependencies like jq to parse results?

No external dependencies like jq are required to parse arXiv search results. The skill natively parses Atom XML responses from export.arxiv.org over HTTPS, managing pagination and rate limiting internally to deliver structured paper summaries without needing additional command-line JSON processors.

How does AlphaXiv enrichment work for academic paper discovery?

AlphaXiv enrichment supplements basic arXiv metadata by fetching generated markdown summaries from alphaxiv.org endpoints. It applies published-date-aware recency checks to provide current overviews, falling back to the standard arXiv abstract if the AlphaXiv enrichment data is unavailable for a specific paper.

Are there limitations when fetching arXiv Atom XML feeds for academic summarization?

Limitations include adhering to arXiv API rate limiting and pagination constraints when fetching Atom XML feeds for academic summarization. If AlphaXiv endpoints lack an overview for a specific paper, the tool falls back to the original abstract, potentially limiting the depth of the deep-dive summary.