arxiv

Search and retrieve academic papers from arXiv and Semantic Scholar APIs.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill arxiv-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/skills/research/arxiv
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill arxiv-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of searching for and accessing academic papers from arXiv, making it easy to find and read relevant research.

Core Features & Use Cases

  • Search and Retrieve Papers: Find papers by keyword, author, category, or ID.
  • Abstract and Full Paper Access: Retrieve abstracts and full papers in various formats.
  • API Integration: Utilizes the arXiv and Semantic Scholar APIs for robust search and citation information.
  • Use Case: Use this Skill to quickly locate the latest research on a specific topic or to find a paper by a particular author.

Quick Start

Search for papers on "quantum computing" using the arxiv skill.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search for academic papers using keywords and authors?

You can search for academic papers by keyword, author, category, or ID. This Skill queries the arXiv and Semantic Scholar APIs to retrieve matching abstracts, full papers, and citation information.

Can I retrieve full academic papers and abstracts from arXiv?

Yes, you can retrieve both abstracts and full academic papers from arXiv. The Skill fetches these documents in various formats using free API integration depending on your specific research needs.

Do I need Python and internet access to search academic papers with this API?

Yes, you need Python and internet access to execute the scripts. The Skill relies on the requests library to query the arXiv and Semantic Scholar free APIs for retrieving academic papers.

What is the best way to find citation information for academic papers?

The best way to find citation information is by querying the Semantic Scholar API. This Skill integrates Semantic Scholar to retrieve detailed citation data alongside standard arXiv search results.

How do I locate a specific arXiv paper by its ID?

You can locate a specific arXiv paper by providing its ID to the Skill. The script queries the arXiv API directly to retrieve the matching paper's abstract, full text, and metadata.

Are there limitations when using free APIs to search for science papers?

When using these free APIs, limitations include requiring internet access and a Python environment to run the requests. Search results and full paper retrieval depend on the external API rate limits and availability.