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 airas-org/airas --skill preregister-papergit clone --depth 1 https://github.com/airas-org/airasWrote 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/airas-org/airas/preregister-paper)<a href="https://agentmods.dev/skills/airas-org/airas/preregister-paper"><img src="https://agentmods.dev/badge/skills/airas-org/airas/preregister-paper/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/airas-org/airas/preregister-paper"><img src="https://agentmods.dev/badge/skills/airas-org/airas/preregister-paper.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.00117 | $0.02181 |
| Opus 5 | $0.00059 | $0.01091 |
| Sonnet 5 | $0.00023 | $0.00436 |
| Haiku 4.5 | $0.00012 | $0.00218 |
Grade A, and why
preregister-paper 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 6d 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 — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Preregister the paper
You write the paper before the experiments, from the hypothesis and experimental design alone. The commit that adds this paper is the preregistration record: every claim, criterion and expected result is frozen in git history before any result exists, so nothing can be quietly rewritten to fit the data later. Runs are expected to descend from this commit.
main.tex lives in .research/latex/{template}/, where {template} is
one of the bundled template directories (iclr2024, mdpi,
agents4science_2025) — the name the verification tools address the
paper by. The directory is only a slot: use the bundled style or your
own preamble, keeping the usual structure (title, abstract, numbered
sections, figures, bibliography). Write in the user's working
language; a CJK paper needs a LuaTeX preamble (luatexja-fontspec —
pdflatex silently drops non-Latin text from the PDF). This skill only
changes when the paper is written and how Results are stated.
Preconditions
- A local clone of the experiment repository.
- Hypothesis and experimental design exist — in
.research/research_history.json, or supplied by the user. The design must fix the run ids (e.g.proposed,baseline) and the metrics; if it does not, settle those with the user first, because the placeholders below are named after them.
Steps
-
Create the canonical record with
preregister_record. This writes.research/record.json— the machine-readable original the whole verification system keys on. The record is a tree, read as "to support this hypothesis, these claims; to verify this claim, these designs; a design is these runs":hypotheses: [{ "id": "h1", "statement": "the hypothesis, in prose", "claims": [{ "id": "c1", "statement": "one assertive sentence", "designs": [{ "id": "d1", "summary": "...", "runs": [{"run_id": "proposed-...", "description": "...", "params": {"mode": "full"}}] }] }], "tables": [...], "notes": [...] }]
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.
- 6d ago First seen · 174 lines · 117 tokens per session scan A 72712c434be7
preregister-paper is a skill published in the GitHub repository airas-org/airas (33 stars, last pushed today), licensed MIT. It adds 117 tokens to every session and 2,181 once invoked, about $0.0006 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-09-04.
Other skills, from other repositories
research-proof
Turn vague research ideas, math-heavy claims, AI-lab style agent loops, benchmark claims, causal claims, prototype-readiness claims, design research, prompt-injection-sensitive evidence reviews, and medical-research style questions into falsifiable proof programs with fixed Claim/Verifier/Current…
proof-checker
A mathematical proof review and repair workflow for LaTeX documents. It checks whether a proof has valid reasoning, addresses identified gaps, reviews the fixes, and produces an audit report.
research-lit
Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.
auto-paper-improvement-loop
An automated editing cycle for a compiled research paper: an external language model reviews it, fixes are applied, and the paper is compiled again.
paper-illustration
A workflow for generating academic illustrations, such as architecture diagrams and method visuals, with image generation and repeated review. Claude plans and checks the figure during the process.
paper-write
A workflow for writing a research paper section by section in LaTeX, a text format used to prepare structured technical documents. It starts from a paper outline and supports several academic venues and citation sources.