arxiv-database

Search arXiv preprints via the Atom API and return structured JSON.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/JosephWoodall/noosphere --skill arxiv-database-josephwoodall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-database
Source: https://github.com/JosephWoodall/noosphere/tree/main/.agent/skills/arxiv-database
Command: npx skills add https://github.com/JosephWoodall/noosphere --skill arxiv-database-josephwoodall

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automatically discover and retrieve scientific preprints from arXiv without manual searching, saving researchers time and enabling quick literature assessments.

Core Features & Use Cases

  • Keyword and author search across physics, math, CS, q-bio, q-fin, statistics, and economics.
  • Category filtering and arXiv ID lookup to pin down specific papers.
  • JSON output with titles, abstracts, authors, categories, and links, suitable for downstream analysis.

Quick Start

Run the arxiv-database search to fetch papers by keywords and save results as 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 and retrieve arXiv preprints using Python?

To search arXiv preprints, use Python requests to fetch data via the public Atom API, retrieving structured JSON with titles, abstracts, authors, categories, and links for downstream analysis.

What types of arXiv queries can I perform with the public Atom API?

The arXiv Atom API supports keyword, author, category, and arXiv ID queries across physics, math, CS, q-bio, q-fin, statistics, and economics, returning structured JSON output for each search.

Can I filter arXiv preprint searches by specific categories like q-bio or q-fin?

Yes, you can apply category filtering to search arXiv preprints across specific domains like q-bio, q-fin, physics, math, CS, statistics, and economics to pin down relevant papers.

Do I need the requests library to query the arXiv database?

Yes, the tool relies on the Python requests library to fetch data from the arXiv public Atom API and output machine-readable JSON containing titles, abstracts, and authors.

What is the best way to automate literature discovery for scientific preprints?

Automating literature discovery involves querying the arXiv Atom API with keywords and authors, saving the returned structured JSON results for quick literature assessment and downstream analysis.