arxiv-paper-search

arxiv-paper-search is a skill for Claude Code, Codex from johnson7788/skill-ppt-agents. It costs 107 tokens per session (1,819 once invoked), scanned A, original, no licence file.

A paper-search skill that uses arXiv's official public API, a free service for finding research papers, to retrieve academic publications without a token.

In plain words
What is it for?
Use it for parallel searches across arXiv with multiple search dimensions and advanced query expressions.
Why use it?
It provides a way to search arXiv programmatically instead of browsing papers one by one.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for parallel searches across arXiv with multiple search dimensions and advanced query expressions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/johnson7788/skill-ppt-agents/arxiv-paper-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 johnson7788/skill-ppt-agents --skill arxiv-paper-search
Clone the repo
git clone --depth 1 https://github.com/johnson7788/skill-ppt-agents

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-paper-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/johnson7788/skill-ppt-agents/arxiv-paper-search/github.svg)](https://agentmods.dev/skills/johnson7788/skill-ppt-agents/arxiv-paper-search)
Your own site
<a href="https://agentmods.dev/skills/johnson7788/skill-ppt-agents/arxiv-paper-search"><img src="https://agentmods.dev/badge/skills/johnson7788/skill-ppt-agents/arxiv-paper-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-paper-search

Your own site · 80×15
<a href="https://agentmods.dev/skills/johnson7788/skill-ppt-agents/arxiv-paper-search"><img src="https://agentmods.dev/badge/skills/johnson7788/skill-ppt-agents/arxiv-paper-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,819 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 unknown 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.00107 $0.01819
Opus 5 $0.00053 $0.00910
Sonnet 5 $0.00021 $0.00364
Haiku 4.5 $0.00011 $0.00182

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

Security

Grade A, and why

arxiv-paper-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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/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.

backend/app/skills/arxiv-paper-search/SKILL.md · 211 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 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. 11d ago First seen · 211 lines · 107 tokens per session scan A 52b4b4718947

Subscribe to this mod's changes

arxiv-paper-search is a skill published in the GitHub repository johnson7788/skill-ppt-agents (5 stars, last pushed 1mo ago), with no licence file. It adds 107 tokens to every session and 1,819 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

omnisci

Run OmniScientist end to end in the OmniScientist CLI using DeepSeek V4 Flash. Turn raw research data (images, signals, audio, video, 3-D, tables, or graphs) and an open direction into perceived evidence, a falsifiable hypothesis, recorded analysis, real citations, a gated candidate paper, PDF, and Overleaf bundle.…

Omni-Scientist/OmniScientist · 145 tokens

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling.

Wholiver/Math.Skill · 33 tokens

ncbi_gene

Query NCBI Gene via E-utilities/Datasets API. Search by symbol/ID, retrieve gene info (RefSeqs, GO, locations, phenotypes), batch lookups, for gene annotation and functional analysis.

ai4protein/VenusFactory2 · 49 tokens

ncbi_clinvar

Query NCBI ClinVar for variant clinical significance. Search by gene/condition/CLNSIG, interpret pathogenicity, use E-utilities or FTP; annotate VCFs. Use project tools in src.tools.database.ncbi.

ai4protein/VenusFactory2 · 53 tokens

nature_figure

Submission-grade Nature/high-impact journal figure workflow for Python or R. Use whenever the user asks to create, revise, audit, or polish manuscript figures, multi-panel scientific plots, figures4papers-style matplotlib plots, or journal-ready SVG/PDF/TIFF outputs, especially for Nature-family or other high-impact…

ai4protein/VenusFactory2 · 228 tokens

nature_polishing

Polish, restructure, or translate academic prose into Nature-leaning English using writing-strategy principles, curated Nature/Nature Communications article patterns, and phrase-level support from Academic Phrasebank. Use whenever the user asks to polish a manuscript paragraph, abstract, introduction, results…

ai4protein/VenusFactory2 · 224 tokens