arxiv

Search arXiv and generate BibTeX citations from query results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Searching through the vast archive of arXiv papers can be time-consuming. This Skill simplifies the process by allowing users to quickly find relevant papers using a single keyword or identifier.

Core Features & Use Cases

  • Keyword Search: Find papers by keyword, author, category, or ID.
  • Abstract and Full Paper Retrieval: Access both the abstract and the full paper (PDF) of any given arXiv paper.
  • Sorting and Pagination: Customize your search results by sorting and paginating through them.
  • BibTeX Generation: Generate BibTeX entries for citing papers.
  • Semantic Scholar Integration: Fetch citation data, related papers, and author profiles from Semantic Scholar.
  • Use Case: When researching a new topic, quickly locate the latest arXiv papers related to that topic using this Skill.

Quick Start

Search for papers on 'deep learning' by using the arxiv skill with the command: arxiv search "deep 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 by keyword or author?

To search for academic papers on arXiv, you can use a single keyword, author name, category, or paper ID. This allows you to quickly find relevant papers and retrieve both their abstracts and full PDFs.

Can I generate BibTeX citations for arXiv papers automatically?

Yes, you can automatically generate BibTeX entries for arXiv papers. This feature simplifies the citation process by formatting the retrieved paper metadata into a standard BibTeX structure for academic referencing.

Does retrieving arXiv papers require any specific dependencies?

Yes, retrieving arXiv papers requires both curl and Python3 installed in your environment. The Skill utilizes curl for data fetching and Python3 for parsing the XML responses returned by the arXiv database.

How do I sort and paginate through arXiv search results?

You can customize your arXiv search results by using built-in sorting and pagination features. This allows you to navigate through large sets of returned papers and organize them based on your specific research needs.

Can I fetch citation data and related papers from Semantic Scholar?

Yes, the system features Semantic Scholar integration to fetch citation data, related papers, and author profiles. This extends your research capabilities beyond the arXiv database to analyze citation networks.

What is the best way to find the latest deep learning papers on arXiv?

The best way to find the latest deep learning papers is to perform a keyword search using a command like `arxiv search "deep learning"`. This instantly queries the arXiv database to locate relevant recent academic papers.