arxiv

arxiv is a skill for Claude Code from 0xmariowu/Autosearch. It costs 0 tokens per session (606 once invoked), scanned A, original, MIT.

A search tool for arXiv, a public website for sharing academic preprints—research papers posted before formal journal or conference publication. It focuses on computer science, machine learning, mathematics, and physics.

In plain words
What is it for?
Use it to find recent papers, preprints, authors, abstracts, and material for literature reviews.
Why use it?
It provides paper-focused results with authors and abstracts instead of mixing research with general web content.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the autosearch plugin — 55 skills, 1 agent shipped together

Good fit Use it to find recent papers, preprints, authors, abstracts, and material for literature reviews.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/0xmariowu/autosearch/arxiv
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 0xmariowu/Autosearch --skill arxiv
Clone the repo
git clone --depth 1 https://github.com/0xmariowu/Autosearch

Made for: Claude Code.

Or install autosearch, the plugin that ships this one along with the rest of its 55 skills, 1 agent.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/0xmariowu/autosearch/arxiv"><img src="https://agentmods.dev/badge/skills/0xmariowu/autosearch/arxiv.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 606 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.00000 $0.00606
Opus 5 $0.00000 $0.00303
Sonnet 5 $0.00000 $0.00121
Haiku 4.5 $0.00000 $0.00061

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

Security

Grade A, and why

arxiv 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.

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

autosearch/skills/channels/arxiv/SKILL.md · 60 lines

How it starts

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

Skill Attribution

Source: self-written, plan autosearch-0418-channels-and-skills.md § F002c.


name: arxiv description: Use for academic preprint searches in CS/ML/physics when query is English or mixed and expects peer-reviewed or preprint papers. version: 1 languages: [en] methods:

  • id: api_search impl: methods/api_search.py requires: [] rate_limit: {per_min: 30, per_hour: 500} fallback_chain: [api_search] when_to_use: query_languages: [en, mixed] query_types: [academic, research-paper, literature-review, survey] avoid_for: [news, product-review, real-time] quality_hint: typical_yield: medium-high chinese_native: false layer: leaf domains: [academic] scenarios: [preprint, latest-paper, literature-review] model_tier: Fast experience_digest: experience.md

Overview

arXiv is the core discovery surface for open academic preprints in computer science, machine learning, mathematics, and physics. It is useful when the user wants papers, author names, abstracts, and recent literature rather than social discussion or product sentiment.

For autosearch coverage, this channel gives the planner a clean paper-oriented source with predictable metadata and low noise. It complements web search by making research intent explicit and by supporting literature-review style queries that should not route to news or community channels.

When to Choose It

  • Choose it for English or mixed-language paper lookup on topics like model architectures, benchmarks, safety methods, or optimization techniques.
  • Choose it when the user asks for research papers, surveys, or literature review material rather than blog posts.
  • Choose it when titles, authors, abstracts, and paper identifiers are more important than commentary.
  • Avoid it for breaking news, shopping advice, or fast-moving public opinion.

How To Search (Planned)

  • api_search - Query the arXiv API search endpoint with keyword and category filters, then parse Atom feed results into normalized paper evidence.
  • api_search - Expected fields include title, authors, summary, published date, primary category, and canonical arXiv URL.
  • api_search - Initial ranking should favor exact topic matches and recent relevant submissions for literature-review workflows.

Read the full file on GitHub · 60 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. 12d ago First seen · 60 lines · 0 tokens per session scan A 3f7126e37b7e

Subscribe to this mod's changes

arxiv is a skill published in the GitHub repository 0xmariowu/Autosearch (44 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 606 tokens. 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-30.

Related

Other skills, from other repositories

qec-construct

Verifier-in-the-loop CONSTRUCTION of quantum error-correcting codes with transversal non-Clifford gates (CCZ/T). Applies whenever the project goal is a new or better code/construction — INCLUDING search-phrased goals ("find codes beating X"), where the construct-loop (propose algebraic rule → qverify → debug) is the…

Muuuun/luxas · 148 tokens

paper-search

Search, download, and read academic papers from 20+ sources (arXiv, PubMed, Semantic Scholar, CrossRef, etc). Use when the user asks to find papers, search for research, look up academic literature, download a paper PDF, or extract text from a paper.

openags/paper-search-mcp · 62 tokens

assumption-audit

Surface all assumptions, classify by vulnerability (load-bearing × likely-false), validate causal logic. Focus on dangerous assumptions — high load-bearing + non-explicit.

yogsoth-ai/de-anthropocentric-research-engine · 37 tokens

sanity-best-practices

Sanity development best practices for schema design, GROQ queries, TypeGen, Visual Editing, images, Portable Text, Studio structure, localization, migrations, Sanity Functions, webhooks, Blueprints, and framework integrations such as Next.js, Nuxt, Astro, Remix, SvelteKit, Angular, Hydrogen, and the App SDK. Use this…

sanity-io/agent-toolkit · 164 tokens

causal-modeling

Campaign for building causal models — identify variables, map mechanisms, collect evidence, analyze interventions, validate models. Produces causal graphs in the wiki vault.

yogsoth-ai/de-anthropocentric-research-engine · 35 tokens

ablation-design

Design ablation studies to isolate component contributions in ML systems.

yogsoth-ai/de-anthropocentric-research-engine · 15 tokens