arxiv-search

arxiv-search is a skill for Claude Code from TaewoooPark/MagLab. It costs 68 tokens per session (1,024 once invoked), scanned A, original, MIT.

A search workflow for finding magnetism and spintronics preprints on arXiv, a public repository where researchers share papers before formal publication.

In plain words
What is it for?
Use it to scope arXiv categories, create several searches for each topic, resolve paper versions and DOIs, and classify results by tier.
Why use it?
It helps find recent research that may not yet appear in peer-reviewed literature databases while keeping its unreviewed status visible.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to scope arXiv categories, create several searches for each topic, resolve paper versions and DOIs, and classify results by tier.

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

Made for: Claude Code.

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/taewooopark/maglab/arxiv-search/github.svg)](https://agentmods.dev/skills/taewooopark/maglab/arxiv-search)
Your own site
<a href="https://agentmods.dev/skills/taewooopark/maglab/arxiv-search"><img src="https://agentmods.dev/badge/skills/taewooopark/maglab/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/taewooopark/maglab/arxiv-search"><img src="https://agentmods.dev/badge/skills/taewooopark/maglab/arxiv-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,024 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.00068 $0.01024
Opus 5 $0.00034 $0.00512
Sonnet 5 $0.00014 $0.00205
Haiku 4.5 $0.00007 $0.00102

Measured 12d ago against content hash 667c318b580b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 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-search/SKILL.md · 109 lines

How it starts

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

arxiv-search — preprint discovery for magnetism & spintronics

Overview

literature-search covers the peer-reviewed record through OpenAlex. This skill covers what is not there yet: preprints, and the several-month gap between posting and publication that matters in a fast-moving field.

Preprints are evidence, but weaker evidence. Everything below exists to keep that distinction visible downstream rather than letting an unrefereed number enter a synthesis as though it were established.

Category scoping

Scope queries to the categories where this field posts, or the result set fills with unrelated matches for the same acronyms (SOT, DMI, AHE):

Category Covers
cond-mat.mtrl-sci thin films, interfaces, growth, characterisation
cond-mat.mes-hall mesoscopic transport, Hall effects, spin transport
cond-mat.str-el correlated magnetism, exchange, ordering
physics.app-ph device demonstrations, MRAM, integration

Query form: cat:cond-mat.mtrl-sci AND (abs:"spin-orbit torque" OR abs:"SOT").

Query families (3–6 per topic)

Generate the same query families as literature-search, then add the two that only make sense for preprints:

  1. Canonical term — "spin-orbit torque"
  2. Acronym plus disambiguator — "SOT" AND "magnetization switching"
  3. Material-specific — "Ta/CoFeB/MgO"
  4. Measurement-specific — "harmonic Hall", "ST-FMR"
  5. Recency window — the last 12 months, to catch what OpenAlex has not indexed
  6. Author follow-up — authors already in the evidence matrix, for newer work

Version and DOI resolution

An arXiv entry is not one document. Before recording anything:

  • Record the specific version used (arXiv:2401.01234v3), never the bare id. Conclusions change between versions, and v1 is frequently not what was published.
  • Check for a resolved DOI. When present, the published record supersedes the preprint — record the DOI, keep the arXiv id as a secondary reference, and extract from the published version.
  • When a paper is found both here and via literature-search, they are one entry, deduplicated on DOI. Do not let it count twice as corroboration.

Read the full file on GitHub · 109 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 · 109 lines · 68 tokens per session scan A 667c318b580b

Subscribe to this mod's changes

arxiv-search is a skill published in the GitHub repository TaewoooPark/MagLab (11 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 1,024 once invoked, about $0.0003 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-30.