arxiv-search

Search arXiv by title, author, or topic with field-specific queries and returns IDs and metadata.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cris-m/flopsy --skill arxiv-search-cris-m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/cris-m/flopsy/tree/main/src/team/templates/skills/arxiv-search
Command: npx skills add https://github.com/cris-m/flopsy --skill arxiv-search-cris-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to locate scholarly papers on arXiv by title, author, or topic and retrieve essential metadata and summaries, speeding up literature exploration.

Core Features & Use Cases

  • search papers by query across title, abstract, and author fields
  • fetch full metadata and abstracts for selected papers
  • list recent papers in a category to understand the research landscape

Quick Start

Ask the skill to search arXiv for a topic and return a list of papers with titles, authors, dates, and abstracts.

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 by title, author, or abstract?

You can search arXiv papers by title, author, or abstract using field-specific queries like ti:, au:, abs:, and all: to filter results and retrieve matching paper IDs with metadata.

What is the best way to get arXiv paper summaries for a literature survey?

For a literature survey, searching arXiv by topic returns a list of papers with titles, authors, dates, and abstracts, allowing you to quickly summarize results and explore the research landscape.

Can I list recent papers in a specific arXiv category?

Yes, you can list recent papers in a specific arXiv category by using the cat: field query to understand the current research landscape and retrieve relevant metadata for those papers.

How do I fetch full metadata for an arXiv paper?

You can fetch full metadata for an arXiv paper by using the arxiv_get function after locating the paper through a search, which retrieves complete abstracts and publication details.

Does arxiv-search support complex field-specific queries for topic exploration?

Yes, arxiv-search supports arXiv field-specific queries including ti:, au:, abs:, all:, and cat:, enabling precise topic exploration and literature surveys across multiple metadata fields.

What are the limitations when searching for arXiv papers?

arXiv search is limited to retrieving metadata and abstracts from the arXiv repository, meaning it does not access full-text content or papers published outside the arXiv platform.