arxiv-search

Search the arXiv API for papers and return structured results.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/HanLi0705/lead_agent --skill arxiv-search-hanli0705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/HanLi0705/lead_agent/tree/main/superagent/agent_skills/arxiv-search
Command: npx skills add https://github.com/HanLi0705/lead_agent --skill arxiv-search-hanli0705

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

This Skill helps researchers quickly locate relevant papers in arXiv, reducing time spent on manual searches and result triage.

Core Features & Use Cases

  • Query-based search: Retrieve papers by topic, keyword, or author.
  • Structured results: Returns title, authors, publication date, URL, and a concise abstract.
  • Use Case: Conduct a rapid literature survey for a new research topic, then export a curated list for your notes.

Quick Start

Run the arxiv search script with a query to fetch papers for a specific query, optionally limiting results.

python3 superagent/agent_skills/arxiv-search/arxiv_search.py --query "DeepSeek-V3" --max_results 5

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 academic papers to accelerate my literature review?

Searching arXiv for academic papers involves querying a script that targets physics, mathematics, and computer science topics. This accelerates literature reviews by returning structured results including titles, authors, publication dates, URLs, and concise abstracts.

What information is included in the structured results for an arXiv literature search?

Structured results for an arXiv literature search include the paper title, authors, published date, URL, and a concise abstract summary. This format allows researchers to quickly triage papers and export a curated list for their notes.

Can I limit the number of arXiv papers returned for a specific research topic query?

Yes, you can limit the number of arXiv papers returned for a specific research topic query by specifying a max results parameter in the search script. This allows you to control the volume of structured results retrieved during your search.

Does the arXiv search script support queries by author or only by keyword?

The arXiv search script supports query-based retrieval by topic, keyword, or author. This flexibility allows you to find recent papers, explore specific subjects, or verify background literature across physics, mathematics, and computer science.

Do I need the arxiv Python package installed to run an arXiv paper search?

Yes, you need the arxiv Python package installed to run an arXiv paper search. The Skill relies on this dependency and a script that queries the arXiv API to fetch and return structured academic literature results.

What is the best way to find recent computer science papers on arXiv?

The best way to find recent computer science papers on arXiv is to use a query-based search script. It queries the arXiv API directly, returning structured results with titles, authors, dates, URLs, and abstracts for rapid literature triage.