One-click install
npx skills add https://github.com/cabezno/bmb-encover-agent --skill arxiv-cabezno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/cabezno/bmb-encover-agent/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/cabezno/bmb-encover-agent --skill arxiv-cabezno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of quickly discovering relevant academic work on arXiv and retrieving paper metadata and abstracts without manual browsing.

Core Features & Use Cases

  • Search arXiv: Look up papers by keyword, author, category, or arXiv ID via the free arXiv REST API.
  • Readable results: Parse Atom XML and produce clean, structured summaries including titles, authors, categories, and links.
  • Go beyond search: Use Semantic Scholar for citations, references, recommendations, and author profiles when arXiv metadata is insufficient.
  • Use Case: You’re researching a topic like reinforcement learning and need a short, organized list of the newest relevant arXiv papers, then you want quick citation context and related work.

Quick Start

Use the arxiv skill to search for the latest arXiv papers on GRPO reinforcement learning and return a clean list of titles, authors, categories, and abstract snippets.

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 or author and get structured metadata?

Search arXiv papers by constructing arXiv API query parameters for keywords, authors, categories, or IDs to retrieve structured metadata. The Skill parses Atom XML reliably, returning clean summaries including titles, authors, categories, and links for rapid literature discovery.

Can I retrieve citation context and references after finding a paper on arXiv?

Retrieve citation context and references by using Semantic Scholar after your arXiv search. When arXiv metadata is insufficient, the workflow fetches citations, references, recommendations, and author profiles from Semantic Scholar to provide deeper follow-up context.

What is the best way to build a shortlist of candidate academic papers for a literature review?

Build a shortlist of candidate academic papers by searching arXiv by topic or category, then parsing the Atom XML results into structured summaries. This workflow fits research planning and rapid triage, returning organized titles, authors, and abstract snippets for your literature review.

Does the arXiv API return Atom XML, and how do I parse abstracts from the results?

The arXiv API returns Atom XML, which requires reliable parsing to extract abstracts and metadata. The Skill handles Atom XML parsing automatically, producing readable abstract snippets and structured paper summaries without manual browsing or XML processing.

Can I fetch arXiv abstracts and PDFs using arXiv IDs through an automated workflow?

Fetch arXiv abstracts and PDFs by querying the free arXiv REST API with specific arXiv IDs. The workflow optionally retrieves abstracts and PDFs via arXiv URLs, fitting automated literature discovery and research planning workflows for academic papers.