autor.template

autor.template is a command for coding agents from llv22/AutoResearchWithEyes. It costs 62 tokens per session (1,743 once invoked), scanned A, original, MIT.

Príkaz na stiahnutie a nastavenie LaTeX šablóny pre konkrétnu vedeckú konferenciu.

In plain words
What is it for?
Pomáha pripraviť šablóny pre ICLR, NeurIPS, ICML, EMNLP alebo inú konferenciu a uložiť ich do projektu spolu s limitom strán.
Why use it?
Šetrí ručné hľadanie správnych štýlov, bibliografických súborov a pravidiel rozsahu pre dané podujatie.

Command

Part of the auto-research-with-eyes plugin — 10 skills, 5 commands, 2 agents, 1 MCP server shipped together

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.

agentmods
npx agentmods add commands/llv22/autoresearchwitheyes/autor.template
Clone the repo
git clone --depth 1 https://github.com/llv22/AutoResearchWithEyes

Or install auto-research-with-eyes, the plugin that ships this one along with the rest of its 10 skills, 5 commands, 2 agents, 1 MCP server.

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 autor.template

README.md
[![agentmods](https://agentmods.dev/badge/commands/llv22/autoresearchwitheyes/autor.template.svg)](https://agentmods.dev/commands/llv22/autoresearchwitheyes/autor.template)
Your own site
<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>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,743 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00062 $0.01743
Opus 5 $0.00031 $0.00872
Sonnet 5 $0.00012 $0.00349
Haiku 4.5 $0.00006 $0.00174

Measured 4d ago against content hash b44ad8334c80, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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
commands/autor.template.md · 165 lines

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 GitHubiclr2026.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 VENUE from CLAUDE.md and 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/

Read the full file on GitHub · 165 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. 4d ago First seen · 165 lines · 62 tokens per session scan A b44ad8334c80

Subscribe to this mod's changes

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.