arxiv

Search arXiv by keyword, author, category, or ID and extract paper metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly discover relevant academic papers on arXiv and retrieve their abstracts or PDFs without manual browsing.

Core Features & Use Cases

  • Keyword/author/category/ID search: Find papers using flexible arXiv query syntax (including boolean operators) and fetch results in a structured way.
  • Clean result extraction: Transform arXiv’s Atom XML responses into readable summaries (either via the provided parsing snippet or the helper script).
  • Full workflow for research intake: Read abstracts and full PDFs using web extraction, then optionally expand context with Semantic Scholar for citations and related work.

Quick Start

Ask: “Search arXiv for transformer attention papers, return the top 5, then open the abstract page for 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 for academic papers by keyword, author, or category?

Search arXiv by building Atom API queries with boolean operators to match papers by keyword, author, category, or arXiv ID. The Skill parses the XML entries into structured, readable metadata fields for efficient paper triage.

Can I automatically extract arXiv abstracts and PDFs for research workflows?

Automatically extract arXiv abstracts and full PDFs using web extraction capabilities. This retrieves document content directly after finding papers, supporting a complete research intake and literature discovery workflow.

How do I get citation context and related work recommendations for arXiv papers?

Retrieve citation context and related work recommendations by integrating Semantic Scholar JSON endpoints. This expands your literature discovery workflow by fetching citation data and related papers after searching arXiv.

What is the best way to parse arXiv Atom XML responses into readable summaries?

Parse arXiv Atom XML responses into clean, readable summaries using the provided parsing snippet or helper script. This transforms raw XML entries into structured fields containing abstracts, PDFs, and citation context across scientific domains.

Does this arXiv paper search tool work for programmatic paper triage?

This arXiv search tool supports programmatic paper triage by structuring queries and returning metadata for abstracts, PDFs, and citation context. It applies directly to literature discovery workflows and research planning across scientific domains.