arxiv

Search arXiv by keyword, author, category, or ID and retrieve paper metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables discovering and retrieving scholarly papers from arXiv via its free REST API without requiring an API key, streamlining literature surveys and data gathering.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID
  • Retrieve abstracts, metadata, and direct links to PDFs
  • Use with web_extract or the ocr-and-documents skill to read full paper content

Quick Start

Ask me to search arXiv for a topic and retrieve the abstract.

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

You can search arXiv papers by keyword, author, category, or arXiv ID using the free REST API without needing an API key. The Skill handles server-side XML parsing to return titles, authors, categories, published dates, and direct links to abstracts and PDFs.

Can I retrieve arXiv abstracts and metadata for literature surveys?

Yes, retrieving arXiv abstracts and metadata streamlines literature surveys and data gathering. The Skill queries the free arXiv REST API and outputs scholarly article metadata, including titles, authors, categories, and direct PDF links.

What's the best way to read full arXiv paper content after finding abstracts?

To read full arXiv paper content, chain the results with web_extract or the ocr-and-documents Skill. This workflow fetches the direct PDF links and abstracts first, then passes them to downstream tools to extract the complete text.

Does the arXiv API require authentication or specific dependencies to fetch scholarly articles?

No, fetching scholarly articles via the arXiv API requires no authentication or dependencies. It uses a free REST API that needs no API key, and the Skill handles XML parsing server-side to deliver structured metadata.

What metadata fields are returned when querying arXiv by category or ID?

Querying arXiv by category or ID returns standard metadata fields including the paper title, authors, categories, published date, and direct links to both the abstract and PDF. This structured output is parsed from the server-side XML response.

Are there limitations to searching arXiv papers via the free REST API?

The primary limitation of searching arXiv papers via the free REST API is that it returns metadata and abstracts rather than full paper content. Users must chain results with web_extract or ocr-and-documents to read the complete article text.