arxiv

Search and retrieve arXiv papers by keyword, author, category, or ID.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/FlyFireF/PersonalAgentAPP --skill arxiv-flyfiref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/FlyFireF/PersonalAgentAPP/tree/main/growth-companion/skills/research/arxiv
Command: npx skills add https://github.com/FlyFireF/PersonalAgentAPP --skill arxiv-flyfiref

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of searching and retrieving arXiv papers by keyword, author, category, or ID, making academic research more accessible.

Core Features & Use Cases

  • Keyword-based Search: Find papers based on specific topics or terms.
  • Author Search: Retrieve papers by a particular author.
  • Category Search: Discover papers within specific academic fields.
  • ID-based Search: Access papers using their unique arXiv IDs.
  • Use Case: Use this Skill to quickly find papers on machine learning within the 'cs.AI' category or by a specific author, such as "Yann LeCun".

Quick Start

Use the arxiv skill to search for the latest papers on machine learning with the command 'arxiv search "machine learning" --sort date --max 10'.

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 or author?

You can search arXiv papers by keyword, author, category, or ID. The Skill queries the arXiv REST API and parses XML responses to retrieve academic papers, returning clean output for your research.

Do I need Python and cURL to retrieve arXiv papers?

Yes, you need both Python and cURL installed to retrieve arXiv papers. These dependencies are required to execute scripts that call the arXiv REST API and parse the returned XML data.

What's the best way to find recent machine learning papers on arXiv?

The best way to find recent machine learning papers is to run a keyword search with sorting by date. You can use a command like 'arxiv search "machine learning" --sort date --max 10' to retrieve the latest results.

Can I access a specific arXiv paper using its ID?

Yes, you can access a specific arXiv paper using its unique ID. The Skill supports ID-based search to directly retrieve papers via the arXiv REST API and present the parsed XML output cleanly.

Does the Skill handle parsing raw XML from the arXiv API?

Yes, the Skill handles XML parsing from the arXiv API automatically. It processes the raw XML responses and converts them into clean, readable output for academic research without requiring manual parsing.