arxiv

Search the arXiv API for paper metadata and abstracts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MagicWifiMoney/openclaw-starter-kit --skill arxiv-magicwifimoney
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/MagicWifiMoney/openclaw-starter-kit/tree/main/skills-custom/extras/arxiv
Command: npx skills add https://github.com/MagicWifiMoney/openclaw-starter-kit --skill arxiv-magicwifimoney

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly locating, previewing, and retrieving academic paper metadata and abstracts from arXiv without manual browsing, reducing time spent on initial literature discovery.

Core Features & Use Cases

  • Keyword and ID Search: Perform keyword searches or fetch details by arXiv ID to get titles, authors, abstracts, and download links.
  • Filtering & Sorting: Apply category filters (e.g., cs.LG) and sort by relevance, submission date, or recent updates to tailor literature scans.
  • Use Case: Run a focused search for "reinforcement learning" in cs.LG to compile the top 10 recent papers with summaries and PDF links for a rapid literature review.

Quick Start

Search arXiv for the top 5 papers about "large language models" and return titles, authors, short abstracts, and PDF links.

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 and category to get abstracts and PDF links?

To search arXiv papers by keyword and category, use the search action with category filters like cs.LG and sort options to retrieve titles, authors, abstracts, and PDF links for relevant literature.

Can I retrieve arXiv paper metadata using a specific arXiv ID?

Yes, you can retrieve arXiv paper metadata using a specific arXiv ID through the details action, which fetches and returns the title, authors, abstract, and direct PDF download link.

What is the best way to compile a rapid literature review of recent academic papers?

The best way to compile a rapid literature review is to run a focused keyword search on arXiv, sort by submission date or recent updates, and limit results to return summaries with PDF links.

Does this arXiv search tool support sorting papers by relevance and submission date?

Yes, this arXiv search tool supports sorting papers by relevance, submission date, or recent updates, allowing you to tailor literature scans and retrieve metadata from the arXiv Atom API.

How do arXiv search tools handle XML parsing and API retries when fetching academic abstracts?

ArXiv search tools handle XML parsing to extract titles and abstracts from the Atom API, while built-in retry handling ensures reliable retrieval of academic paper metadata during network interruptions.

Are there limitations when filtering arXiv metadata searches by specific subject categories?

Filtering arXiv metadata searches by specific subject categories like cs.LG is fully supported, though results depend on the arXiv Atom API's available taxonomy and the limit you set for returned papers.