arxiv

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

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/overviewlabs/WHOX --skill arxiv-overviewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/overviewlabs/WHOX/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/overviewlabs/WHOX --skill arxiv-overviewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers and students need to discover and retrieve academic papers quickly from arXiv without managing keys or custom scrapers.

Core Features & Use Cases

  • Search by keyword, author, category, or ID to locate papers efficiently.
  • No API key required for basic access and metadata retrieval.
  • Use Case: Find the latest reinforcement learning papers and compile titles, authors, and links for a literature review.

Quick Start

Search arXiv for papers on your topic and display a concise list of 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 via API without an API key?

You can search arXiv papers via its public REST API without an API key by making standard HTTP requests and parsing the XML response to return structured metadata feeds.

Can I retrieve academic papers from arXiv by author and category?

Yes, retrieving academic papers from arXiv supports keyword, author, category, and ID searches to locate papers efficiently and compile titles, authors, and links.

How do I parse arXiv API XML responses for literature reviews?

Parsing arXiv API XML responses requires standard HTTP requests and XML parsing to extract structured metadata feeds suitable for downstream processing like literature reviews.

Do I need an API key to fetch arXiv paper metadata using curl?

No, you do not need an API key to fetch arXiv paper metadata; basic access and metadata retrieval require only standard HTTP requests via tools like curl.

Can I extract full text from arXiv papers after fetching metadata?

After fetching metadata, you can optionally integrate web_extract or OCR-based reading to extract and process the full text of arXiv papers.

What are the limitations of using the arXiv REST API for academic search?

The arXiv REST API returns structured metadata feeds via XML parsing, but full text extraction requires optional integration with web_extract or OCR-based reading tools.