arxiv

Search and retrieve arXiv papers with abstracts, PDF links, and citation data.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill arxiv-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/research/arxiv
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill arxiv-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of manually searching academic literature by letting you quickly discover, inspect, and compare arXiv papers from a single workflow.

Core Features & Use Cases

  • Keyword and Author Search: Find papers by topic, author, category, or specific arXiv ID.
  • Paper Review Workflow: Pull abstracts, metadata, PDF links, and version information for fast literature screening.
  • Citation and Related Work Discovery: Use Semantic Scholar endpoints to inspect citation counts, references, recommendations, and author profiles.
  • Use Case: A researcher can search for recent reinforcement learning papers, review the strongest candidates, and open the exact PDF or abstract page without leaving the workspace.

Quick Start

Ask the assistant to search arXiv for your topic, rank the most relevant papers, and return the paper IDs, abstracts, authors, dates, 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 arXiv papers by keyword, author, or category?

You can search arXiv papers by topic keyword, author name, category, or specific arXiv ID. The Skill retrieves matching papers with metadata including abstracts, authors, dates, and PDF links for fast literature screening.

Can I check citation counts and related work for arXiv papers without an API key?

Yes, you can inspect citation counts, references, and author profiles without an API key. The Skill queries Semantic Scholar JSON endpoints to provide related work discovery and recommendation workflows for your literature review.

What is the best way to pull abstracts and PDF links for multiple arXiv papers?

The best way to pull abstracts and PDF links is to request a keyword or author search, then ask the assistant to rank relevant papers. It parses arXiv Atom XML feeds to return paper IDs, metadata, and direct PDF access links.

Does this arXiv search workflow require any external dependencies or API keys?

No external dependencies or API keys are required. The Skill uses Python standard library parsing to query arXiv Atom XML and Semantic Scholar JSON endpoints, functioning independently for academic tracking and paper discovery.

Can I use this to find recent research papers on topics like reinforcement learning?

You can find recent research papers on topics like reinforcement learning by asking the assistant to search arXiv. It returns the latest matching papers, allowing you to review abstracts, compare versions, and open PDFs directly.

How do I manage a literature review workflow using arXiv and Semantic Scholar?

You manage a literature review by searching arXiv for papers, screening abstracts, and then using Semantic Scholar endpoints to check citations and discover recommendations. This workflow streamlines academic tracking and related work discovery.