arxiv

Search arXiv and Semantic Scholar for academic papers and generate BibTeX entries.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill arxiv-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/refer-projects/hermes-agent/skills/research/arxiv
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill arxiv-richardnguyen0715

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, retrieving, and analyzing academic papers from arXiv, providing a streamlined experience for researchers and scholars.

Core Features & Use Cases

  • Search and Retrieve Papers: Quickly find papers by keyword, author, category, or ID.
  • Abstract and Full Paper Access: Access abstracts and full papers directly from the arXiv API.
  • XML Parsing and Output: Parse and display search results in a clean, readable format.
  • BibTeX Generation: Generate BibTeX entries for cited papers.
  • Semantic Scholar Integration: Fetch citation data, related papers, and author profiles using the Semantic Scholar API.
  • Use Case: If you're working on a project in machine learning and need to stay updated with the latest research, this Skill can help you quickly find and analyze relevant papers.

Quick Start

Search for papers on "machine learning" and retrieve the first result's abstract.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for arXiv papers by keyword or author?

You can search for arXiv papers by keyword, author, category, or ID using API requests to retrieve abstracts and full papers, parsing the XML output into a readable format.

Can I generate BibTeX entries for academic papers automatically?

Yes, you can automatically generate BibTeX entries for cited academic papers retrieved from the arXiv API to streamline your citation management process.

Does this tool require Python and curl to fetch arXiv research papers?

Yes, retrieving and analyzing arXiv papers requires curl for making API requests and Python for parsing XML outputs and formatting the final results.

What is the best way to fetch citation data and related papers for arXiv research?

The best way to fetch citation data, related papers, and author profiles is by integrating the Semantic Scholar API with your arXiv search results.

How do I access full paper abstracts from the arXiv API for machine learning research?

You can access abstracts and full papers directly from the arXiv API by querying specific machine learning keywords, then parsing the XML response to display the text.