arxiv

Search arXiv academic papers by keyword, author, category, or ID.

23|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill arxiv-neolabs-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/NeoLabs-Systems/NeoAgent/tree/main/server/catalog_sources/store-bundles/skills/research/arxiv
Command: npx skills add https://github.com/NeoLabs-Systems/NeoAgent --skill arxiv-neolabs-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a quick and efficient way to search and retrieve academic papers from arXiv, simplifying the process of finding relevant research.

Core Features & Use Cases

  • Search & Retrieve: Access academic papers from arXiv using keyword, author, category, or ID.
  • Integration: Works with other skills like web_extract for full paper content and ocr-and-documents for local PDF processing.
  • Use Case: Need to find the latest research on reinforcement learning? Use this Skill to search arXiv and quickly retrieve the top papers.

Quick Start

Use the arxiv skill to search for 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 search for academic papers on arXiv by keyword or author?

Search for academic papers on arXiv by providing a keyword, author name, category, or paper ID. The Skill queries the arXiv API and parses the XML response to return matching research papers.

What dependencies do I need to retrieve arXiv research papers?

Retrieving arXiv research papers requires curl for API access and Python for XML parsing. These dependencies handle the HTTP requests and format the returned academic paper data into clean output.

Can I get the full content of academic papers found through arXiv search?

Full content retrieval for academic papers found via arXiv search requires integrating with other skills like web_extract for online content or ocr-and-documents for processing local PDF files.

What is the best way to find the latest science research papers on arXiv?

The best way to find the latest science research papers is searching arXiv by specific category or keyword. This instantly retrieves relevant academic papers without manual browsing.

Does arXiv search support retrieving papers by ID?

Yes, arXiv search supports retrieving academic papers by their specific ID. This allows direct access to known research papers alongside standard keyword and author searches.

Why are my arXiv academic paper searches returning XML errors?

arXiv academic paper searches return XML errors if Python is missing for XML parsing or curl is unavailable for API access. Both dependencies are required to query arXiv and produce clean output.