arxiv

Search arXiv REST API by keyword, author, category, or ID and parse Atom XML metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Access to academic papers on arXiv is made simple via their free REST API, enabling researchers to discover and fetch references without API keys.

Core Features & Use Cases

  • Keyword, author, category, or ID search to locate relevant papers quickly.
  • Metadata and abstracts retrieval for quick assessment before opening full text.
  • Flow integration with web_extract or PDF links to read or extract content for downstream tasks.

Quick Start

Query arXiv with a topic and return 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 without an API key?

Search arXiv papers without an API key by querying the free REST API with keywords, authors, categories, or arXiv IDs to retrieve abstracts and metadata.

What data format does the arXiv REST API return for search results?

The arXiv REST API returns results as Atom XML that you parse to extract titles, authors, abstracts, and categories for retrieved academic papers.

Can I retrieve full text from arXiv papers or just abstracts?

Retrieve abstracts and metadata directly via the arXiv REST API, with optional full-text access by integrating web_extract or following PDF links for downstream tasks.

What's the best way to find academic papers by author or category on arXiv?

Query the arXiv REST API by author or category to locate relevant academic papers quickly and assess abstracts before opening full text.

Does the arXiv API search support filtering by arXiv ID?

Yes, the arXiv API search supports filtering by arXiv ID to fetch specific papers and access their metadata and abstracts without requiring authentication.