arxiv-search

Searches arXiv for recent/preprint papers and outputs formatted titles and summaries.

27.5k|3.8k|Updated Jul 27, 2025
One-click install
npx skills add https://github.com/langchain-ai/deepagents --skill arxiv-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/langchain-ai/deepagents/tree/main/libs/deepagents-cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/langchain-ai/deepagents --skill arxiv-search

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps researchers quickly locate relevant arXiv papers across physics, mathematics, computer science, and related fields, reducing manual search time and keeping you informed of latest preprints.

Core Features & Use Cases

  • Query-based search: Retrieve top relevant arXiv papers by a natural language query.
  • Formatted results: Returns the title and a concise summary for easy review.
  • Use Case: Suppose you need recent papers on "graph neural networks." This Skill fetches the latest arXiv results and summarizes key findings to inform your work.

Quick Start

Run the arxiv-search script with your query to fetch results, for example: .venv/bin/python [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "quantum entanglement" --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 for papers on a specific research topic?

Search arXiv by running the arxiv-search script with your query to retrieve top relevant papers. The script accepts a natural language search term and returns formatted results with paper titles and summaries, helping you quickly locate preprints across physics, mathematics, computer science, and related fields.

Can I limit the number of arXiv papers returned in my search results?

Yes, the arxiv-search script accepts an optional --max-papers parameter to control result count. This lets you fetch only the most relevant papers from your query instead of retrieving all matches, streamlining your research review.

What fields does arXiv search cover?

arXiv search covers physics, mathematics, computer science, quantitative biology, statistics, electrical engineering, systems science, and economics. This breadth allows researchers across these disciplines to discover both recent preprints and established papers in a single query.

What do I need to run arXiv searches locally?

You need the arxiv Python package installed and a Python runtime available. The arxiv-search script runs as a Python command-line tool, making it straightforward to integrate into research workflows or automation pipelines.

How is arXiv search different from using the web interface directly?

arXiv search via script automates queries and returns structured, formatted results with titles and summaries in one command. This enables batch searches, programmatic integration, and faster iteration compared to manual web browsing.

When should I use automated arXiv search instead of manual browsing?

Use automated search when conducting systematic literature reviews, monitoring specific topics regularly, or integrating paper discovery into research pipelines. Automation saves time on repetitive searches and keeps you current with preprints without manual browsing.