arxiv-database

Search arXiv preprints and retrieve metadata via the Atom API.

94|11|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/swaruplab/operon --skill arxiv-database-swaruplab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-database
Source: https://github.com/swaruplab/operon/tree/main/src-tauri/protocols/arxiv-database
Command: npx skills add https://github.com/swaruplab/operon --skill arxiv-database-swaruplab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The arXiv-database skill enables researchers and developers to programmatically search arXiv, retrieve paper metadata, and access PDF resources via the Atom API, streamlining literature discovery.

Core Features & Use Cases

  • Keyword, author, and category searches to locate relevant preprints across physics, math, CS, and beyond.
  • arXiv ID lookup and category browsing to quickly fetch specific papers or topic subsets.
  • PDF download and structured JSON output, including titles, abstracts, authors, categories, and DOIs for downstream analysis.
  • Use Case: build literature reviews, track new submissions in a subfield, or assemble datasets of papers for NLP experiments.

Quick Start

Run a keyword search for "machine learning" in cs.LG and save the results as a JSON file.

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 preprints and retrieve paper metadata programmatically?

You can search arXiv preprints and retrieve paper metadata programmatically using the Atom API. This skill performs keyword, author, category, and ID lookups across physics, math, CS, statistics, and economics, returning structured JSON output with titles, abstracts, authors, and links.

Can I download arXiv PDFs and structured JSON outputs for literature reviews?

Yes, you can download arXiv PDFs and access structured JSON outputs for literature reviews. The skill retrieves metadata including titles, abstracts, authors, categories, and DOIs, allowing you to assemble datasets of papers for NLP experiments or track new submissions in a subfield.

Does the arXiv API search support Python and what are its request limits?

The arXiv API search supports Python and enforces a 3-second delay between requests to comply with rate limits. It supports max_results up to 300 per call, allowing you to fetch specific papers or topic subsets efficiently.

What's the best way to fetch specific arXiv papers by ID or category?

The best way to fetch specific arXiv papers by ID or category is using arXiv ID lookup and category browsing. This skill queries the Atom API to quickly retrieve specific preprints or topic subsets across multiple academic disciplines like physics and computer science.

How many arXiv paper records can I retrieve in a single API call?

You can retrieve up to 300 arXiv paper records in a single API call using the max_results parameter. The skill outputs structured JSON with fields like title, authors, abstract, categories, and links while enforcing a 3-second delay between requests.

Why does my arXiv API search return structured JSON instead of plain text?

Your arXiv API search returns structured JSON because the skill is designed to output fields like title, authors, abstract, categories, and DOIs for downstream analysis. This structured format streamlines literature discovery and makes it easier to build datasets for NLP experiments.