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 TaewoooPark/MagLab --skill arxiv-searchgit clone --depth 1 https://github.com/TaewoooPark/MagLabWrote 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/taewooopark/maglab/arxiv-search)<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.
<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>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.00068 | $0.01024 |
| Opus 5 | $0.00034 | $0.00512 |
| Sonnet 5 | $0.00014 | $0.00205 |
| Haiku 4.5 | $0.00007 | $0.00102 |
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.
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:
- Canonical term —
"spin-orbit torque" - Acronym plus disambiguator —
"SOT" AND "magnetization switching" - Material-specific —
"Ta/CoFeB/MgO" - Measurement-specific —
"harmonic Hall","ST-FMR" - Recency window — the last 12 months, to catch what OpenAlex has not indexed
- 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, andv1is 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.
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 · 109 lines · 68 tokens per session scan A 667c318b580b
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.
Other skills, from other repositories
gwas-starter
Use this skill to run a deterministic local pass over GWAS summary statistics, flag common QC issues, and emit a compact interpretation plan for downstream clumping, heritability, and functional follow-up.
skimage-regionprops-feature-extraction
Use this skill to extract deterministic morphology and intensity features from a toy image with scikit-image regionpropstable.
protein-language-model-function-analysis-starter
Use this skill to validate protein FASTA inputs, extract deterministic smoke-safe embeddings, and run a reusable sequence-to-function triage flow that can later be swapped onto real ESM-2 or ProtT5 backends.
plantcv-plant-phenotyping-starter
Use this skill to generate a tiny synthetic plant image, segment it with PlantCV, and summarize simple morphology-style phenotyping measurements.
lifelines-kaplan-meier-starter
Use this skill to run a deterministic Kaplan-Meier survival analysis over a toy cohort and summarize per-group survival curves.
openmm-forcefield-assignment-starter
Use this skill to assign a simple water force field to a tiny PDB topology with OpenMM and summarize the resulting system.