arxiv

Search arXiv's REST API and extract paper metadata from Atom XML.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/DaddyElonMusk69/motis-agent --skill arxiv-daddyelonmusk69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/DaddyElonMusk69/motis-agent/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/DaddyElonMusk69/motis-agent --skill arxiv-daddyelonmusk69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers and analysts waste time manually searching arXiv, parsing XML responses, and extracting paper information, making literature review slow and error‑prone.

Core Features & Use Cases

  • Keyword and author search: Find relevant papers by topic, author name, or category.
  • Paper metadata extraction: Retrieve titles, authors, abstracts, publication dates, and PDF links in a clean format.
  • Citation and related work lookup: Combine with Semantic Scholar to gather citations and recommendations.
  • Use case: A finance analyst can quickly collect the latest machine‑learning research papers to inform quantitative strategy development.

Quick Start

Ask the arxiv skill to list the top five recent papers on reinforcement learning.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch arXiv paper metadata without installing external Python packages?

The arXiv REST API returns Atom XML, which Python's standard library parses to extract titles, authors, abstracts, publication dates, and PDF links in a clean format.

What is the best way to search arXiv papers by keyword and author for a literature review?

You query the arXiv REST API by topic, author name, or category to retrieve titles, abstracts, and PDF links, accelerating literature review workflows.

Can I use arXiv search results with Semantic Scholar to gather citation data?

Combining arXiv paper retrieval with Semantic Scholar allows you to append citation counts and related paper recommendations to your extracted metadata.

Does the arXiv API require API keys or authentication for academic research?

The free arXiv REST API requires no API keys, enabling immediate retrieval of academic research metadata using standard command-line tools or Python scripts.

How to extract arXiv abstracts and PDF links programmatically?

You programmatically extract abstracts and PDF links by querying the arXiv REST API and parsing the Atom XML response to output clean paper metadata.