arxiv-database

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

38|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/Chanw-research/claude-code-paper-writing --skill arxiv-database-chanw-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-database
Source: https://github.com/Chanw-research/claude-code-paper-writing/tree/main/skills/literature-review/arxiv-database
Command: npx skills add https://github.com/Chanw-research/claude-code-paper-writing --skill arxiv-database-chanw-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual literature discovery and collection across arXiv can be slow and fragmented. This skill provides a programmatic interface to search and fetch arXiv preprints, enabling rapid discovery and reproducible data collection.

Core Features & Use Cases

  • Keyword, author, ID, and category search to locate papers.
  • PDF download and metadata extraction to assemble literature datasets.
  • Track new submissions for ongoing reviews across physics, math, CS, statistics, and economics.

Quick Start

Query arXiv for a topic of interest using keywords and IDs and export the 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 arXiv preprints by keyword and author programmatically?

You can search arXiv preprints by querying the public Atom API using keywords, authors, IDs, and categories. This returns structured JSON metadata, allowing you to locate papers without manual browsing or authentication.

Can I download arXiv PDFs and extract metadata for a literature review?

Yes, the skill supports PDF download and metadata extraction via the arXiv Atom API. It retrieves structured JSON metadata to help you assemble literature datasets across physics, math, CS, statistics, and economics.

Do I need an API key to query arXiv for research papers?

No authentication is required for simple queries when you search arXiv via the public Atom API. You can retrieve structured JSON metadata and download preprints directly without needing an API key.

What is the best way to track new arXiv submissions for ongoing reviews?

The best way to track new arXiv submissions is by automating queries through the public Atom API. You can filter by date ranges and categories across CS, physics, math, and economics to continuously retrieve updated JSON metadata.

Does the arXiv Atom API return structured JSON metadata for automated workflows?

Yes, querying the arXiv Atom API returns structured JSON metadata with optional fields. This format is suitable for integration into automated research workflows, enabling rapid programmatic literature discovery and data collection.