arxiv-search

Search arXiv papers by query and return titles and summaries.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Zidane786/os-coding-agents --skill arxiv-search-zidane786
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-search
Source: https://github.com/Zidane786/os-coding-agents/tree/main/deepagents/libs/cli/examples/skills/arxiv-search
Command: npx skills add https://github.com/Zidane786/os-coding-agents --skill arxiv-search-zidane786

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv.

What problem does it solve?

Searches and organizes scholarly papers from arXiv to help researchers quickly find relevant preprints without manual screening.

Core Features & Use Cases

  • Query-based discovery: Retrieve titles and summaries for papers matching a given topic.
  • Scope-aware: Covers physics, mathematics, computer science, quantitative biology, and related fields.
  • Use Case: A researcher exploring neural network optimization can obtain a concise list of papers with titles and abstracts.

Quick Start

Run arxiv_search.py "deep learning in biology" to fetch formatted results.

Frequently Asked Questions about arxiv-search

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

FAQPage Schema
How do I search arXiv for research papers using a Python CLI?

You can search arXiv papers by running a Python CLI command with your query, which fetches and formats matching titles and summaries. The tool uses the arxiv package to retrieve results for physics, mathematics, computer science, and quantitative biology topics.

What is the best way to find relevant preprints without manual screening?

Finding relevant preprints without manual screening is done by executing a query-based search that retrieves formatted titles and abstracts. This approach organizes scholarly papers from arXiv based on your specific topic, eliminating the need to browse manually.

Does this arXiv search tool work with quantitative biology and physics papers?

Yes, this arXiv search tool works with quantitative biology and physics papers, covering those fields along with mathematics, computer science, and related areas. It returns titles and summaries for preprints matching your query across these domains.

How do I get titles and summaries for deep learning papers from arXiv?

To get titles and summaries for deep learning papers, run the search command with your specific query string. The Python CLI fetches matching arXiv preprints and formats the results to display the paper titles and abstracts directly.

Do I need the arxiv package installed to run arXiv searches?

You need the arxiv package installed to run arXiv searches, as the Python CLI depends on it to fetch and format results. The implementation handles missing dependencies gracefully, but the package is required for the search functionality to work.

Why does my arXiv paper search return no results for my query?

Your arXiv paper search might return no results if the query terms do not match existing preprint titles or abstracts. The tool searches across physics, mathematics, computer science, and quantitative biology, so ensure your query aligns with these fields.