arxiv-search

Searches ARKIV for documents matching a given text query.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Akhan521/bat-code --skill arxiv-search-akhan521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/Akhan521/bat-code/tree/main/libs/cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/Akhan521/bat-code --skill arxiv-search-akhan521

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

Helps discover and retrieve preprint research papers and abstracts from the arXiv repository so users can quickly find relevant scholarly work prior to journal publication.

Core Features & Use Cases

  • Relevance-based search: Query arXiv and return results sorted by relevance to the provided search terms.
  • Formatted output: Returns paper titles and summaries for quick review and downstream parsing.
  • Use Cases: Literature discovery for researchers, finding recent preprints in machine learning or computational biology, and compiling abstracts for review or annotation workflows.

Quick Start

Use the arXiv search tool to find the top 5 most relevant papers for "deep learning drug discovery".

Frequently Asked Questions about arxiv-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find relevant arXiv preprints for my research topic?

You can find relevant arXiv preprints by querying the repository with specific search terms. The tool performs relevance-sorted searches and returns formatted paper titles and summaries for quick review.

What academic fields does arXiv paper search support?

arXiv paper search supports physics, mathematics, computer science, quantitative biology, and related fields. It retrieves recent preprints and abstracts for scholarly literature discovery prior to journal publication.

Can I limit the number of arXiv search results returned for a query?

Yes, you can limit the number of arXiv search results returned. The tool optionally limits the results count and outputs formatted titles and summaries for downstream parsing and review workflows.

How do I retrieve abstracts from arXiv for a literature review?

Retrieve arXiv abstracts for a literature review by submitting a query to the search tool. It gathers recent preprints and returns formatted summaries sorted by relevance to your provided search terms.

Does the arXiv search tool require Python to run?

Yes, the arXiv search tool requires Python to run. It performs relevance-sorted queries via the arxiv Python package to retrieve and format preprint titles and abstracts from the repository.