arxiv-search

Query the arXiv repository and return titled paper summaries.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rderakhshan/Self-evolving-Deep-Agent --skill arxiv-search-rderakhshan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/rderakhshan/Self-evolving-Deep-Agent/tree/main/examples/skills/arxiv-search
Command: npx skills add https://github.com/rderakhshan/Self-evolving-Deep-Agent --skill arxiv-search-rderakhshan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

This skill helps researchers efficiently discover relevant arXiv preprints by querying the arXiv repository and returning concise results, accelerating literature reviews and staying up-to-date with new work.

Core Features & Use Cases

  • Literature discovery: Find papers matching a topic, e.g., machine learning in biology, physics theory, or CS algorithms.
  • Structured results: Get paper titles and summaries in a clean, parseable format for quick triage.
  • Use Case: A researcher is performing a quick literature scan for "graph neural networks in chemistry" and wants a short list of top papers with summaries.

Quick Start

Use the arxiv-search skill to fetch papers matching your query. For example:

  • Run in a virtual environment: .venv/bin/python [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "deep learning protein folding" --max-papers 5
  • Or with system Python: python3 [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "machine learning for quantum physics" --max-papers 5

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 by topic?

arxiv-search queries the arXiv repository by topic and returns formatted results with paper titles and summaries. Run the Python script with your search query and an optional paper limit to retrieve preprints matching your research area, whether physics, mathematics, computer science, or quantitative biology.

Can I use arXiv search to speed up literature reviews?

Yes. arxiv-search accelerates literature discovery by fetching and structuring preprint results in a clean, parseable format for quick triage. Researchers performing rapid scans across topics like machine learning or quantum physics can retrieve top papers with summaries without manual browsing.

What do I need to run arxiv-search?

You need Python, the arxiv package installed, and the arxiv-search script. Run it from a virtual environment or system Python with a query string and optional --max-papers flag to control result volume and retrieve structured paper metadata.

How does arxiv-search handle large result sets?

arxiv-search supports an optional --max-papers parameter to limit the number of results returned, letting you control query scope and processing time for focused literature triage or broad exploratory searches.

What file formats or outputs does arxiv-search produce?

arxiv-search returns results as titled summaries in a clean, parseable text format suitable for quick review and further analysis. The structured output enables easy integration into literature review workflows and downstream research tools.

Can I search arXiv across multiple research domains at once?

arxiv-search queries the unified arXiv repository, which spans physics, mathematics, computer science, and quantitative biology. A single query searches across all domains, so you can discover cross-disciplinary preprints relevant to topics like machine learning applied to physics or neural networks in chemistry.