arxiv

Search arXiv's Atom API and return structured paper metadata.

87|20|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/openaeon/OpenAEON --skill arxiv-openaeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/openaeon/OpenAEON/tree/main/skills/arxiv
Command: npx skills add https://github.com/openaeon/OpenAEON --skill arxiv-openaeon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It solves the problem of quickly discovering relevant academic papers and retrieving their abstracts or PDFs from arXiv without needing an API key or complex setup.

Core Features & Use Cases

  • Keyword, author, category, and ID search: Locate papers using flexible query syntax (e.g., titles, abstract terms, authors, or categories like cs.AI).
  • Metadata retrieval (Atom XML): Fetch paper details such as title, authors, dates, categories, and abstract for downstream evaluation.
  • Content access via related tools: Read abstracts or full PDFs by pairing results with web-fetching capabilities (or use the OCR/documents skill for local PDF handling).
  • Use Case: You need recent work on a topic (e.g., reinforcement learning in GRPO). Use the skill to retrieve a short ranked list, then fetch abstracts and PDFs to support a literature review.

Quick Start

Search arXiv for GRPO reinforcement learning and return the top 5 results with titles, authors, and abstracts.

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 without an API key?

You can search arXiv papers without an API key by using the free Atom-based REST API to retrieve structured metadata for titles, authors, categories, dates, and abstracts. This approach applies to literature discovery and evidence gathering workflows.

What is the best way to retrieve academic abstracts for a literature review?

To retrieve academic abstracts for a literature review, use keyword, author, category, and ID search parameters to locate papers. The system parses Atom XML reliably to return structured metadata and abstracts across fields such as cs.AI and stat.ML.

Can I fetch full PDFs from arXiv after finding paper metadata?

Yes, you can fetch full PDFs by pairing the retrieved arXiv results with web-fetching capabilities. Alternatively, use OCR or document skills for local PDF handling after discovering the relevant papers.

Does arXiv search support filtering by specific subject categories like cs.AI?

Yes, arXiv search supports filtering by specific subject categories like cs.AI. You construct query parameters for keyword, author, category, or ID lookup to locate papers and retrieve structured bibliographic metadata.

What are the limitations of using the arXiv Atom XML API for paper discovery?

The arXiv Atom XML API provides metadata retrieval but requires follow-up content fetch capabilities to read full abstracts or PDFs. It focuses on returning structured metadata rather than automatically downloading full text documents.