arxiv

Retrieve academic papers from arXiv via its public REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers and students often spend excessive time locating and retrieving academic papers, parsing the arXiv API response, and extracting relevant metadata such as titles, authors, abstracts, and PDF links.

Core Features & Use Cases

  • Keyword, author, and category search using the free arXiv REST API, returning concise, readable summaries.
  • Direct access to abstracts and full‑text PDFs via simple web extraction commands.
  • BibTeX generation for easy citation management.
  • Optional enrichment with Semantic Scholar data for citation counts and related works.
  • Command‑line helper script (search_arxiv.py) that formats results without external dependencies.
  • Ideal for literature reviews, citation gathering, and rapid exploration of emerging research topics.

Quick Start

Ask the arxiv skill to find the top 5 recent papers on reinforcement learning and return their titles with PDF 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 papers by keyword, author, or category?

Search arXiv papers by using the arxiv skill to query the public arXiv REST API with keywords, authors, categories, or IDs. It parses the Atom XML response to return concise summaries, abstracts, and PDF links without requiring an API key.

Can I generate BibTeX citations automatically from arXiv search results?

Generate BibTeX citations directly from retrieved arXiv papers using the arxiv skill. It extracts academic metadata like titles and authors from the arXiv API response and formats it into BibTeX entries for easy citation management.

Does fetching arXiv abstracts and full-text PDFs require an API key?

Fetching arXiv abstracts and full-text PDFs requires no API key. The arxiv skill leverages the free public arXiv REST API and a command-line helper script to format results and provide direct access to PDF links.

Can I enrich arXiv search results with Semantic Scholar citation counts?

Enrich arXiv search results with Semantic Scholar JSON data to retrieve citation counts and related works. The arxiv skill optionally integrates this data alongside standard arXiv metadata to enhance literature review workflows.

What is the best way to retrieve recent academic papers for a literature review?

Retrieve recent academic papers for literature reviews by querying the arxiv skill with specific research keywords. It accesses the arXiv REST API to fetch relevant scholarly papers, abstracts, and PDF links in seconds.

Are there limitations to parsing arXiv REST API Atom XML responses?

Parsing arXiv REST API Atom XML responses is handled internally by the arxiv skill's helper script, which formats results without external dependencies. It is limited to retrieving publicly available arXiv metadata and optional Semantic Scholar data.