arxiv

Search arXiv by keywords, authors, categories, or IDs via its REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zulumonkeymetallic/bob --skill arxiv-zulumonkeymetallic
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/zulumonkeymetallic/bob/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/zulumonkeymetallic/bob --skill arxiv-zulumonkeymetallic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

arXiv provides a free REST API, but discovering and retrieving papers manually is time-consuming; this skill streamlines searching by keywords, authors, categories, or IDs and pulling abstracts or PDFs for reading via downstream tools.

Core Features & Use Cases

  • Search by keyword, author, category, or ID to quickly locate relevant papers.
  • Read abstracts and PDFs with web_extract for fast content intake and downstream processing.
  • Use Case: perform a literature scan on a topic and obtain concise abstracts for rapid triage.

Quick Start

Query for a topic like 'reinforcement learning' and read abstracts with web_extract.

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 or author without an API key?▼

You can search arXiv papers by keyword, author, category, or ID using the free REST API without any API key required. The skill streamlines querying arXiv endpoints to retrieve matching papers effortlessly.

Can I retrieve arXiv abstracts and PDFs for quick literature surveys?▼

Yes, you can retrieve arXiv abstracts and PDFs for quick literature surveys. The skill fetches matching papers from arXiv endpoints, allowing you to read abstracts via web_extract for fast content triage.

What's the best way to fetch arXiv papers using a REST API for targeted lookups?▼

The best way to fetch arXiv papers via a REST API is querying by specific keywords, authors, categories, or IDs. This approach requires no API key and supports optional parsing for downstream processing.

Does searching arXiv with this approach require any authentication or dependencies?▼

Searching arXiv requires no authentication or dependencies. It uses only the free arXiv REST API endpoints, needing no API key, making it accessible for immediate literature scans and paper retrieval.

How do I process arXiv PDFs after fetching them from the API?▼

After fetching arXiv PDFs from the API, you can process them using web_extract or OCR-related skills. This allows for reading abstracts, extracting full content, and performing downstream parsing with simple scripts.