arxiv-search

Search the arXiv preprint repository and return relevance-sorted titles and summaries.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/bharthraj1412/myai --skill arxiv-search-bharthraj1412
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/bharthraj1412/myai/tree/main/vendor/deepagents/libs/deepagents-cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/bharthraj1412/myai --skill arxiv-search-bharthraj1412

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

Provides programmatic access to arXiv for searching scholarly papers across physics, mathematics, computer science, quantitative biology, and related fields, enabling quick discovery without manual browsing.

Core Features & Use Cases

  • Relevance-sorted results for fast discovery
  • Command-line Python script to query arXiv and fetch titles and summaries
  • Easy integration into research pipelines without a dedicated UI
  • No API key required; relies on the arXiv Python package for API access

Quick Start

Run the arxiv_search.py script with your query, for example: arxiv_search.py 'neural networks'

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 programmatically?

You can search arXiv for research papers by running a Python script that queries the repository with your provided search terms, fetching relevant titles and summaries without requiring an API key.

Can I find arXiv papers in quantitative biology and mathematics?

Yes, you can find arXiv papers in quantitative biology, mathematics, physics, and computer science, as the search covers these related fields and returns summaries sorted by relevance.

How do I limit the number of arXiv papers returned in a search?

You can limit the number of arXiv papers returned by using the optional max-papers parameter when running the search script, allowing you to control the volume of titles and summaries fetched.

Do I need an API key to fetch arXiv paper summaries?

No, you do not need an API key to fetch arXiv paper summaries; the search relies directly on the arxiv Python package for API access to retrieve titles and abstracts.

What is the best way to integrate arXiv searches into a research pipeline?

The best way to integrate arXiv searches into a research pipeline is by using this command-line Python script to programmatically query papers and fetch formatted output of titles and summaries.

What are the limitations of using the arxiv Python package for searches?

A limitation of using the arxiv Python package for searches is that it provides formatted titles and summaries but lacks a dedicated UI, requiring command-line execution to discover scholarly papers.