arxiv

Search arXiv's REST API for academic papers by keyword, author, category, or ID.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve and explore academic papers from arXiv efficiently using a free REST API. This skill enables programmatic access to paper metadata, abstracts, and links without needing an API key.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID and receive structured results including title, authors, abstract, categories, and links.
  • Retrieve abstracts and direct URLs to abstract and PDF pages for quick access.
  • Integrate with web_extract or ocr-and-documents to read full paper content when needed.

Quick Start

Search for "transformer" papers and fetch the top five 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 and retrieve abstracts via a free API?

You can search arXiv papers by keyword, author, category, or specific ID using a free REST API. It returns structured paper metadata including titles, authors, abstracts, categories, and direct links without requiring an API key.

Do I need an API key to fetch arXiv paper metadata and PDF links?

No API key is required to fetch arXiv paper metadata and PDF links. The skill queries the arXiv REST API directly to retrieve titles, authors, abstracts, and links for academic papers without authentication.

Can I search arXiv papers by specific author or category?

Yes, you can search arXiv papers by specific author or category. The API supports querying by author names, subject categories, keywords, and exact arXiv IDs to retrieve matching academic paper abstracts and metadata.

What's the best way to extract full text content from arXiv PDFs after retrieving metadata?

To extract full text from arXiv PDFs, integrate the skill with web extraction or OCR document processing tools. This combination fetches the paper's PDF link via the API and then parses the full content for deeper analysis.

Are there limitations to retrieving academic paper abstracts from arXiv via REST API?

Retrieving academic paper abstracts from arXiv via the free REST API is limited to metadata returned by the search query. To access the complete paper content, you must use the provided PDF links with a separate document extraction tool.

How do I get direct PDF URLs when searching for academic papers on arXiv?

Searching for academic papers on arXiv via the REST API provides direct PDF URLs in the results. The structured response includes links to both the abstract page and the PDF document for each matched paper.