arxiv

Search and retrieve academic papers from the arXiv REST API.

9|3|Updated May 18, 2026
One-click install
npx skills add https://github.com/jordanhubbard/mac --skill arxiv-jordanhubbard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/jordanhubbard/mac/tree/main/src/mac/_hermes/skills/research/arxiv
Command: npx skills add https://github.com/jordanhubbard/mac --skill arxiv-jordanhubbard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of searching and retrieving academic papers from arXiv, making it quicker and more efficient for researchers and academics.

Core Features & Use Cases

  • Paper Search: Quickly find papers by keyword, author, category, or ID.
  • Paper Retrieval: Retrieve specific papers using their arXiv ID.
  • Content Extraction: Extract abstracts and full papers (PDFs) from arXiv.
  • BibTeX Generation: Generate BibTeX entries for papers.
  • Semantic Scholar Integration: Fetch citations, related papers, and author profiles.

Quick Start

Use the arxiv skill to search for papers on "machine learning" and display the first 5 results.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search and retrieve academic papers from arXiv using its REST API?

You can search and retrieve academic papers from arXiv by keyword, author, category, or ID. This skill interfaces directly with the arXiv REST API to query results, extract abstracts, and download full PDF papers.

Can I generate BibTeX entries for arXiv papers automatically?

Yes, generating BibTeX entries for arXiv papers is fully supported. The skill processes retrieved arXiv paper metadata and formats it into standard BibTeX entries for direct integration into your academic publications.

Does retrieving arXiv papers require any specific environment setup?

Retrieving arXiv papers requires Python and curl installed in your environment. These dependencies are necessary to execute the scripts that interface with the arXiv REST API and process the returned academic paper data.

How do I fetch citations and related papers for an arXiv publication?

You can fetch citations, related papers, and author profiles by using the Semantic Scholar integration. This feature augments arXiv paper retrieval by pulling additional metadata and citation context from Semantic Scholar.

What is the best way to extract abstracts and full paper PDFs from arXiv?

The best way to extract abstracts and full PDFs from arXiv is using the content extraction feature. It queries the arXiv repository by paper ID, retrieves the available text, and processes the PDF content for immediate use.