arxiv-search

Search arXiv preprint repository and return formatted titles and summaries.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/D26FORWARD/MatrixFin --skill arxiv-search-d26forward
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/D26FORWARD/MatrixFin/tree/main/deepagents/libs/cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/D26FORWARD/MatrixFin --skill arxiv-search-d26forward

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

Locating and summarizing recent preprints across arXiv categories can be time consuming and fragmented; this skill centralizes search and returns concise titles and abstracts to accelerate literature discovery.

Core Features & Use Cases

  • Relevance sorting: Returns results ordered by relevance to your query to surface the most pertinent preprints.
  • Fast, no-auth access: Directly queries arXiv via the arxiv Python package without requiring API keys.
  • Simple CLI interface: Run a single query and receive formatted Title and Summary outputs for quick review.
  • Use Case: Ideal for researchers and students searching for recent machine learning, computational biology, or theoretical papers before journal publication.

Quick Start

Run the arxiv-search script to retrieve the top five relevant arXiv papers for the query "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 search arXiv preprints for relevant research papers?

To search arXiv preprints, query the repository using a search term to retrieve formatted titles and abstracts ordered by relevance. This targets physics, mathematics, computer science, and quantitative biology fields.

Do I need an API key to search arXiv for recent preprints?

No, you do not need an API key to search arXiv for recent preprints. The skill directly queries the arXiv API via the Python arxiv package without requiring authentication.

Can I limit the number of arXiv paper search results returned?

Yes, you can limit the number of arXiv paper search results returned. The skill supports limiting the result count to retrieve a specific number of top relevant preprints for your query.

What is the best way to find recent machine learning or computational biology papers on arXiv?

The best way to find recent machine learning or computational biology papers on arXiv is running a relevance-sorted query. This returns concise titles and abstracts to accelerate literature discovery before journal publication.

What metadata do I get from an arXiv preprint search?

An arXiv preprint search returns formatted titles, summaries, and metadata for matching preprints. This provides concise abstracts to accelerate literature discovery across academic fields.