arxiv

Search the arXiv API by keyword, author, category, or ID and parse Atom XML results.

11|Updated May 17, 2026
One-click install
npx skills add https://github.com/StarryCod/cogitum --skill arxiv-starrycod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/StarryCod/cogitum/tree/main/cogitum/data/skills/research/arxiv
Command: npx skills add https://github.com/StarryCod/cogitum --skill arxiv-starrycod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Search and retrieve academic papers from arXiv via their free REST API. No API key, no dependencies — just curl.

Core Features & Use Cases

  • Search papers by keyword, author, category, or arXiv ID using the free arXiv API.
  • Parse the Atom XML results and present clean output, with optional helper scripts to format data.
  • Retrieve abstracts and links to PDFs, with optional enrichment via Semantic Scholar for citations.

Quick Start

Search arXiv for papers on reinforcement learning and show the top results with titles and authors.

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 and author without an API key?

You can search arXiv papers by keyword, author, category, or ID using the free arXiv REST API without needing an API key. The Skill queries the Atom feed, parses the XML response, and extracts clean titles, authors, and abstracts for immediate review.

Can I retrieve arXiv abstracts and direct PDF links programmatically?

Yes, retrieving arXiv abstracts and direct PDF links programmatically is supported by parsing the Atom XML feed. The Skill extracts abstracts, titles, and provides direct links to both abstract pages and PDFs for easy literature access.

Does the arXiv API support Semantic Scholar integration for citation gathering?

Yes, arXiv API searches support optional Semantic Scholar integration for citation gathering. This allows you to enrich the retrieved paper titles and abstracts with citation data, facilitating more comprehensive literature reviews and topic discovery.

What's the best way to parse arXiv XML Atom feed results for a literature review?

The best way to parse arXiv XML Atom feed results is using helper scripts that query the API and extract titles, authors, and abstracts into clean output. This streamlines literature reviews by formatting raw XML into readable data for researchers and students.

Do I need any dependencies or API keys to query arXiv for computer science papers?

No, you do not need any dependencies or API keys to query arXiv for computer science and mathematics papers. The Skill operates dependency-free using simple curl commands to access the free arXiv REST API for topic discovery and citation gathering.