arxiv

Search arXiv papers by query, author, category, or ID via the public API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers need to locate relevant arXiv papers quickly without manual browsing.

Core Features & Use Cases

  • Search by keyword, author, category, or ID to retrieve papers from arXiv's API.
  • View concise metadata including title, authors, abstract, categories, and links.
  • Use cases: Conduct rapid literature surveys, prep for lectures, or seed research ideas with up-to-date papers.

Quick Start

Search arXiv for papers on your topic and display a concise, browsable 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 by author and category?

You can search arXiv papers by author, category, keyword, or ID. The tool queries the public arXiv API and parses Atom XML to return structured metadata including titles, authors, abstracts, and links.

What is the best way to retrieve arXiv abstracts and metadata for a literature survey?

Retrieving arXiv abstracts and metadata for a literature survey is done by querying the arXiv API with specific keywords. The tool parses the XML response to deliver concise, structured results for rapid academic planning.

Can I find specific arXiv papers using their ID?

Yes, you can find specific arXiv papers using their ID. The tool queries the public arXiv API directly, parses the Atom XML feed, and returns the exact paper's title, authors, abstract, categories, and links.

Does searching arXiv by query require any external dependencies?

Searching arXiv by query requires no external dependencies. The tool operates independently using scripts to query the public arXiv API and parse the XML results into structured metadata.

What metadata fields are included when parsing arXiv API XML results?

Parsing arXiv API XML results yields structured metadata fields including the paper title, authors, abstract, categories, and links. This provides a concise, browsable list for research and teaching preparation.