arxiv-search

Search arXiv for research papers and returns titles and abstracts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly discover relevant academic preprints and obtain concise summaries by searching the arXiv repository, removing the manual work of visiting multiple pages and copying abstracts.

Core Features & Use Cases

  • Query arXiv by keyword: Run free-text searches to locate papers across physics, mathematics, computer science, biology, and statistics.
  • Retrieve titles and abstracts: Return paper titles and summaries sorted by relevance for rapid literature scanning.
  • Use Case: A researcher performing a quick literature review or a student compiling recent papers on a topic can get a curated list of abstracts for evaluation.

Quick Start

Run the arXiv search script with a query and optional max-papers value to receive titles and abstracts for matching preprints.

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 for research papers and retrieve abstracts programmatically?

To search arXiv for research papers, use this Skill to run free-text queries and return matching paper titles and abstracts sorted by relevance for rapid academic literature scanning.

What's the best way to find recent preprints in physics, mathematics, and computer science?

Finding recent preprints across physics, mathematics, computer science, biology, and statistics is done by querying the arXiv repository with free-text keywords to retrieve relevant academic abstracts.

Can I limit the number of arXiv paper search results returned for a literature review?

Yes, you can limit arXiv search results by providing an optional max_papers parameter alongside your free-text query to control the volume of titles and abstracts retrieved for preliminary screening.

Do I need the Python arxiv package to query academic preprints?

Yes, the Python arxiv package is required as a dependency to programmatically query the arXiv repository, format the academic preprint search results, and return paper titles and abstracts.

How does free-text search on arXiv work for discovering academic literature?

Free-text arXiv search works by accepting keyword-based queries to locate matching academic preprints across multiple disciplines, returning formatted titles and abstracts sorted by relevance for literature review.