arxiv

Query the arXiv REST API for papers by keyword, author, category, or ID.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Signmanal/VIGIL --skill arxiv-signmanal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Signmanal/VIGIL/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/Signmanal/VIGIL --skill arxiv-signmanal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually searching for academic papers, tracking down their metadata, abstracts, and citation metrics across multiple research platforms is time-consuming and inefficient for researchers, analysts, and students.

Core Features & Use Cases

  • arXiv Paper Search: Query the free arXiv REST API to find papers by keyword, author, category, or ID with no API key required.
  • Citation & Impact Analysis: Pull citation counts, references, and related paper recommendations from the Semantic Scholar API to assess research impact.
  • Use Case: A security researcher can quickly locate the latest papers on adversarial machine learning, check their citation counts, and retrieve full PDFs for review in minutes instead of hours of manual searching.

Quick Start

Use the arxiv skill to find the 5 most recent papers on large language model security sorted by submission date and retrieve their citation counts from Semantic Scholar.

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 retrieve citation metrics for a literature review?

To search arXiv papers and retrieve citation metrics, query the arXiv REST API by keyword or author, then use the Semantic Scholar Graph API to pull citation counts and related work for your literature review.

Can I get formatted BibTeX citations automatically from arXiv search results?

Yes, you can generate formatted BibTeX citations automatically from arXiv search results by parsing the arXiv Atom XML responses and extracting the necessary metadata for academic referencing.

Do I need an API key to search arXiv paper metadata?

No, you do not need an API key to search arXiv paper metadata; the arXiv REST API is free to query directly by keyword, category, paper ID, or author.

What is the best way to find recent academic papers on specific arXiv categories?

The best way to find recent academic papers on specific arXiv categories is to query the arXiv REST API using category filters and sort the returned Atom XML responses by submission date.

How does integrating Semantic Scholar with arXiv improve academic paper search?

Integrating Semantic Scholar with arXiv improves academic paper search by enriching the basic arXiv metadata with detailed citation counts, references, and related paper recommendations to assess research impact.

Are there limitations when parsing arXiv Atom XML responses for full-text access?

When parsing arXiv Atom XML responses for full-text access, the limitation is that the API primarily provides metadata and links to PDFs rather than the full-text content itself directly within the XML payload.