Research ArXiv

Search ArXiv preprints via the Atom API and export metadata as JSON or Markdown.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/lgili/skillex --skill research-arxiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Research ArXiv
Source: https://github.com/lgili/skillex/tree/main/skills/research-arxiv
Command: npx skills add https://github.com/lgili/skillex --skill research-arxiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This tool enables researchers and developers to access up-to-date ArXiv preprints without an API key, retrieving titles, authors, abstracts, dates, categories, and PDF links for quick discovery.

Core Features & Use Cases

  • Full-text search across titles, abstracts, and author names.
  • Category filtering to narrow results (e.g., cs.LG, cs.CV, physics.*).
  • Author search to locate all works by a specific researcher.
  • Date-range filtering to surface recent or specific-year papers.
  • Metadata export and easy embedding in workflows (ID, title, authors, abstract, date, category, PDF URL).

Quick Start

Ask it to search ArXiv for papers on a topic and return titles, abstracts, authors, and PDFs.

Frequently Asked Questions about Research ArXiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search ArXiv preprints and get structured metadata without an API key?

You can search ArXiv preprints without an API key by using this skill to query the free Atom API. It retrieves arXiv IDs, titles, authors, abstracts, publication dates, primary categories, and PDF URLs for quick discovery.

Can I filter ArXiv paper searches by category and date range?

Yes, you can filter ArXiv paper searches by specific categories like cs.LG or physics.*, and apply date ranges. This narrows results to surface recent or specific-year papers across ML, physics, and CS fields.

How do I find all ArXiv papers by a specific researcher?

You can find all works by a specific researcher by using the author search feature. This queries ArXiv to locate matching preprints and retrieves their titles, abstracts, dates, and PDF links.

What is the best way to export ArXiv search results for programmatic workflows?

The best way to export ArXiv search results is by retrieving metadata through the skill's Python scripts and outputting it in JSON or Markdown. This provides structured data including IDs, authors, and PDF URLs for easy embedding.

Does searching ArXiv for literature surveys require Python dependencies?

Searching ArXiv for literature surveys relies on the skill's internal Python scripts, arxiv_search.py and arxiv_fetch.py, but requires no external API keys. It uses the free Atom API to retrieve metadata directly.