arxiv

Search arXiv by keywords, authors, or categories and retrieve abstracts, PDFs, and citations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Locating relevant academic papers on arXiv is often cumbersome, especially when you need to search by keywords, authors, categories, or specific IDs and obtain clean, readable results.

Core Features & Use Cases

  • Keyword, author, and category search through the free arXiv REST API.
  • Retrieve abstracts or full‑text PDFs via simple curl commands or the helper script.
  • Generate BibTeX citations and access citation data through Semantic Scholar.
  • Use case: A researcher asks the skill to find the latest machine‑learning papers on arXiv, fetch their PDFs, and generate citations for a literature review.

Quick Start

Ask the arxiv skill to search for the latest machine learning papers on arXiv and return their titles, authors, and PDF links.

Frequently Asked Questions about arxiv

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

FAQPage Schema
Can I generate BibTeX citations for arXiv papers automatically?

You can retrieve abstracts and full-text PDFs of arXiv papers using simple curl commands or the skill's helper script. It directly fetches the paper content from the repository for your literature review.

What is the best way to get citation data for arXiv papers without external keys?

No, you do not need an API key to fetch arXiv abstracts and PDFs. The skill operates entirely with standard command-line tools or Python's standard library to access the free arXiv REST API.

Does the arXiv search skill work with standard Python libraries?

The best way to get citation data for arXiv papers is using the Semantic Scholar API integration. The skill generates BibTeX citations and retrieves citation data seamlessly without requiring external API keys.

Does the arXiv search skill work with standard Python libraries?

Yes, the arXiv search skill works with standard Python libraries. It operates using Python's standard library and standard command-line tools, ensuring you can search academic papers without installing external dependencies.