arxiv

Search arXiv.org by keyword and retrieve paper metadata and PDFs.

Updated May 25, 2026
One-click install
npx skills add https://github.com/zaiyemeiyou404/Hermes --skill arxiv-zaiyemeiyou404
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/zaiyemeiyou404/Hermes/tree/main/backup/skills/research/arxiv
Command: npx skills add https://github.com/zaiyemeiyou404/Hermes --skill arxiv-zaiyemeiyou404

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of finding and retrieving academic papers from the arXiv repository quickly and efficiently, with a simple keyword-based search and direct access to papers by their IDs.

Core Features & Use Cases

  • Search Papers: Find academic papers by keyword, author, category, or ID.
  • Retrieve Content: Access paper titles, authors, published dates, categories, abstracts, and PDFs.
  • Sort and Pagination: Customize search results by sorting order and page offset.
  • Fetch Specific Papers: Obtain detailed information for individual papers by their arXiv ID.
  • BibTeX Generation: Automatically generate BibTeX entries for cited papers.
  • Read Content: Read paper abstracts and full PDFs (when available).
  • Search Query Syntax: Understand the syntax for advanced searches with boolean operators.
  • Helper Script: Utilize a helper script for searching, sorting, and filtering arXiv papers.
  • Semantic Scholar Integration: Use Semantic Scholar for additional paper details and citation information.
  • Complete Research Workflow: Offers a structured process for research from discovery to analysis.

Quick Start

Use the arxiv skill to search for papers related to 'machine learning' by running 'arxiv search "machine learning"'.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for academic papers on arXiv using keywords?

You can search for academic papers by keyword, author, category, or arXiv ID using the provided REST API. Results include titles, authors, published dates, abstracts, and PDF links, sortable by date and page offset.

Can I generate BibTeX entries for arXiv papers automatically?

Yes, you can automatically generate BibTeX entries for cited arXiv papers. The skill extracts metadata from search results to format citations correctly for your research workflow.

Does the arXiv API search support boolean operators for advanced queries?

Yes, the arXiv API search supports boolean operators for advanced queries. You can use the search query syntax to combine keywords, authors, and categories to filter academic paper discovery results.

How do I retrieve a specific paper by its arXiv ID?

You can retrieve a specific paper by its arXiv ID to obtain detailed information. This direct retrieval fetches the title, authors, abstract, publication date, and PDF link directly from the repository.

What is the best way to read arXiv paper abstracts and full PDFs?

The best way to read arXiv paper abstracts and full PDFs is by using the integrated research workflow. It fetches content via curl and parses the XML output for clean reading when PDFs are available.

Can I use Semantic Scholar for additional citation information with arXiv?

Yes, you can use Semantic Scholar integration for additional arXiv paper details and citation information. This complements the core REST API data to provide a complete research workflow from discovery to analysis.