arxiv

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables rapid discovery and retrieval of academic papers from arXiv using their free REST API. It requires no API key and supports searches by keyword, author, category, or arXiv ID. It also integrates with web_extract to read abstracts or full papers when needed.

Core Features & Use Cases

  • Search by keyword, author, or category via arXiv API.
  • Retrieve abstracts, IDs, categories, and links to PDFs.
  • Quick workflows to read abstracts or full papers using web_extract or OCR tools for PDF processing (if needed).

Quick Start

Ask me to search arXiv for a topic and return the top matching papers.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for arXiv papers by keyword or author?

You can search for arXiv papers by keyword, author, or category using the arXiv REST API. The Skill constructs query strings to retrieve matching academic papers, returning their abstracts, IDs, categories, and direct PDF links.

Do I need an API key to retrieve academic papers from arXiv?

No API key is required to retrieve academic papers from arXiv. The Skill interfaces directly with the free arXiv REST API, allowing you to query literature and fetch paper metadata without authentication or registration barriers.

Can I read the full text of arXiv papers or just the abstracts?

You can read both abstracts and full arXiv papers. The Skill integrates with web_extract to read abstracts or full texts, and supports OCR-based document processing for parsing PDF content when needed for deeper literature review.

What is the best way to automate arXiv literature discovery?

The best way to automate arXiv literature discovery is by running the provided sample scripts. These scripts use basic curl commands to query the arXiv API and parse Atom XML feeds, automating the retrieval of research papers.

How does parsing Atom XML work for arXiv API retrieval?

Parsing Atom XML extracts academic paper metadata from arXiv API responses. The Skill processes this XML format to isolate titles, abstracts, authors, and PDF links, structuring the retrieved data for automated research workflows.

Can I look up a specific arXiv paper using its ID?

Yes, you can look up specific academic papers using an arXiv ID. The Skill sends the ID directly to the arXiv REST API to fetch the exact paper, returning its abstract, category, and PDF link without needing a keyword search.