arxiv

Searches academic paper metadata via arXiv and Semantic Scholar APIs.

7|1|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/paxlabs-inc/ion-agent --skill arxiv-paxlabs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/paxlabs-inc/ion-agent/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/paxlabs-inc/ion-agent --skill arxiv-paxlabs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the friction of manually searching for academic research, parsing complex XML metadata, and formatting citations, allowing you to focus on synthesizing information rather than gathering it.

Core Features & Use Cases

  • Academic Search: Query the arXiv database by keyword, author, category, or ID to find relevant scientific literature.
  • Automated BibTeX: Generate accurate BibTeX entries directly from paper metadata to streamline your bibliography management.
  • Citation Analysis: Leverage the Semantic Scholar API to discover paper citations, references, and impact metrics.

Quick Start

Use the arxiv skill to search for the latest papers on reinforcement learning and generate a bibtex entry for the top 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 for academic papers and generate citations?

You can search arXiv for academic papers by keyword, author, category, or ID and generate citations by retrieving paper metadata to automatically format accurate BibTeX entries directly from the search results.

What is the best way to get BibTeX entries from arXiv paper metadata?

The best way to get BibTeX entries from arXiv paper metadata is to use automated retrieval that queries the arXiv API, parses the Atom XML responses, and formats the extracted abstracts and author details into accurate bibliography entries.

Can I retrieve citation impact metrics and references using the Semantic Scholar API?

Yes, you can retrieve citation impact metrics and references by leveraging the Semantic Scholar API to query specific academic papers, which returns JSON responses containing paper citations, references, and impact data.

Do I need curl and python3 to fetch arXiv abstracts and full-text links?

Yes, you need standard curl and python3 environments to execute API queries against arXiv and Semantic Scholar, fetch academic paper abstracts, retrieve full-text links, and parse the returned Atom XML or JSON responses.

How does querying arXiv by category or ID work for scientific literature retrieval?

Querying arXiv by category or ID works by sending programmatic API requests that retrieve scientific literature metadata, returning structured Atom XML responses containing paper abstracts, full-text links, and citation data for research workflows.

What are the limitations of using arXiv API for academic search and citation analysis?

Limitations include relying on standard curl and python3 environments for execution, requiring Atom XML or JSON response parsing, and depending on the availability and metadata accuracy of the arXiv and Semantic Scholar APIs for citation analysis.