omgskills Get the Mac app
Skill

arxiv-search

@langchain-ai 27k stars Updated 2026-07-28 Author match: High

Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.

aideepagentslangchainlanggraph

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/libs/cli/examples/skills/arxiv-search ~/.claude/skills/arxiv-search

View on GitHub

From README

arXiv Search Skill Run the bundled Python script using the absolute skills directory path from your system prompt: query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example Returns title and abstract for each matching paper, sorted by relevance. Dependencies Requires the arxiv Python package. If missing, with:

More from this repo