arxiv

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Search and retrieve academic papers from arXiv via their free REST API. No API key needed. Search by keyword, author, category, or ID. Combine with web_extract or the ocr-and-documents skill to read full paper content.

Core Features & Use Cases

  • Programmatic search: Query arXiv by keywords, authors, categories, or IDs and receive structured results with titles, authors, abstracts, and IDs.
  • Access content quickly: Retrieve abstracts and direct PDF links for full papers to streamline literature reviews.
  • Use Case: Build a lightweight research assistant that surfaces relevant papers for a given topic and exports a concise bibliography.

Quick Start

Query arXiv for a topic and display titles, authors, and abstracts.

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 programmatically?

You can search arXiv papers by keyword, author, category, or ID programmatically using simple curl requests to the public API. It requires no API key and returns structured results containing titles, authors, abstracts, and direct PDF links.

Do I need an API key to retrieve arXiv abstracts and PDF links?

No API key is needed to retrieve arXiv abstracts and PDF links. The search operates via the free public REST API using simple curl requests, returning metadata in Atom XML or JSON formats without authentication.

What's the best way to build a lightweight research assistant for academic papers?

The best way to build a lightweight research assistant is to query arXiv by topic to surface relevant papers, extract abstracts and PDF links, and export a concise bibliography. This approach streamlines literature reviews with quick discovery and metadata extraction.

How do I extract full text content from arXiv PDFs after retrieving search results?

To extract full text content from arXiv PDFs, retrieve the direct PDF links from the search results, then combine with the ocr-and-documents skill or web_extract to read and process the complete paper content.

What format does the arXiv API return for paper search results?

The arXiv API returns search results in Atom XML or JSON format. These structured responses include paper titles, authors, abstracts, and IDs, enabling quick metadata extraction for research workflows.

Can I retrieve a specific arXiv paper if I only have its ID?

Yes, you can retrieve a specific arXiv paper by its ID using the public API. Querying by ID returns the paper's metadata, abstract, and direct PDF link without needing an API key.