arxiv-search

Search arXiv by keyword and retrieve paper titles and summaries.

19|1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/owenliang/deepagent --skill arxiv-search-owenliang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/owenliang/deepagent/tree/main/libs/deepagents-cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/owenliang/deepagent --skill arxiv-search-owenliang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a programmatic way to search the arXiv preprint repository, saving researchers time when gathering literature and reproducible results for quick literature reviews.

Core Features & Use Cases

  • ArXiv query: Search by keyword and retrieve titles and summaries.
  • Formatted results: Returns structured, readable results suitable for quick reporting.
  • Use Case: When you need recent or foundational papers on a topic like "neural networks," run this skill to fetch the top 5 arXiv papers and compile a brief digest.

Quick Start

Use the arxiv-search skill to query papers with a keyword. The script is located at the skill directory and can be run via:

  • Basic usage: .venv/bin/python [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N]
  • System Python: python3 [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N]