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.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/libs/cli/examples/skills/arxiv-search ~/.claude/skills/arxiv-search
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
langgraph-docs
Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and...
blog-post
Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image...
code-review
Perform a structured code review of changes, checking for correctness, style, tests, and potential issues.