arxiv-search

arxiv-search is a skill for Claude Code, Codex from HyunjunJeon/Deepagent-research-context-engineering. It costs 27 tokens per session (804 once invoked), scanned A, a copy of arxiv-search, MIT.

A search tool for arXiv, a free online archive of research papers and preprints. It covers fields such as physics, mathematics, computer science, quantitative biology, statistics, and economics.

In plain words
What is it for?
Use it to search for papers and preprints in computational biology, bioinformatics, systems biology, machine learning for biology, and related technical fields. Results can be limited to a chosen number of papers.
Why use it?
It helps find recent research that may not yet have appeared in a journal. It is also useful when looking for methods or papers outside standard biomedical databases.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search for papers and preprints in computational biology, bioinformatics, systems biology, machine learning for biology, and related technical fields. Results can be limited to a chosen number of papers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hyunjunjeon/deepagent-research-context-engineering/arxiv-search
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HyunjunJeon/Deepagent-research-context-engineering --skill arxiv-search
Clone the repo
git clone --depth 1 https://github.com/HyunjunJeon/Deepagent-research-context-engineering

Made for: Claude Code, Codex.

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/hyunjunjeon/deepagent-research-context-engineering/arxiv-search/github.svg)](https://agentmods.dev/skills/hyunjunjeon/deepagent-research-context-engineering/arxiv-search)
Your own site
<a href="https://agentmods.dev/skills/hyunjunjeon/deepagent-research-context-engineering/arxiv-search"><img src="https://agentmods.dev/badge/skills/hyunjunjeon/deepagent-research-context-engineering/arxiv-search/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for arxiv-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/hyunjunjeon/deepagent-research-context-engineering/arxiv-search"><img src="https://agentmods.dev/badge/skills/hyunjunjeon/deepagent-research-context-engineering/arxiv-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 804 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00027 $0.00804
Opus 5 $0.00014 $0.00402
Sonnet 5 $0.00005 $0.00161
Haiku 4.5 $0.00003 $0.00080

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

Security

Grade A, and why

arxiv-search scanned grade A with 0 findings 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (arxiv_search.py), 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to arxiv-search — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

deepagents_sourcecode/libs/deepagents-cli/examples/skills/arxiv-search/SKILL.md · 103 lines

How it starts

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

arXiv Search Skill

This skill provides access to arXiv, a free distribution service and open-access archive for scholarly articles in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering, systems science, and economics.

When to Use This Skill

Use this skill when you need to:

  • Find preprints and recent research papers before journal publication
  • Search for papers in computational biology, bioinformatics, or systems biology
  • Access mathematical or statistical methods papers relevant to biology
  • Find machine learning papers applied to biological problems
  • Get the latest research that may not yet be in PubMed

How to Use

The skill provides a Python script that searches arXiv and returns formatted results.

Basic Usage

Note: Always use the absolute path from your skills directory (shown in the system prompt above).

If running deepagents from a virtual environment:

.venv/bin/python [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N]

Or for system Python:

python3 [YOUR_SKILLS_DIR]/arxiv-search/arxiv_search.py "your search query" [--max-papers N]

Replace [YOUR_SKILLS_DIR] with the absolute skills directory path from your system prompt (e.g., ~/.deepagents/agent/skills or the full absolute path).

Arguments:

  • query (required): The search query string (e.g., "neural networks protein structure", "single cell RNA-seq")
  • --max-papers (optional): Maximum number of papers to retrieve (default: 10)

Examples

Search for machine learning papers:

.venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5

Search for computational biology papers:

.venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "protein folding prediction"

Search for bioinformatics methods:

.venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "genome assembly algorithms"

Read the full file on GitHub · 103 lines

Files

What ships with it

1 file 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. 10d ago First seen · 103 lines · 27 tokens per session scan A 91f5d120fab7

Subscribe to this mod's changes

arxiv-search is a skill published in the GitHub repository HyunjunJeon/Deepagent-research-context-engineering (53 stars, last pushed 8mo ago), licensed MIT. It adds 27 tokens to every session and 804 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to arxiv-search, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

postgresql-table-design

Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.

wshobson/agents · 37 tokens

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

istio-traffic-management

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

wshobson/agents · 40 tokens

python-feature-lifecycle

Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.

microsoft/agent-framework · 43 tokens