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 agentmods add commands/llv22/autoresearchwitheyes/autor.templategit clone --depth 1 https://github.com/llv22/AutoResearchWithEyesWrote 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/commands/llv22/autoresearchwitheyes/autor.template)<a href="https://agentmods.dev/commands/llv22/autoresearchwitheyes/autor.template"><img src="https://agentmods.dev/badge/commands/llv22/autoresearchwitheyes/autor.template.svg" alt="Measured on agentmods" 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 | $0.00062 | $0.01743 |
| Opus 5 | $0.00031 | $0.00872 |
| Sonnet 5 | $0.00012 | $0.00349 |
| Haiku 4.5 | $0.00006 | $0.00174 |
Grade A, and why
autor.template scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sLO https://raw.githubusercontent.com/ICLR/Master-Template/master/iclr2026.zip How it starts
The opening of the file, as written. The whole thing — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Venue Template Setup
Download and configure LaTeX template files for: $ARGUMENTS
Overview
This command downloads official conference style files into templates/<venue>/ and updates CLAUDE.md with the venue's page limits. It supports both known venues (with pre-configured download URLs) and custom venues.
Constants
Read TEMPLATE_DIR from CLAUDE.md (default: templates/).
Known Venues
| Venue | Source | Key Files | Page Limit |
|---|---|---|---|
iclr2026 |
ICLR GitHub — iclr2026.zip |
iclr2026_conference.sty, .bst, .tex, natbib.sty, fancyhdr.sty |
9 pages |
neurips2026 |
NeurIPS media server — latest Styles.zip |
neurips_*.sty, .tex |
9 pages |
icml2026 |
ICML media server — latest Styles.zip or icml*.zip |
icml*.sty, .bst, algorithm.sty, algorithmic.sty, fancyhdr.sty |
8 pages |
emnlp2026 |
ACL style files | acl.sty, acl_natbib.bst, acl_latex.tex |
8 pages (long) / 4 pages (short) |
Procedure
Step 1: Parse the venue argument
Extract the venue name from $ARGUMENTS. Normalize to lowercase, strip whitespace.
- If the argument matches a known venue (iclr2026, neurips2026, icml2026, emnlp2026), proceed to Step 2.
- If the argument starts with
custom:, extract the venue name and skip to Step 4 (Custom Venue). - If no argument is given, read
VENUEfromCLAUDE.mdand use that.
Step 2: Create the template directory
mkdir -p templates/<venue>/
Step 3: Download files for the known venue
Follow the venue-specific download procedure:
iclr2026
cd /tmp
curl -sLO https://raw.githubusercontent.com/ICLR/Master-Template/master/iclr2026.zip
unzip -o iclr2026.zip -d iclr2026_extracted
cp iclr2026_extracted/iclr2026/*.sty templates/iclr2026/
cp iclr2026_extracted/iclr2026/*.bst templates/iclr2026/
cp iclr2026_extracted/iclr2026/*.tex templates/iclr2026/
cp iclr2026_extracted/iclr2026/*.bib templates/iclr2026/
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.
- 4d ago First seen · 165 lines · 62 tokens per session scan A b44ad8334c80
autor.template is a command published in the GitHub repository llv22/AutoResearchWithEyes (5 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 1,743 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
paperspine
Start PaperSpine with automatic intake UI when configuration is missing.
wtfp:export-latex
Export the manuscript and bibliography to portable LaTeX source with declared formatting.
intake
Process files in inbox/ into structured PHG files.
render-figures
Compile all .tex and .typ figure files in a directory.
bibtex
Generate, clean, deduplicate and normalize a BibTeX/BibLaTeX library.
onboard
Onboard an existing math paper — generate validation blocks section-by-section with interactive approval.