arxiv-search

Searches and indexes arXiv papers by keyword, author, or category with time filters.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/hiyenwong/ai_collection --skill arxiv-search-hiyenwong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/hiyenwong/ai_collection/tree/main/collection/skills/arxiv-search
Command: npx skills add https://github.com/hiyenwong/ai_collection --skill arxiv-search-hiyenwong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables researchers, students, and developers to locate relevant arXiv papers using keyword, author, and category queries, speeding up literature discovery and project planning.

Core Features & Use Cases

  • Keyword, author, title, and category search with optional time filters.
  • Time-based filtering and category filtering, returning titles, authors, abstracts, arXiv ID, category, and PDFs for quick review.
  • Use Case: conduct literature reviews and monitor research trends by pulling recent, relevant arXiv papers.

Quick Start

Ask me to search arXiv for papers on transformer models.

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

Locate arXiv papers by applying API prefixes such as ti: for title, au: for author, cat: for category, and all: for general queries to retrieve structured metadata and PDF links.

What metadata does an arXiv search return for each paper?

Each arXiv search returns a consistent metadata schema containing the title, authors, abstract, arXiv ID, category, and PDF link, which is suitable for embedding and research workflows.

Can I filter arXiv papers by a specific time range?

Yes, you can apply time-range filters when searching arXiv papers to monitor research trends and limit results to publications within a specific timeframe.

What is the best way to find recent arXiv papers on a specific topic?

Use keyword queries combined with time-range filters to discover recent arXiv papers, enabling fast literature review and research trend monitoring for project planning.

Does this arXiv search support structured data for embedding workflows?

Yes, the arXiv search delivers results in a consistent metadata schema containing titles, authors, abstracts, and IDs, making the output directly suitable for embedding workflows.

Why use API prefixes like ti: or au: when searching arXiv?

API prefixes like ti: and au: support multi-field queries, allowing you to target specific title or author fields instead of searching all text, ensuring fast and relevant discovery.