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.
npx skills add Traves-Theberge/arXiv-mcp --skill arxiv-researchgit clone --depth 1 https://github.com/Traves-Theberge/arXiv-mcpWrote 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/traves-theberge/arxiv-mcp/arxiv-research)<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.
<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>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.00044 | $0.00577 |
| Opus 5 | $0.00022 | $0.00289 |
| Sonnet 5 | $0.00009 | $0.00115 |
| Haiku 4.5 | $0.00004 | $0.00058 |
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.
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
- Never scrape arxiv.org directly. Always use the
arxic-mcptools. - Token Efficiency FIRST. Never use
arxiv_get_paper_detailsor pull full abstracts as your first step unless the user explicitly provided a paper ID. Start broad. - 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.
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.
- 12d ago First seen · 39 lines · 44 tokens per session scan A 2f75e5810be9
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.
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.
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.
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…
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.
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…
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.