arxiv

Search arXiv papers and retrieve metadata, abstracts, and BibTeX entries.

97|8|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/peteromallet/megaplan --skill arxiv-peteromallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/peteromallet/megaplan/tree/main/megaplan/agent/skills/research/arxiv
Command: npx skills add https://github.com/peteromallet/megaplan --skill arxiv-peteromallet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The arxiv skill enables researchers to search for academic papers and retrieve metadata and abstracts using the free arXiv REST API, without requiring an API key.

Core Features & Use Cases

  • Search by keyword, author, category, or arXiv ID and retrieve metadata, abstracts, and links to full text.
  • Fetch specific papers and generate BibTeX entries for citation management, or read abstracts via web_extract for quick assessment.
  • Use with the provided helper script (scripts/search_arxiv.py) to produce clean, human-readable output and to drive automated literature reviews.

Quick Start

Run the search_arxiv.py script with your query to list matching arXiv papers.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search arXiv papers and fetch abstracts without an API key?

Search arXiv papers by keyword, author, category, or arXiv ID via the public REST API without an API key. The skill retrieves metadata, abstracts, and links to full text for rapid literature reviews.

Can I generate BibTeX entries for arXiv papers automatically?

Yes, you can generate BibTeX entries for citation management. Fetch specific arXiv papers by ID to extract metadata and produce formatted BibTeX entries for your bibliographies.

Do I need any credentials or authentication to query the arXiv API?

No credentials are required to query the arXiv API. The skill relies entirely on the public REST API and requires no API key, making it accessible for immediate academic research and literature reviews.

What is the best way to automate a literature review using arXiv metadata?

Use the provided helper script, scripts/search_arxiv.py, to drive automated literature reviews. It queries the arXiv API and produces clean, human-readable output for rapid assessment of papers.

Can I read the full text of arXiv papers or just the abstracts?

You retrieve abstracts and metadata directly, with support for linking to full paper content via web_extract. This allows you to read abstracts for quick assessment and access the full text links for deeper research.