arxiv

Search, retrieve, and parse academic papers from the arXiv repository.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill arxiv-brittaniebuffiecsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/brittaniebuffiecsu/zerogravityclaw/tree/main/src/hermes-core/skills/research/arxiv
Command: npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill arxiv-brittaniebuffiecsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, xml.etree.ElementTree, html.parser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of searching and accessing academic papers from arXiv, eliminating the need for manual searching and providing quick access to the information you need.

Core Features & Use Cases

  • Advanced Search: Search for papers by keyword, author, category, or ID.
  • Paper Retrieval: Fetch specific papers and read abstracts or full papers.
  • Data Parsing: Extract metadata and content from papers in a structured format.
  • Use Case: Researchers and students can quickly find relevant papers for their studies, saving time and effort.

Quick Start

Use the arxiv skill to search for papers on "quantum computing" and retrieve the first result.

Frequently Asked Questions about arxiv

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

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

You can search arXiv papers by submitting complex queries through this Skill, filtering by keyword, author, category, or paper ID. It utilizes the arXiv API to retrieve matching academic papers quickly and efficiently.

What is the best way to extract metadata from academic papers on arXiv?

The best way to extract metadata from arXiv papers is by using this Skill to parse XML data retrieved from the arXiv API. It structures the extracted paper content and metadata into a readable format using Python libraries.

How do I retrieve a specific academic paper using its arXiv ID?

To retrieve a specific academic paper using its arXiv ID, you can use the paper-specific fetching feature. This allows you to directly access and read the abstracts or full papers associated with that exact identifier.

Does this arXiv search method require Python libraries for XML parsing?

Yes, this arXiv search method requires Python libraries like xml.etree.ElementTree and html.parser for XML parsing and data manipulation. These dependencies are necessary to process the API responses and extract metadata.

Can I fetch full arXiv papers and abstracts without manual searching?

Yes, you can fetch full arXiv papers and abstracts without manual searching by automating the retrieval process. The Skill streamlines access to the arXiv repository, eliminating manual browsing and providing quick information access.