arxiv-search

Search arXiv repository and return titles and abstracts for matching papers.

71|18|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Science-Discovery/Aether --skill arxiv-search-science-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/Science-Discovery/Aether/tree/main/.opencode/skills/arxiv-search
Command: npx skills add https://github.com/Science-Discovery/Aether --skill arxiv-search-science-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

This skill helps researchers quickly locate and summarize relevant arXiv papers by performing query-based searches and returning titles and abstracts for matching results.

Core Features & Use Cases

  • Query arXiv for papers by topic.
  • Retrieve titles and abstracts of matching results.
  • Use Case: Conduct literature reviews or explore topics across physics, mathematics, computer science, biology, and statistics.

Quick Start

Run the arXiv search CLI with the absolute path to this skill's directory and your query, for example: .venv/bin/python [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "topic" --max-papers 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 preprints for a literature review?

You can search arXiv preprints by running the query-based CLI with your topic, which returns titles and abstracts for matching papers to accelerate literature reviews. Specify your search topic and the maximum number of papers to retrieve relevant results.

What fields of research does arXiv search support for topic exploration?

arXiv search supports topic exploration across physics, mathematics, computer science, biology, statistics, and related fields. It queries the arXiv repository to find relevant preprints and retrieve their matching titles and abstracts.

Do I need the arxiv Python package to query papers and abstracts?

Yes, querying papers and abstracts requires the arxiv Python package. The skill handles missing dependencies gracefully, but you must install this package in your environment to successfully execute searches against the arXiv repository.

What's the best way to find relevant arXiv papers fast?

The fastest way to find relevant arXiv papers is using the search CLI with a topic query and the --max-papers argument. This retrieves titles and abstracts directly, streamlining topic exploration and literature review preparation.

Can I retrieve abstracts for multiple arXiv papers at once?

Yes, you can retrieve abstracts for multiple arXiv papers at once by setting the --max-papers limit in your query. The skill performs a query-based search and returns the titles and abstracts for all matching results within that limit.