arxiv-search

Search arXiv papers by topic, author, or category and return structured summaries.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ekkus93/vscode_skills --skill arxiv-search-ekkus93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/ekkus93/vscode_skills/tree/main/skills/arxiv-search
Command: npx skills add https://github.com/ekkus93/vscode_skills --skill arxiv-search-ekkus93

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researchers and developers often need to identify relevant arXiv papers quickly and obtain concise, source-linked summaries. This skill automates discovery and initial review by querying arXiv and returning structured results.

Core Features & Use Cases

  • Search arXiv papers by topic, author, category, or keywords and receive a concise, linked summary.
  • Configurable results: set max results and sorting (relevance or last updated date) and retrieve title, authors, categories, abstract URL, and PDF link.
  • Use Case: A researcher asks for papers on transformer attention and receives a compact list with abstracts and links for quick evaluation.

Quick Start

Provide a query to search arXiv and receive a concise, source-linked summary of the most relevant papers.

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

You can search arXiv papers by providing a topic, author, category, title, or abstract query. The skill queries the arXiv API, parses the XML response, and returns concise summaries with source links for quick evaluation.

Can I sort arXiv search results by relevance or last updated date?

Yes, you can configure arXiv search results to sort by either relevance or last updated date. This allows you to prioritize either the most pertinent papers or the newest publications matching your query topic and author filters.

What information is included in the arXiv paper summaries?

arXiv paper summaries include the paper title, authors, categories, abstract URL, and PDF link. This structured output provides the essential metadata and direct access links needed for researchers to quickly evaluate relevant academic publications.

How many arXiv papers can I retrieve in a single search query?

You can configure the maximum number of arXiv papers returned by setting a max results parameter in your search query. This allows you to control the volume of academic papers and summaries retrieved for your specific topic or author search.

Does this tool require any external dependencies to query academic papers?

No external dependencies are required to query academic papers. The skill uses a bundled arxiv_search.py script to perform API queries, parse XML responses, and format results while handling errors gracefully without needing additional libraries.