arxiv-search

Searches and retrieves scientific papers from ArXiv via query and paper ID.

186|56|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/aws-samples/sample-strands-agent-with-agentcore --skill arxiv-search-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/aws-samples/sample-strands-agent-with-agentcore/tree/main/chatbot-app/agentcore/skills/arxiv-search
Command: npx skills add https://github.com/aws-samples/sample-strands-agent-with-agentcore --skill arxiv-search-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps researchers quickly discover and retrieve scientific papers from ArXiv, enabling rapid literature reviews and topic discovery without leaving your workspace.

Core Features & Use Cases

  • arxiv_search(query): Search scientific papers on ArXiv by keyword, author, or topic.
    • query (string, required): Search query for papers
  • arxiv_get_paper(paper_ids): Get detailed paper content (abstract, metadata, content preview) from ArXiv.
    • paper_ids (string, required): Comma-separated paper IDs (e.g., "2301.12345" or "2301.12345,2302.67890")

Usage Guidelines

  • Use specific academic keywords for best search results (e.g., "transformer attention mechanism" rather than "AI").
  • Paper IDs follow the format: 2301.12345 or cs.AI/2301.12345.
  • When presenting results, include: title, authors, abstract summary, and ArXiv link.
  • Use arxiv_search first to find relevant papers, then arxiv_get_paper for detailed content.
  • Pass multiple paper IDs at once as comma-separated values for efficiency.

Quick Start

Run arxiv_search with a keyword such as 'quantum computing' to retrieve matching ArXiv papers.

Frequently Asked Questions about arxiv-search

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

FAQPage Schema
How do I search for academic papers on arXiv?

To search for academic papers on arXiv, use specific keywords like "transformer attention mechanism" to retrieve matching scientific papers with titles, authors, and abstract summaries.

How do I get detailed content for multiple papers from arXiv?

You can retrieve detailed content for multiple arXiv papers by passing comma-separated paper IDs, such as "2301.12345,2302.67890", to fetch abstracts, metadata, and content previews in one request.

Can I do a literature review across STEM fields using arXiv search?

Yes, you can conduct literature reviews and topic discovery across STEM fields by searching arXiv with academic keywords and then retrieving detailed content for the matching scientific papers.

What is the best way to find specific scientific papers on arXiv?

The best way to find specific scientific papers on arXiv is to search with precise academic keywords first, then use the retrieved paper IDs to get detailed abstracts and metadata.

What format do arXiv paper IDs need to be in for retrieval?

ArXiv paper IDs should follow the format "2301.12345" or "cs.AI/2301.12345", and you can pass multiple IDs as comma-separated values for efficient batch retrieval of scientific papers.