arxiv

Search arXiv via REST API and retrieve paper metadata and BibTeX citations.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill arxiv-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill arxiv-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the friction of manually searching, filtering, and retrieving academic papers from the arXiv repository, providing a streamlined way to access research metadata and full-text content.

Core Features & Use Cases

  • Advanced Search: Query papers by keyword, author, category, or specific arXiv ID using the official API.
  • Metadata & BibTeX: Retrieve structured paper details and generate ready-to-use BibTeX citations.
  • Research Workflow: Integrate arXiv search with Semantic Scholar to assess paper impact, find citations, and discover related academic work.

Quick Start

Use the arxiv skill to search for the latest papers on reinforcement learning and display the top 5 results.

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 category?

Search arXiv papers by submitting keyword, author, category, or specific ID queries via the REST API to retrieve structured academic paper metadata and full-text content.

Can I generate BibTeX citations automatically for arXiv papers?

Yes, BibTeX citations for arXiv papers are generated automatically by retrieving structured paper metadata from the API and formatting it into ready-to-use citation entries.

How do I assess the impact of arXiv papers using Semantic Scholar?

Assess arXiv paper impact by integrating search results with Semantic Scholar to analyze citation counts, discover related academic work, and evaluate research influence.

Do I need Python libraries to retrieve arXiv metadata from the API?

Yes, standard Python libraries for XML parsing and HTTP requests are required to process arXiv REST API responses and extract structured academic paper metadata.

What is the best way to integrate arXiv search into a research workflow?

Integrate arXiv search into research workflows by using REST API queries for keyword-based discovery, generating BibTeX citations, and connecting to Semantic Scholar for impact analysis.

Are there limitations to retrieving full-text content from the arXiv repository?

Limitations depend on the arXiv API response format and rate limits; metadata and content retrieval require standard Python XML parsing to handle structured API responses correctly.