Borrowing it
Nothing to install: this file belongs to ZimoLiao/scholaraio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ZimoLiao/scholaraio/main/.claude/skills/arxiv/SKILL.mdgit clone --depth 1 https://github.com/ZimoLiao/scholaraioWrote 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/zimoliao/scholaraio/arxiv)<a href="https://agentmods.dev/skills/zimoliao/scholaraio/arxiv"><img src="https://agentmods.dev/badge/skills/zimoliao/scholaraio/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.
<a href="https://agentmods.dev/skills/zimoliao/scholaraio/arxiv"><img src="https://agentmods.dev/badge/skills/zimoliao/scholaraio/arxiv.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00046 | $0.00843 |
| Opus 5 | $0.00023 | $0.00421 |
| Sonnet 5 | $0.00009 | $0.00169 |
| Haiku 4.5 | $0.00005 | $0.00084 |
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.
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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
arXiv Preprints
Use this skill when the task is specifically about arXiv as a source of preprints.
This is a thin source-workflow skill:
searchskill handles overall paper-search routingarxivskill handles preprint discovery, browsing, fetching, and optional ingest
When to Use
Use this skill when the user wants to:
- browse recent or category-scoped preprints
- "随便看看" arXiv 上某个方向最近有什么
- search arXiv directly instead of only searching the local library
- fetch a paper from an arXiv ID,
absURL, orpdfURL - download a preprint into the configured paper inbox (fresh default:
data/spool/inbox/) - send an arXiv preprint directly into the ingest pipeline
Do not use this skill when:
- the task is mainly about searching the local knowledge base
- the user wants a full multi-source literature survey; use
searchorexplore
Core Workflow
1. Decide whether this is browse/search or fetch/ingest
- If the user wants to look around, discover preprints, or check what is new, start with
arxiv search - If the user wants cross-source retrieval with the local library, use
fsearch --scope main,arxiv - If the user already has a specific arXiv paper in mind, use
arxiv fetch - If the goal is "put this preprint into my library now", use
arxiv fetch <id> --ingest
2. Use the right command
Direct arXiv search:
scholaraio arxiv search "<query>"
scholaraio arxiv search "<query>" --category physics.flu-dyn
scholaraio arxiv search --category cs.LG --sort recent
Federated search when arXiv should complement the local library:
scholaraio fsearch "<query>" --scope main,arxiv
scholaraio fsearch "<query>" --scope arxiv
Fetch PDF only:
scholaraio arxiv fetch 2603.25200
scholaraio arxiv fetch arXiv:2603.25200v1
scholaraio arxiv fetch https://arxiv.org/abs/2603.25200v1
Fetch and ingest immediately:
scholaraio arxiv fetch 2603.25200 --ingest
3. Keep the source semantics clear
- arXiv is a preprint source, not the main curated knowledge base
- Use it to discover fresh work quickly or pull in a specific preprint
- If the paper becomes relevant to the user's ongoing work, ingest it instead of repeatedly treating it as an external result
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 · 90 lines · 46 tokens per session scan A 5a49b2d87850
arxiv is a skill published in the GitHub repository ZimoLiao/scholaraio (571 stars, last pushed 12d ago), licensed MIT. It adds 46 tokens to every session and 843 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-30.
Other skills, from other repositories
template-textbook
Modular fillable textbook scaffold — parts/chapters/labs/question banks from config.yaml, auto-numbering, deterministic figures, structural contract enforcement.
stackoverflow
Programming Q&A with community-voted answers across 200+ technical tags via api.stackexchange.com.
model-paper-deconstruct
A paper-analysis workflow that studies how a reference research paper is structured and written. It uses a framework for separating visible details, underlying ideas, actions, and abstract concepts.
skill-forge
A workflow for turning source material, such as a textbook or research method, into a usable skill for an AI coding assistant. It filters and structures the material, drafts the skill, checks its rules and output format, and reviews it before saving.
topic-review-semisystematic
A three-stage coaching workflow for choosing a topic for a semi-systematic or narrative literature review, which explains and connects research across a broad area instead of using a fully exhaustive search.
topic-workbench
A Chinese-language workflow for developing an academic research topic. It first sorts the project by article type and research approach, then sends it to the matching workflow.