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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually searching for academic papers, tracking their metadata, and accessing full content across arXiv and citation databases is time-consuming and prone to missing high-impact relevant work.

Core Features & Use Cases

  • No-auth arXiv Search: Search papers by keyword, author, category, or ID using arXiv's free public REST API with no API key required.
  • Citation & Impact Analysis: Pull citation counts, related papers, and author profiles via the Semantic Scholar API to assess paper relevance and influence.
  • Full Paper Access: Retrieve abstracts and full PDFs of papers directly, with optional integration with OCR tools for local PDF processing.
  • Use Case: A researcher conducting a literature review on large language models can quickly find the 10 most recent relevant papers, filter for high-citation work, and pull full PDFs of the top 3 results in minutes instead of hours of manual searching.

Quick Start

Use the arxiv skill to find the 5 most recent papers on transformer attention mechanisms, get their citation counts, and retrieve the full PDF of the highest-cited paper.

Frequently Asked Questions about arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search arXiv academic papers without an API key?

Search arXiv academic papers without an API key by using the public REST API to query by keyword, author, category, or paper ID. This programmatic search retrieves abstracts and metadata instantly without requiring user authentication.

What's the best way to get citation counts for academic papers during a literature review?

Get citation counts for academic papers during a literature review by integrating with the Semantic Scholar API. This approach assesses paper relevance and influence by pulling citation data, related paper recommendations, and author profiles.

Can I retrieve full PDFs of academic papers and process the content locally?

Retrieve full PDFs of academic papers directly from arXiv search results. Process the extracted content locally by integrating with OCR tools, enabling local PDF content extraction for deeper analysis of the retrieved research.

Does Semantic Scholar work with arXiv for generating BibTeX citations and tracking related work?

Semantic Scholar works with arXiv to generate BibTeX citations and track related work. It pulls citation impact data and related paper recommendations to support comprehensive author profiling and literature reviews.

What are the limitations of using arXiv public API for academic paper search?

Limitations of using the arXiv public API for academic paper search include being restricted to papers hosted on arXiv. While it integrates with Semantic Scholar for citation data, it does not require user authentication and may not cover all academic databases.