arxiv-search

Searches and retrieves arXiv papers and abstracts by query.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/MrNeo01/deepagent --skill arxiv-search-mrneo01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/MrNeo01/deepagent/tree/main/libs/cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/MrNeo01/deepagent --skill arxiv-search-mrneo01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

This skill helps researchers and students quickly identify relevant arXiv papers and fetch concise abstracts based on a user query.

Core Features & Use Cases

  • Query arXiv with a text string and retrieve a ranked list of results by relevance.
  • Return titles, authors, and abstracts for quick literature skimming.
  • Use case: when you need a fast literature snapshot for a research proposal or coursework.

Quick Start

Run the arxiv-search script with your query to retrieve a prioritized list of papers.

Frequently Asked Questions about arxiv-search

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

FAQPage Schema
How do I search arXiv papers and retrieve abstracts from the command line?

You can search arXiv papers and retrieve abstracts by running the arxiv-search script with a text query, which returns a ranked list of titles, authors, and summaries for quick literature skimming.

Can I limit the number of arXiv search results returned for a query?

Yes, you can apply an optional result limit when you search arXiv papers, allowing you to control the number of ranked abstracts and titles retrieved for your literature snapshot.

What academic disciplines does arXiv search support for literature discovery?

arXiv search supports literature discovery across physics, mathematics, computer science, biology, and statistics, providing researchers with quick access to relevant abstracts and paper titles.

Do I need to install the arxiv package before running arxiv-search?

Yes, you need the arxiv package installed to run arxiv-search, though the script gracefully handles missing dependencies and will prompt you if the required package is absent.

What is the best way to get a fast literature snapshot for a research proposal?

The best way to get a fast literature snapshot is to query arXiv with a text string, retrieving a prioritized list of papers with abstracts and authors directly through the command line.