arxiv-search

Search arXiv for papers and return formatted titles and abstracts.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/leesk212/dannys-coding-ai-agent-final --skill arxiv-search-leesk212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/leesk212/dannys-coding-ai-agent-final/tree/main/ETC/deepagents_sourcecode/libs/cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/leesk212/dannys-coding-ai-agent-final --skill arxiv-search-leesk212

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

The arxiv-search skill enables quick discovery of scholarly papers by querying arXiv and returning formatted titles and abstracts, reducing manual searching time for literature reviews.

Core Features & Use Cases

  • Query arXiv with a natural language or technical string and fetch relevant papers.
  • Return titles and abstracts sorted by relevance, with an optional limit on results.
  • Use cases include literature surveys, quick topic dives, and academic planning across physics, math, CS, biology, statistics, and related fields.

Quick Start

Run the arxiv_search.py script with a search query to retrieve concise paper summaries from arXiv.

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 and get summaries?

You can search arXiv papers by running the arxiv_search.py script with a query string. It fetches relevant literature and prints concise titles and abstracts sorted by relevance, reducing manual searching time.

What academic fields does the arXiv literature search support?

arXiv literature search supports querying papers across physics, mathematics, computer science, biology, statistics, and related fields. It returns formatted titles and abstracts sorted by relevance for researchers and students.

Do I need the arxiv Python package to run arXiv queries?

Yes, you need the arxiv Python package installed to run arXiv queries. The arxiv-search tool relies on this dependency and provides a clear error message if it is missing from your environment.

Can I limit the number of arXiv abstracts returned for a topic dive?

Yes, you can limit the number of arXiv abstracts returned for a topic dive. The search tool accepts an optional limit parameter to control the formatted summaries fetched from the arXiv database.

What is the best way to format arXiv titles and abstracts for a literature survey?

The best way to format arXiv titles and abstracts for a literature survey is using the arxiv-search CLI. It queries the database and directly outputs sorted, formatted summaries suitable for rapid academic planning.

Why does my arXiv search return a dependency error message?

Your arXiv search returns a dependency error message because the required arxiv Python package is missing. You must install this dependency before executing the arxiv_search.py script to fetch literature.