arxiv

Search and retrieve academic papers from the arXiv REST API.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill arxiv-titoprausee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/research/arxiv
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill arxiv-titoprausee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Searching arXiv manually for relevant papers can be slow and inconsistent, especially when you need recent results, author-specific queries, or a fast way to inspect multiple papers.

Core Features & Use Cases

  • Keyword search: Find papers by topic and sort results by relevance or date.
  • Author, category, and ID lookup: Jump directly to papers from a known researcher, subject area, or exact arXiv identifier.
  • Research workflow support: Pair search results with abstract reading, PDF review, and citation follow-up for literature reviews or background research.

Quick Start

Ask the skill to search arXiv for a topic and return the top relevant papers with titles, authors, dates, categories, and short 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 for academic papers by keyword?

Search arXiv for academic papers by keyword to retrieve relevant research, sorting results by relevance or date to discover top papers with titles, authors, dates, categories, and short abstracts.

Can I find specific arXiv papers using an author name or paper ID?

Find specific arXiv papers using an author name, subject category, or exact arXiv identifier to jump directly to known researchers' publications or precise research documents.

Does this arXiv search tool require external Python libraries?

This arXiv search tool requires no external Python libraries, relying solely on the Python standard library for HTTP requests and XML parsing to query the public arXiv REST API.

What is the best way to retrieve abstracts for an academic literature review?

Retrieve abstracts for an academic literature review by searching arXiv via its REST API, returning structured XML data containing titles, authors, dates, categories, and short abstracts for screening.

How do I parse arXiv API XML responses for citation analysis?

Parse arXiv API XML responses using Python standard library XML parsing to extract paper metadata, enabling downstream citation analysis and full-text workflows for follow-up reading.