arxiv

Search academic papers via arXiv and Semantic Scholar APIs and generate BibTeX citations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the friction of manually searching, filtering, and citing academic papers by providing a direct interface to the arXiv and Semantic Scholar APIs.

Core Features & Use Cases

  • Advanced Search: Query papers by keyword, author, category, or specific ID using arXiv's metadata.
  • Citation Management: Automatically generate BibTeX entries for papers to streamline academic writing.
  • Research Workflow: Quickly assess paper impact via citation counts and find related work through Semantic Scholar integration.

Quick Start

Use the arxiv skill to search for the latest papers on reinforcement learning in the cs.AI category.

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 by keyword and category?

To search for academic papers, query arXiv metadata by keyword, author, category, or specific ID. You can retrieve the latest publications and filter results directly through programmatic API requests.

How do I automatically generate BibTeX citations for arXiv papers?

You can automatically generate BibTeX citations for arXiv papers by retrieving their metadata. The Skill formats the academic paper details into BibTeX entries to streamline your academic writing and citation management.

How can I find related academic papers and check their citation counts?

To find related academic papers and check their citation counts, use the Semantic Scholar API integration. This allows you to quickly assess paper impact and discover related work during a literature review.

Do I need any specific Python libraries to parse arXiv API responses?

Yes, you need standard Python libraries to parse the XML and JSON responses returned by the arXiv and Semantic Scholar APIs. These libraries handle the academic database data retrieval and formatting.

What is the best way to retrieve academic paper metadata for a literature review?

The best way to retrieve academic paper metadata for a literature review is to query the arXiv and Semantic Scholar APIs programmatically. This approach provides direct access to search results, citation data, and related work.

Can I retrieve academic paper content directly from the arXiv API?

Yes, you can retrieve academic paper metadata and content directly from the arXiv API. The Skill facilitates research discovery by providing a direct interface to query and extract the necessary publication data.