arxiv-database

Search arXiv preprints by keywords, authors, IDs, or categories and download PDFs.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Clay-HHK/claude-config --skill arxiv-database-clay-hhk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-database
Source: https://github.com/Clay-HHK/claude-config/tree/main/skills/arxiv-database
Command: npx skills add https://github.com/Clay-HHK/claude-config --skill arxiv-database-clay-hhk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

arXiv database enables researchers to locate and retrieve preprints from arXiv.org via the public Atom API, including keyword search, author search, category filtering, and ID lookup, with PDF download support.

Core Features & Use Cases

  • Search: keyword, author, and category-based queries across CS, math, physics, statistics, and more.
  • Lookup: retrieve papers by arXiv ID and fetch associated metadata.
  • Download: obtain PDFs for offline reading and analysis.

Quick Start

Use this skill to search for a paper on sparse autoencoders and download its PDF to your local folder.

Frequently Asked Questions about arxiv-database

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

FAQPage Schema
How do I search arXiv papers by keywords, authors, or categories?

You can search arXiv papers using the ArxivSearcher Python API to build queries by keywords, authors, categories, or date ranges. It parses Atom XML responses from the arXiv public API to retrieve preprint metadata across CS, math, and physics.

How do I download arXiv PDFs for offline analysis?

To download arXiv PDFs for offline analysis, the ArxivSearcher API fetches documents directly via the Atom API. It enforces rate limits during PDF download to ensure compliance with arXiv's usage policies while saving files locally.

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

Yes, you can retrieve specific arXiv preprints by their arXiv ID. The ArxivSearcher API supports direct ID lookup to fetch associated metadata and download the corresponding PDF instantly.

Does the arXiv search API enforce rate limits for PDF downloads?

Yes, the arXiv search API enforces rate limits during PDF downloads. The ArxivSearcher Python API manages these rate limits internally to prevent query rejection and ensure reliable preprint retrieval.

What is the best way to conduct a literature review using arXiv categories?

The best way to conduct a literature review is using the ArxivSearcher API to filter arXiv queries by specific categories. This returns targeted preprint metadata and PDFs, streamlining the review process for researchers.

Do I need Python requests to search arXiv preprints?

Yes, you need the Python requests library to search arXiv preprints. The ArxivSearcher API depends on requests to query the arXiv Atom API, parse XML responses, and download PDFs.