arxiv-database

Search arXiv preprints by keyword, author, category, or ID and return structured JSON with optional PDFs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BKZhao/MIMIC-Papers-Repro-Agent --skill arxiv-database-bkzhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-database
Source: https://github.com/BKZhao/MIMIC-Papers-Repro-Agent/tree/main/.codex/skills/arxiv-database
Command: npx skills add https://github.com/BKZhao/MIMIC-Papers-Repro-Agent --skill arxiv-database-bkzhao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

ArXiv metadata retrieval is often manual and fragmented. This skill provides a programmable way to search and retrieve preprints with structured metadata and optional PDFs for downstream analysis.

Core Features & Use Cases

  • Keyword search across titles and abstracts with optional category filters, returning structured JSON containing title, authors, abstract, categories, and links.
  • Retrieve by arXiv ID or author to obtain comprehensive metadata and accessible URLs, including abstract and PDF links.
  • Download PDFs for offline reading or batch processing in data pipelines.

Quick Start

Run a keyword search for "machine learning" in cs.LG and export results to papers.json.

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 export structured metadata to JSON?

To search arXiv preprints and export structured metadata to JSON, use this tool to query by keyword, author, category, or arXiv ID. It returns structured fields like title, authors, abstract, categories, and links for direct export.

Can I download arXiv PDFs in batch for offline analysis?

Yes, you can download arXiv PDFs in batch for offline analysis. The skill fetches accessible PDF links alongside metadata, enabling automated PDF retrieval within your data pipelines for offline reading.

Does the arXiv API search tool enforce rate limits and handle API errors?

The arXiv API search tool enforces rate limits and handles API errors gracefully. This ensures stable metadata retrieval without exceeding arXiv's usage thresholds during automated search and download operations.

How do I filter arXiv keyword searches by specific categories like cs.LG?

You can filter arXiv keyword searches by specific categories like cs.LG using the tool's optional category filters. This narrows the search across titles and abstracts to return relevant preprints in your target domain.

What's the best way to build literature-ready datasets from arXiv preprints?

The best way to build literature-ready datasets from arXiv preprints is to query the API for structured metadata. This tool outputs JSON-compatible fields across CS, physics, math, and q-bio categories for immediate analysis.