arxiv

Search arXiv by keyword, author, category, or paper ID and retrieve metadata, abstracts, PDFs, and BibTeX citations.

13|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sergiocoding96/hermes-multi-agent --skill arxiv-sergiocoding96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/sergiocoding96/hermes-multi-agent/tree/main/skills/arxiv
Command: npx skills add https://github.com/sergiocoding96/hermes-multi-agent --skill arxiv-sergiocoding96

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually searching for academic papers, retrieving their metadata and full content, and generating citations is time-consuming and requires navigating multiple disconnected tools and websites. This Skill eliminates that friction by providing direct, programmatic access to arXiv's free public API and integrated citation analysis tools.

Core Features & Use Cases

  • Paper Search & Retrieval: Search arXiv by keyword, author, category, or paper ID to get metadata, abstracts, and full PDF links for academic papers across all research fields.
  • Citation & Impact Analysis: Integrate with Semantic Scholar to retrieve citation counts, related papers, and author profiles to assess the impact and context of research work.
  • Automated Citation Generation: Generate properly formatted BibTeX entries for papers to streamline reference management in academic writing.
  • Use Case: A researcher can quickly find the latest 10 papers on transformer attention mechanisms, filter for the most cited works, retrieve their full abstracts, and generate BibTeX entries for their literature review in minutes.

Quick Start

Use the arxiv skill to search for the 10 most recent papers on computer vision, retrieve their abstracts and citation counts, and generate BibTeX entries for the 3 most cited papers.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search arXiv papers without an API key?

You can search arXiv papers without an API key by using pre-built query templates to retrieve metadata, abstracts, and full PDF links directly from the public arXiv API.

What is the best way to get BibTeX citations for academic papers?

The best way to get BibTeX citations is to retrieve academic papers by ID or keyword, which automatically generates properly formatted BibTeX entries for reference management.

Can I retrieve citation counts and author profiles from Semantic Scholar?

Yes, you can integrate with Semantic Scholar to retrieve citation counts, related papers, and author profiles to assess the impact and context of research work.

How do I parse arXiv Atom XML responses into a readable format?

You parse arXiv Atom XML responses into human-readable formats by using a provided helper script that processes the raw API output into structured metadata and abstracts.

Does this arXiv search tool filter papers by category or author?

Yes, the arXiv search tool filters papers by keyword, author, category, or paper ID to retrieve specific metadata, abstracts, and full PDF content across all research fields.