npx skills add ...
npx skills add langchain-ai/deepagents --skill arxiv-search
npx skills add langchain-ai/deepagents --skill arxiv-search
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.
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)Returns title and abstract for each matching paper, sorted by relevance.
Requires the arxiv Python package. If missing, install with: