arxiv

Search arXiv API and generate BibTeX citations from paper metadata.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill arxiv-thisismynewfmail-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/thisismynewfmail-ui/Monika-agent/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill arxiv-thisismynewfmail-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers and students often waste time manually searching, parsing, and retrieving academic papers from arXiv, especially when needing quick access to abstracts, PDFs, or citation data.

Core Features & Use Cases

  • Keyword Search: Retrieve top results for any topic using arXiv’s free API.
  • ID Lookup: Fetch a specific paper by its arXiv identifier.
  • BibTeX Generation: Produce ready‑to‑cite BibTeX entries from metadata.
  • Integration: Combine with web_extract or ocr-and-documents to read full‑text content.
  • Workflow Example: A researcher can search recent papers on reinforcement learning, generate citations, and immediately pull PDFs for review.

Quick Start

Ask the skill to find the latest five arXiv papers on reinforcement learning and give their titles and PDF links.

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 and fetch their PDFs quickly?

To search arXiv papers, use keyword queries to retrieve top results or fetch specific entries by their arXiv identifier. The skill parses arXiv API data to output titles, abstracts, and direct PDF links for immediate review.

Can I generate BibTeX citations from arXiv metadata automatically?

Yes, BibTeX citations can be generated automatically from arXiv metadata. The skill extracts bibliographic details from the retrieved paper data and formats them into ready-to-cite BibTeX entries for academic writing.

Do I need an API key to access the arXiv REST API for searching papers?

No API key or authentication is needed to access the arXiv REST API. The skill leverages arXiv's public API directly, parsing the Atom XML responses to deliver clean, structured search results without any setup barriers.

What's the best way to extract full-text content from arXiv PDFs after searching?

To extract full-text content from arXiv PDFs, combine this skill with web extraction or OCR tools. After fetching the paper's PDF link, pass it to a document processing tool to read and analyze the complete text.

Does the arXiv API return structured data like abstracts and titles for search results?

Yes, the arXiv API returns structured data including titles, abstracts, authors, and PDF links. The skill parses the Atom XML feed format to produce clean, structured output, making the metadata immediately usable for research workflows.

Can I fetch a specific arXiv paper by its identifier instead of doing a keyword search?

Yes, you can fetch a specific paper by its arXiv identifier instead of keyword searching. The skill performs an ID lookup against the arXiv API to retrieve the exact paper's metadata, abstract, and PDF link directly.