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.
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.
[](https://agentmods.dev/skills/deevsdeevs/agent-system/arxiv-search)<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>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.
| Model | Per session | Once 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 |
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.
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 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.
arxiv-search: Academic Paper Search
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:
- Python (preferred): If
uv+arxivpackage orpython3+arxivare available - 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
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.
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.
- 7d ago First seen · 91 lines · 63 tokens per session scan A d105c6c766dc
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.
Other skills, from other repositories
trace
Evidence-driven tracing lane that orchestrates competing tracer hypotheses in Claude built-in team mode.
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…
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…
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…
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…
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…