arxiv

Search and download arXiv papers and sources using the arxiv CLI tool.

17|4|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/fundamental-physics/marketplace --skill arxiv-fundamental-physics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/fundamental-physics/marketplace/tree/main/plugins/core/skills/arxiv
Command: npx skills add https://github.com/fundamental-physics/marketplace --skill arxiv-fundamental-physics

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables researchers to search for arXiv papers and retrieve their sources efficiently.

Core Features & Use Cases

  • Search by author, title, or category to locate relevant papers.
  • Download and view sources including LaTeX, BibTeX, and related files for offline study.
  • Use case: Imagine you need the LaTeX source of a paper to compare methods or extract figures and compile notes.

Quick Start

Download and view arXiv paper sources by providing an arXiv ID to the arxiv script.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I download arXiv paper sources including LaTeX and BibTeX files?

To download arXiv paper sources, provide the arXiv ID to the bundled arxiv script and use the --save flag. You can selectively retrieve LaTeX, BibTeX, and related files using the --tex, --bib, and --bbl flags.

Can I search arXiv papers by author, title, or category?

Yes, you can search arXiv papers by author, title, or category using the --search query parameter. This allows you to quickly locate relevant papers without needing the exact arXiv ID.

How to extract BibTeX citations from an arXiv paper?

To extract BibTeX citations from an arXiv paper, use the --bib flag with the arxiv script. This selectively retrieves the BibTeX file for the specified paper ID for easy citation management.

What is the best way to fetch arXiv LaTeX source for offline study?

The best way to fetch arXiv LaTeX sources for offline study is using the --save and --tex flags with the arxiv script. This downloads the complete source files needed to compile notes and extract figures locally.

Do I need the requests dependency to search and download arXiv sources?

Yes, the requests dependency is required to run the arxiv CLI tool bundled with this skill. You also need a Python environment configured to execute the provided scripts for searching and downloading.