@langchain-ai/arxiv-search

Deep Agents is an agent harness built on langchain and langgraph. Deep Agents are equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - making them well-equipped to handle complex agentic tasks.

View in AI SkillSafe app
60074 downloads
0 stars
0 demos
SKILL.md
namearxiv-search
descriptionSearches 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.

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

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@langchain-ai/arxiv-search/verified)](https://skillsafe.ai/skill/@langchain-ai/arxiv-search/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@langchain-ai/arxiv-search/installs)](https://skillsafe.ai/skill/@langchain-ai/arxiv-search/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@langchain-ai/arxiv-search/scan)](https://skillsafe.ai/skill/@langchain-ai/arxiv-search/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@langchain-ai/arxiv-search/eval)](https://skillsafe.ai/skill/@langchain-ai/arxiv-search/)