arxiv

Query arXiv by keyword, author, category, or ID via its REST API.

1.2k|116|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/math-inc/OpenGauss --skill arxiv-math-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/math-inc/OpenGauss/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/math-inc/OpenGauss --skill arxiv-math-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly locate and retrieve academic papers from arXiv via a free REST API, without requiring API keys, to accelerate literature research workflows.

Core Features & Use Cases

  • Query by keyword, author, category, or arXiv ID and receive concise results.
  • Access abstracts and PDF links to read papers or build references.
  • Combine with web_extract or OCR/document skills to read full papers within your workflow.

Quick Start

Run python scripts/search_arxiv.py "GRPO reinforcement learning" to view results.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search and retrieve academic papers from arXiv using a free API?

To search arXiv papers via a free API, query by keyword, author, category, or ID to retrieve Atom XML data containing abstracts and PDF links, accelerating literature reviews without requiring API keys.

Can I fetch arXiv paper metadata without needing an API key?

Yes, you can fetch arXiv paper metadata without an API key by using the free arXiv REST API, which directly returns Atom XML data containing abstracts and links suitable for academic research workflows.

How do I query arXiv by author or category for a literature review?

Query arXiv by author or category by running the included Python script from the command line, passing your search terms to quickly locate academic papers and retrieve abstracts for literature reviews or grant backgrounds.

Does the arXiv API return full paper text or just metadata?

The arXiv API returns Atom XML metadata containing abstracts and PDF links rather than full paper text, so you will need additional document extraction or OCR tools to read the complete papers within your workflow.

What's the best way to integrate arXiv search results into a Python workflow?

Integrate arXiv search results into a Python workflow by running the provided command-line script to retrieve metadata, then combine the output with web extraction or OCR skills to process full academic papers.

Are there limitations to using the arXiv API for fetching academic papers?

Limitations of using the arXiv API include receiving results in Atom XML format instead of structured JSON, and retrieving only metadata with PDF links rather than full text, requiring secondary tools for complete document processing.