arxiv

Search and retrieve academic papers from arXiv and Semantic Scholar.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill arxiv-piaoxuemoli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Piaoxuemoli/qoobeeHermes/tree/main/hermes/skills/research/arxiv
Command: npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill arxiv-piaoxuemoli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of searching and retrieving academic papers from arXiv, making it easy to access and analyze research papers.

Core Features & Use Cases

  • Search by Keyword, Author, Category, or ID: Quickly find papers using various search criteria.
  • Fetch Paper Details: Retrieve abstracts, full papers, and BibTeX entries for specific papers.
  • Read Paper Content: Access abstracts and full papers directly from the command line.
  • Fetch Citations and References: Get citation data and references for specific papers.
  • Search and Retrieve Papers via Semantic Scholar: Use Semantic Scholar for additional paper details and recommendations.

Quick Start

Search for papers on 'reinforcement learning' using the arxiv skill.

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 by keyword or author?

You can search for academic papers by keyword, author, category, or ID. This retrieves abstracts, full papers, and BibTeX entries from arXiv and Semantic Scholar based on your specified search criteria.

What's the best way to retrieve citations and references for an arXiv paper?

To retrieve citations and references for an arXiv paper, use the citation fetching feature. This accesses Semantic Scholar data to provide citation counts and reference lists for specific academic papers.

Do I need Python and curl to fetch academic papers from arXiv?

Yes, you need curl and Python installed. These dependencies are required for executing XML and JSON parsing to fetch academic paper details, abstracts, and citation data from the APIs.

Can I get BibTeX entries for academic papers directly from the command line?

Yes, you can fetch BibTeX entries for academic papers directly. The skill retrieves paper details including abstracts and BibTeX citations from arXiv without needing a graphical interface.

Does this approach support searching Semantic Scholar for paper recommendations?

Yes, it supports searching and retrieving papers via Semantic Scholar. This provides additional paper details, recommendations, and citation data beyond the standard arXiv repository.

What are the limitations of fetching full papers versus abstracts?

The skill accesses abstracts and full papers from arXiv, but complex full-text parsing may be limited by source formatting. It primarily focuses on retrieving metadata, citations, and available full-text content.