literature-search-arxiv

Search the arXiv API and download full-text documents as JSON output.

269|20|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/NeuroAIHub/BrainPilot --skill literature-search-arxiv-neuroaihub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: literature-search-arxiv
Source: https://github.com/NeuroAIHub/BrainPilot/tree/main/packages/skills/skills/17_Literature_Databases/literature-search-arxiv
Command: npx skills add https://github.com/NeuroAIHub/BrainPilot --skill literature-search-arxiv-neuroaihub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires polite-http, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill removes the friction of manually searching, filtering, and downloading academic papers from arXiv, allowing researchers to focus on analysis rather than data collection.

Core Features & Use Cases

  • Advanced Search: Query arXiv using specific fields like title, author, or abstract with boolean logic.
  • Direct Retrieval: Download full-text PDFs, HTML versions, or LaTeX source files directly to your workspace.
  • Use Case: A researcher needs to compile a list of recent papers on quantum criticality by a specific author; this skill automates the search, metadata extraction, and PDF acquisition in one workflow.

Quick Start

Use the literature-search-arxiv skill to search for papers by author Einstein regarding relativity and download the first result as a PDF.

Frequently Asked Questions about literature-search-arxiv

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

FAQPage Schema
How do I search arXiv for academic papers and download full-text PDFs?

To search arXiv for academic papers, query specific fields like title or author with boolean logic, then retrieve full-text PDFs directly to your workspace for automated literature reviews.

Can I retrieve LaTeX source files instead of PDFs from arXiv?

Yes, you can retrieve LaTeX source files from arXiv. The search skill downloads full-text PDFs, HTML versions, or LaTeX source files directly to your environment for research data gathering.

How do I automate a literature review using the arXiv API?

Automate a literature review by querying the arXiv API with boolean logic, parsing XML metadata into structured JSON output, and managing HTTP downloads to compile research workflows.

Does searching arXiv have any rate limits I should know about?

Yes, arXiv searches enforce rate-limiting. The skill manages HTTP requests and enforces these limits automatically to ensure reliable automated literature reviews and data gathering.

What is the best way to extract metadata from arXiv search results?

The best way to extract metadata from arXiv search results is by parsing the XML API responses into structured JSON output, enabling seamless integration into automated research workflows.

Can I filter arXiv publications by specific fields like author and abstract?

Yes, you can filter arXiv publications using advanced search. Query specific fields like title, author, or abstract with boolean logic to refine your automated literature review results.