arxiv-search

Search arXiv for scholarly papers by keywords, authors, categories, and date ranges.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AP3X-Dev/AGENT --skill arxiv-search-ap3x-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/AP3X-Dev/AGENT/tree/main/vendor/deepagents/libs/deepagents-cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/AP3X-Dev/AGENT --skill arxiv-search-ap3x-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

This Skill helps researchers and developers rapidly locate relevant arXiv preprints across physics, mathematics, computer science, and related fields, accelerating literature reviews and discovery.

Core Features & Use Cases

  • Targeted Search: Retrieve papers by keywords, authors, categories, and date ranges to support comprehensive surveys and project planning.
  • Relevance-first Results: Returns results ordered by relevance to the query for efficient screening.
  • Use Case: Imagine compiling a state-of-the-art review on neural-symbolic methods; use this Skill to fetch current arXiv preprints and summarize findings for your notes.

Quick Start

Run the arxiv-search script with your query to fetch matching papers. Example: .venv/bin/python [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "neural networks in biology" --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 for a literature review?

To search arXiv papers for a literature review, run the script with your query to retrieve matching scholarly preprints ordered by relevance. Targeting physics, mathematics, and computer science, it formats results to support comprehensive surveys.

Can I retrieve arXiv preprints by specific authors and date ranges?

Yes, retrieving arXiv preprints by specific authors and date ranges is supported. You can target physics, mathematics, and computer science fields to fetch relevant papers for project planning and state-of-the-art reviews.

Do I need the arxiv Python package to search for scholarly papers?

Yes, you need the arxiv Python package and a Python runtime installed to search for scholarly papers. This environment executes the query and formats the matching arXiv preprints for your research.

What is the best way to find relevant computer science preprints on arXiv?

The best way to find relevant computer science preprints on arXiv is using a relevance-first search script. It targets your query keywords and returns ordered results, accelerating literature discovery and screening.

How many arXiv papers can I fetch in a single search query?

You can limit the number of arXiv papers fetched in a single search query using the max-papers argument. This constrains the returned results to a manageable number for efficient literature screening.