arxiv

Search arXiv papers by keyword, author, category, or ID via the REST API.

6|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/GregsGreyCode/Logos --skill arxiv-gregsgreycode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/GregsGreyCode/Logos/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/GregsGreyCode/Logos --skill arxiv-gregsgreycode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables researchers to locate and retrieve metadata for arXiv papers using the free REST API, eliminating manual search friction.

Core Features & Use Cases

  • Keyword, author, category, and ID based search to discover papers quickly.
  • Retrieve abstracts, metadata, and direct links to arXiv abstracts and PDFs for easy reading or integration.
  • BibTeX generation and optional citations lookup via Semantic Scholar to enrich bibliographies.

Quick Start

Ask me to search arXiv for recent papers on a topic or author.

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 by keyword, author, or category?

Search arXiv papers by keyword, author, or category via the public REST API to retrieve metadata and abstracts. This returns structured results with direct links to arXiv abstracts and PDFs for easy reading or downstream integration.

Do I need an API key to fetch arXiv paper metadata and abstracts?

No API key is required to fetch arXiv paper metadata and abstracts. The workflow relies entirely on the free arXiv REST API and Atom XML parsing to retrieve structured results without any authentication.

Can I generate BibTeX citations for arXiv papers automatically?

Yes, you can generate BibTeX citations for arXiv papers automatically. The workflow supports optional BibTeX generation and can enrich citations using Semantic Scholar to help build bibliographies.

What is the best way to look up a specific arXiv paper by its ID?

The best way to look up a specific arXiv paper by its ID is using the direct paper lookup feature. This queries the arXiv REST API to fetch exact metadata and abstracts for the requested item.

How does Semantic Scholar enrichment work for arXiv search results?

Semantic Scholar enrichment works by optionally querying Semantic Scholar after fetching arXiv results. This appends citation data to the retrieved metadata, providing deeper context for research analysis.

Are there limitations to using the arXiv REST API for finding research papers?

A limitation of using the arXiv REST API is that searches are restricted to arXiv's index and return data via Atom XML parsing. Results are structured for downstream processing but may not cover non-arXiv publications.