arxiv-search▌
langchain-ai/deepagents · updated Apr 8, 2026
Search arXiv for preprints and academic papers by topic with abstract retrieval.
- ›Query-based search across physics, mathematics, computer science, biology, statistics, and related fields
- ›Configurable result limit (default 10 papers) with results sorted by relevance
- ›Returns title and abstract for each matching paper
- ›Requires the arxiv Python package; install via pip if not already present
arXiv Search Skill
Usage
Run the bundled Python script using the absolute skills directory path from your system prompt:
.venv/bin/python [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N]
query(required): Search query string--max-papers(optional): Maximum results to retrieve (default: 10)
Example
.venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5
Returns title and abstract for each matching paper, sorted by relevance.
Dependencies
Requires the arxiv Python package. If missing, install with:
.venv/bin/python -m pip install arxiv
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★27 reviews- ★★★★★Nia Abbas· Dec 28, 2024
I recommend arxiv-search for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Camila Ramirez· Dec 24, 2024
arxiv-search fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Kaira Abbas· Nov 19, 2024
Useful defaults in arxiv-search — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Ira Khan· Nov 15, 2024
arxiv-search is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Ishan Ghosh· Oct 6, 2024
Solid pick for teams standardizing on skills: arxiv-search is focused, and the summary matches what you get after install.
- ★★★★★Carlos Yang· Sep 17, 2024
arxiv-search fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Oshnikdeep· Sep 1, 2024
Useful defaults in arxiv-search — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Ganesh Mohane· Aug 20, 2024
Registry listing for arxiv-search matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Carlos Haddad· Aug 8, 2024
arxiv-search has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Harper Lopez· Jul 27, 2024
Solid pick for teams standardizing on skills: arxiv-search is focused, and the summary matches what you get after install.
showing 1-10 of 27