arxiv-search

Search arXiv preprints and retrieve formatted results with filtering and sorting.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/ai-integr8tor/langchain_ai-deepagents --skill arxiv-search-ai-integr8tor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/ai-integr8tor/langchain_ai-deepagents/tree/main/libs/cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/ai-integr8tor/langchain_ai-deepagents --skill arxiv-search-ai-integr8tor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of searching and accessing arXiv preprint repository papers, allowing users to quickly find and review research articles in physics, mathematics, computer science, and related fields.

Core Features & Use Cases

  • ArXiv Paper Search: Search for papers in various scientific disciplines using a simple query.
  • Quick Retrieval: Retrieve and format search results with paper titles and summaries.
  • Use Case: A researcher needing to find the latest papers on machine learning for biological applications can use this Skill to quickly gather relevant preprints.

Quick Start

Search for machine learning papers on arXiv and retrieve the top 5 results using the arxiv-search skill.

Frequently Asked Questions about arxiv-search

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

FAQPage Schema
How do I search for arXiv preprints in specific scientific disciplines?

You can search arXiv preprints by querying the repository with a simple search string. The skill supports filtering by specific scientific fields to narrow down your results to relevant scholarly articles.

Can I retrieve and format arXiv paper titles and summaries automatically?

Yes, you can retrieve and format arXiv search results automatically. The skill outputs formatted results containing the titles and summaries of the scholarly articles found during the query process.

What is the best way to sort arXiv search results by relevance?

The best way to sort arXiv search results by relevance is to use the skill's built-in sorting functionality. It interacts with the arXiv API to return preprints ordered based on how well they match your query.

Do I need the arxiv Python package to access the preprint repository?

Yes, you need the arxiv Python package installed in your environment. This dependency is required for the skill to interact with the arXiv repository's API and fetch scholarly articles successfully.