arxiv-research

arxiv-research is a skill for Claude Code, Codex from Traves-Theberge/arXiv-mcp. It costs 44 tokens per session (577 once invoked), scanned A, original, MIT.

A workflow for finding, reading, and downloading open-access research papers from arXiv, a public website for sharing scientific papers before or alongside formal publication. It also supports paper summaries and citations.

In plain words
What is it for?
Use it to find papers by topic or author, inspect a paper by its arXiv identifier, get a short overview, download a PDF, or prepare citations.
Why use it?
It provides a defined way to search for relevant papers and then examine selected papers without starting with unnecessary full-paper downloads.

Skill for Claude CodeCodex

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

Good fit Use it to find papers by topic or author, inspect a paper by its arXiv identifier, get a short overview, download a PDF, or prepare citations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/traves-theberge/arxiv-mcp/arxiv-research
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 Traves-Theberge/arXiv-mcp --skill arxiv-research
Clone the repo
git clone --depth 1 https://github.com/Traves-Theberge/arXiv-mcp

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-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/traves-theberge/arxiv-mcp/arxiv-research/github.svg)](https://agentmods.dev/skills/traves-theberge/arxiv-mcp/arxiv-research)
Your own site
<a href="https://agentmods.dev/skills/traves-theberge/arxiv-mcp/arxiv-research"><img src="https://agentmods.dev/badge/skills/traves-theberge/arxiv-mcp/arxiv-research/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-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/traves-theberge/arxiv-mcp/arxiv-research"><img src="https://agentmods.dev/badge/skills/traves-theberge/arxiv-mcp/arxiv-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 577 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 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.00044 $0.00577
Opus 5 $0.00022 $0.00289
Sonnet 5 $0.00009 $0.00115
Haiku 4.5 $0.00004 $0.00058

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

Security

Grade A, and why

arxiv-research 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 12d 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.

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.

skills/arxiv-research/SKILL.md · 39 lines

How it starts

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

arXiv Research Skill

Core Directives

  1. Never scrape arxiv.org directly. Always use the arxic-mcp tools.
  2. Token Efficiency FIRST. Never use arxiv_get_paper_details or pull full abstracts as your first step unless the user explicitly provided a paper ID. Start broad.
  3. Rate Limits. The tools enforce a mandatory 3-second delay. Do not retry if a call is taking slightly longer than expected.

Tool Conditionals

IF the user asks to search for a topic, keyword, or author (e.g., "papers on quantum gravity", "find papers by LeCun"): THEN use arxiv_search with parameters query and max_results to retrieve a list of IDs. AND THEN present the titles and IDs to the user, pausing for them to select an ID for deeper analysis.

IF the user asks for the newest or most trending papers in a general field without a specific keyword (e.g., "what's new in AI?"): THEN use arxiv_search_trending_papers with a standard category prefix (e.g., cs.AI).

IF the user provides a paper_id and asks for a quick overview or TL;DR: THEN use arxiv_get_paper_summary to get an AI-optimized synopsis.

IF the user provides a paper_id and asks for full, deep-dive analysis of the methodology and results: THEN use arxiv_get_paper_details to ingest the complete, unabridged abstract and metadata into context.

IF the user provides a paper_id and asks for more papers like it, or to go down a "rabbit hole": THEN use arxiv_search_related_papers to automatically cross-reference the primary category and find adjacent research.

IF the user asks you to cite a paper or generate a bibliography: THEN use arxiv_get_paper_citations passing the paper_id and optional format (bibtex, apa, mla). Display the output in a codeblock.

IF the user explicitly asks to "download the PDF" or "save the paper to my machine": THEN use arxiv_download_paper passing the paper_id and an absolute path for destination_dir.

Read the full file on GitHub · 39 lines

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. 12d ago First seen · 39 lines · 44 tokens per session scan A 2f75e5810be9

Subscribe to this mod's changes

arxiv-research is a skill published in the GitHub repository Traves-Theberge/arXiv-mcp (2 stars, last pushed 6mo ago), licensed MIT. It adds 44 tokens to every session and 577 once invoked, about $0.0002 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

rpg-worldstate-gm

Use the RPG Worldstate MCP as durable memory when starting, continuing, or gamemastering an RPG campaign. Applies only when the user is working with a persistent RPG world, not to unrelated chats or ordinary fiction writing without this MCP.

Eurobertics/mcp_rpg_worldstate · 55 tokens

b123d-modeling

Use this skill when asked to model, build, or modify a 3D part or assembly with build123d — from a text description, a technical drawing (image or PDF), dimensions in a spec, or an existing STEP/STL file.

pzfreo/build123d-mcp · 0 tokens

latex

Compile one specified LaTeX document, resolve build errors, audit citations, and report build quality. Use when a .tex source must be built or a concrete compilation failure repaired. Not for corpus-wide build checks, visual polish after a clean build, or creating a project; use $latex-health-check, $latex-polish, or…

flonat/flonat-research · 74 tokens

beamer-deck

Create an academic presentation as a LaTeX Beamer source and reviewed PDF with an original theme. Use when the requested deliverable is a conference, seminar, or lecture deck in Beamer. Not for PowerPoint or RevealJS; use $pptx or $quarto-deck.

flonat/flonat-research · 63 tokens

paper2poster

Convert academic papers (PDF) into conference posters (HTML/PNG). You are the conductor: you decide what each section needs — an original paper figure or text — write the outline, hand-author the poster HTML, and iterate on the render using your own visual read and a blind-reader content quiz. Use when the user wants…

QuZhan51496/paper2anything · 76 tokens

data-analysis

Deliver an end-to-end analysis pipeline: EDA, estimation, or publication output. Use when the user requests an end-to-end analysis pipeline: EDA, estimation, or publication output.

flonat/flonat-research · 41 tokens