arxiv

Search arXiv by keyword, author, ID, or category and generate concise results with links to abstracts and PDFs.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill arxiv-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/research/arxiv
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill arxiv-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

## What problem does it solve? The arxiv skill streamlines academic literature discovery by querying arXiv's API and returning concise, readable results, saving researchers time spent filtering results manually.

## Core Features & Use Cases

  • Comprehensive search across title, authors, and categories; by query, author, category, or specific arXiv IDs.
  • Present results succinctly with IDs, dates, authors, categories, and abstracts, ready for quick review.
  • Use case: A researcher needs 5 recent cs.AI papers on transformers and wants a quick summary and links.

### Quick Start Ask the AI to search arXiv for your topic and return the top results with IDs and abstracts.

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?

You can search arXiv papers by keyword, author, category, or specific ID using parameterized searches. The results are returned as structured summaries with IDs, dates, authors, categories, and abstracts for quick review.

What is the best way to fetch recent arXiv abstracts and PDF links for a literature review?

Fetching recent arXiv abstracts and PDF links is done by querying the arXiv API and parsing the XML response. This approach generates direct links to abstracts and PDFs without requiring an API key.

Do I need an API key to query the arXiv API for research papers?

No, you do not need an API key to query the arXiv API for research papers. The discovery process directly implements parameterized searches and XML parsing using the Python standard library without requiring authentication.

Does the arXiv search return structured XML data or parsed summaries?

The arXiv search returns parsed summaries rather than raw structured XML data. It parses the XML response using the Python standard library to present results succinctly with IDs, dates, authors, categories, and abstracts ready for quick review.

Can I use this approach to scan academic literature across multiple disciplines?

Yes, you can use this approach to scan academic literature across multiple disciplines. It is explicitly suitable for researchers and students performing comprehensive topic scans and literature reviews across various fields.