arxiv

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

Updated May 2, 2026
One-click install
npx skills add https://github.com/AlvaroBiano/hermes-agent --skill arxiv-alvarobiano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/AlvaroBiano/hermes-agent/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/AlvaroBiano/hermes-agent --skill arxiv-alvarobiano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The arxiv skill enables researchers to quickly locate and retrieve arXiv papers by keyword, author, category, or ID, eliminating tedious manual searches.

Core Features & Use Cases

  • Query arXiv by keyword, author, category, or ID to retrieve results with titles, authors, and abstracts.
  • View and export summaries and links for literature reviews and quick decision making.
  • Leverage the included search_arxiv.py helper to run searches from the command line without manual API calls.

Quick Start

Ask me to search arXiv for transformer models.

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?

You can search arXiv papers by keyword, author, category, or ID to retrieve parsed titles, authors, abstracts, and categories. The skill queries the public arXiv API directly without requiring an API key.

Can I retrieve specific arXiv papers using their ID?

Yes, you can perform direct ID queries to retrieve specific arXiv papers. This query returns the parsed title, authors, abstract, and categories for the exact paper matching that ID.

Do I need an API key to search arXiv literature?

No API key is required to search arXiv literature. The skill relies directly on the public arXiv API to find and retrieve relevant papers for your queries.

What information is included when I retrieve arXiv papers?

Retrieving arXiv papers returns parsed titles, IDs, authors, abstracts, and categories. These details are provided for downstream workflows like literature reviews and research briefs.

Can I run arXiv searches from the command line?

Yes, you can run arXiv searches from the command line using the included search_arxiv.py helper script. This allows you to find papers without making manual API calls.