arxiv-search

arxiv-search is a skill for Claude Code, Codex from DeevsDeevs/agent-system. It costs 63 tokens per session (643 once invoked), scanned A, original, Apache-2.0.

A search tool for arXiv, a public repository of research papers and preprints that have not necessarily completed journal review. It searches subjects including computer science, mathematics, physics, biology, finance, and statistics.

In plain words
What is it for?
Use it to search for research papers, scientific literature, machine-learning studies, mathematical methods, and other academic preprints.
Why use it?
It helps find relevant academic work and recent preprints without manually browsing the repository.

Skill for Claude CodeCodex

Written for Claude Code and Codex: ${CLAUDE_PLUGIN_ROOT} variable, but also agents/openai.yaml present.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Good fit Use it to search for research papers, scientific literature, machine-learning studies, mathematical methods, and other academic preprints.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin arxiv-search/plugin install arxiv-search after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for arxiv-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/deevsdeevs/agent-system/arxiv-search.svg)](https://agentmods.dev/skills/deevsdeevs/agent-system/arxiv-search)
Your own site
<a href="https://agentmods.dev/skills/deevsdeevs/agent-system/arxiv-search"><img src="https://agentmods.dev/badge/skills/deevsdeevs/agent-system/arxiv-search.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 643 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.00643
Opus 5 $0.00032 $0.00321
Sonnet 5 $0.00013 $0.00129
Haiku 4.5 $0.00006 $0.00064

Measured 7d ago against content hash d105c6c766dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

arxiv-search scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (arxiv_search.py, arxiv_search.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. **Bash** (fallback): Uses `curl` + `awk` - works everywhere, no dependencies
arxiv-search/SKILL.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Search the arXiv preprint repository for scholarly articles across physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, and economics.

Quick Reference

# Basic search (auto-selects best implementation)
${CLAUDE_PLUGIN_ROOT}/arxiv_search "transformer attention mechanism"

# Limit results
${CLAUDE_PLUGIN_ROOT}/arxiv_search "protein folding" --max-papers 5

Implementation

The skill auto-detects the best available implementation:

  1. Python (preferred): If uv + arxiv package or python3 + arxiv are available
  2. Bash (fallback): Uses curl + awk - works everywhere, no dependencies

To enable Python implementation:

uv pip install arxiv

When to Use

  • Finding recent research and preprints before journal publication
  • Searching for ML/AI papers (cs.LG, cs.AI, cs.CV, stat.ML)
  • Looking up mathematical or statistical methods
  • Finding quantitative biology and bioinformatics papers (q-bio)
  • Accessing physics and mathematics literature

Arguments

Argument Required Default Description
query Yes - Search query string
--max-papers No 10 Maximum papers to retrieve

Output Format

Returns formatted results with:

  • Title: Paper title
  • Summary: Abstract text

Papers are separated by blank lines for readability.

Examples

Machine learning research:

${CLAUDE_PLUGIN_ROOT}/arxiv_search "large language models reasoning" --max-papers 5

Physics papers:

${CLAUDE_PLUGIN_ROOT}/arxiv_search "quantum computing error correction"

Statistics and methods:

${CLAUDE_PLUGIN_ROOT}/arxiv_search "bayesian inference neural networks"

arXiv Categories

Common categories for reference:

  • cs.LG - Machine Learning
  • cs.AI - Artificial Intelligence
  • cs.CV - Computer Vision
  • stat.ML - Statistics: Machine Learning
  • q-bio - Quantitative Biology
  • math - Mathematics
  • physics - Physics
  • q-fin - Quantitative Finance

Read the full file on GitHub · 91 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 91 lines · 63 tokens per session scan A d105c6c766dc

Subscribe to this mod's changes

arxiv-search is a skill published in the GitHub repository DeevsDeevs/agent-system (40 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 63 tokens to every session and 643 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

trace

Evidence-driven tracing lane that orchestrates competing tracer hypotheses in Claude built-in team mode.

Yeachan-Heo/oh-my-claudecode · 18 tokens

peer-review

Structured manuscript/grant review with checklist-based evaluation. Use when writing formal peer reviews with specific criteria methodology assessment, statistical validity, reporting standards compliance (CONSORT/STROBE), and constructive feedback. Best for actual review writing, manuscript revision. For evaluating…

xintaofei/codeg · 71 tokens

scientific-critical-thinking

Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review…

xintaofei/codeg · 63 tokens

scientific-schematics

Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.1 Pro Preview for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways…

xintaofei/codeg · 68 tokens

hypothesis-generation

Structured hypothesis formulation from observations. Use when you have experimental observations or data and need to formulate testable hypotheses with predictions, propose mechanisms, and design experiments to test them. Follows scientific method framework. For open-ended ideation use scientific-brainstorming; for…

xintaofei/codeg · 69 tokens

scientific-brainstorming

Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use…

xintaofei/codeg · 60 tokens