arxiv

Search arXiv papers by keyword, author, category, or ID via REST API.

228|35|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/kaminocorp/hermes-alpha --skill arxiv-kaminocorp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/kaminocorp/hermes-alpha/tree/main/hermes-agent/skills/research/arxiv
Command: npx skills add https://github.com/kaminocorp/hermes-alpha --skill arxiv-kaminocorp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers and developers need fast, code-free access to arXiv papers and metadata without API keys.

Core Features & Use Cases

  • Search by keyword, author, category, or ID and fetch abstracts and metadata.
  • Retrieve specific papers by arXiv ID and access PDFs when needed.
  • Use alongside web_extract or the ocr-and-documents skill to read content.

Quick Start

Search arXiv for a topic and return the top five results with summaries.

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 with curl without an API key?

You can search arXiv papers with curl by querying the free REST API directly, filtering by keyword, author, category, or ID to retrieve metadata and abstracts without needing any API key.

What's the best way to retrieve a specific arXiv paper by its ID?

Retrieving a specific arXiv paper by its ID is done by sending a curl request to the free arXiv REST API, which returns the paper's metadata, abstract, and links to access the PDF if needed.

Does the arXiv API support searching by category and author simultaneously?

The arXiv API supports searching by category, author, keyword, or arXiv ID, allowing you to combine these parameters in a curl request to fetch targeted research paper metadata and abstracts.

Can I read the full text of arXiv papers after fetching their metadata?

Reading the full text of arXiv papers requires pairing the initial search with web_extract or an ocr-and-documents skill to process the retrieved PDFs and extract the complete document content.

Do I need any external dependencies to query arXiv papers via REST API?

Querying arXiv papers via the REST API requires no external dependencies, relying entirely on standard curl commands to fetch search results, metadata, and abstracts directly from the free endpoint.

Are there limitations to fetching arXiv search results with a curl-first API?

The curl-first arXiv API approach is limited to retrieving search results, metadata, and abstracts, meaning full PDF text extraction requires additional document processing or web extraction tools.