arxiv

Search and retrieve academic papers from arXiv via REST API.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JKhyro/HERMES-AGENT --skill arxiv-jkhyro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/JKhyro/HERMES-AGENT/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/JKhyro/HERMES-AGENT --skill arxiv-jkhyro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of searching academic literature by letting you find, inspect, and retrieve arXiv papers without leaving the agent workflow.

Core Features & Use Cases

  • Paper Search: Locate papers by keyword, author, category, or arXiv ID.
  • Paper Retrieval: Pull abstracts, metadata, and PDF links for individual papers or result sets.
  • Research Enrichment: Use Semantic Scholar to inspect citations, references, and related work for deeper literature review.
  • Use Case: A researcher can ask for the latest papers on reinforcement learning, then quickly narrow results by author and export the most relevant paper links for reading.

Quick Start

Ask me to search arXiv for papers on your topic and return the most relevant results with abstracts and links.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search arXiv for papers by keyword, author, or category?

You can search arXiv for papers by keyword, author, category, or arXiv ID by submitting a query through the agent workflow. The tool queries the free arXiv REST API, parses the XML response, and returns matching abstracts and metadata.

Can I retrieve citation counts and references for arXiv papers?

Yes, you can retrieve citation counts and references for arXiv papers using the optional Semantic Scholar lookup. This enriches the initial paper search results by inspecting related work and citations for a deeper literature review.

What's the best way to fetch arXiv abstracts and PDF links for a literature review?

The best way to fetch arXiv abstracts and PDF links is to query the arXiv REST API by topic or ID. The tool extracts abstracts, metadata, and direct PDF links from the XML results without requiring external Python libraries.

Do I need to install Python dependencies to use this arXiv paper search?

No, you do not need to install any Python dependencies to use this arXiv paper search. The execution relies solely on the Python standard library to query the arXiv REST API and parse the returned XML data.

Does this tool support filtering literature discovery by specific arXiv categories?

Yes, this tool supports filtering literature discovery by specific arXiv categories. You can narrow your paper search results by combining keyword queries with category filters to locate relevant academic papers for your research workflows.