arxiv

Search arXiv by keyword, author, category, or ID and return metadata and links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Students and researchers often need to discover and retrieve arXiv papers quickly without writing custom API calls or scraping. This skill provides a straightforward interface to search by keyword, author, category, or ID and access metadata and PDFs with minimal setup.

Core Features & Use Cases

  • Query-flexible search: search by general keywords, specific authors, categories, or IDs to locate relevant papers.
  • Metadata & links: retrieve titles, authors, categories, abstracts, and direct links to abstract and PDF pages.
  • Read full content: combine with web_extract or ocr-and-documents to read full papers after locating them.

Quick Start

Use arxiv to search for papers on a topic and fetch abstracts and PDFs with a simple query.

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

You can search arXiv papers by keyword, author, category, or ID directly through this interface without needing an API key. It queries the arXiv API and returns titles, authors, categories, abstracts, and direct links.

What metadata fields are returned when searching arXiv papers?

Searching arXiv papers returns structured metadata including titles, authors, categories, abstracts, and direct links to both the abstract pages and PDF versions for easy access.

Can I retrieve a specific arXiv paper if I only have its ID?

Yes, you can use an arXiv paper ID to retrieve its specific metadata. This ID-based retrieval returns the title, authors, category, abstract, and direct links to the paper.

How do I read the full content of an arXiv paper after finding its metadata?

After locating an arXiv paper, you can read its full content by combining the search results with web extraction or document OCR tools to process the retrieved PDF links and abstract pages.

Is there a way to get machine-readable arXiv search results for downstream processing?

Yes, arXiv search results are presented in a consistent, machine-readable format. This structured output containing metadata and links is suitable for direct downstream processing and analysis.