Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/MicroMilo/awesome-claude-code-codex-papersnpx agentmods add skills/micromilo/awesome-claude-code-codex-papers/official-conference-paper-censusWrote 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/micromilo/awesome-claude-code-codex-papers/official-conference-paper-census)<a href="https://agentmods.dev/skills/micromilo/awesome-claude-code-codex-papers/official-conference-paper-census"><img src="https://agentmods.dev/badge/skills/micromilo/awesome-claude-code-codex-papers/official-conference-paper-census/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/micromilo/awesome-claude-code-codex-papers/official-conference-paper-census"><img src="https://agentmods.dev/badge/skills/micromilo/awesome-claude-code-codex-papers/official-conference-paper-census.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.00086 | $0.02462 |
| Opus 5 | $0.00043 | $0.01231 |
| Sonnet 5 | $0.00017 | $0.00492 |
| Haiku 4.5 | $0.00009 | $0.00246 |
Grade A, and why
official-conference-paper-census 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 10d 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Official Conference Paper Census
Use this skill to turn an official conference listing into an auditable dataset. Keep two authorities separate:
- Acceptance authority: the conference website, official proceedings, official publisher, or official OpenReview conference record. This determines venue identity and the primary
paper_url. - Content evidence: the official PDF when available, otherwise an OpenAlex-resolved repository copy or a reviewed arXiv/institutional copy that is identity-matched to the official record. This supplies abstract/full-text bytes only and never proves acceptance.
An arXiv-only paper is never eligible for the main catalog.
Workflow
- Freeze the current catalog and inspect the repository schema before changing data.
- Capture the official conference entry point, fetched timestamp, track names, published count, and source URL.
- Prefer an official machine-readable export. For ICLR, use
scripts/export_iclr_downloads.py; the official ICLR Downloads 2026 form supports JSON/CSV/XLSX/YAML and independent track selection. Record the Downloads event total separately from the main-conference proceedings total because the page mixes posters, tutorials, invited talks, workshops, and demonstrations. - Check references/conference-support.md before choosing an adapter. Use the venue adapter already present in
scripts/build_conference_census.pyor add a small official-source adapter. It must preserve the conference's own track labels and use a first-party page, proceedings record, official publisher page, or official OpenReview record as the source of truth. For Researchr venues (ASE/FSE/ISSTA/ICSE/PLDI/POPL/OOPSLA), the accepted-paper page is the census and the official event-details AJAX response is the abstract source. For ICML, use the official poster page; for AAAI, use the official OJS article page. Store source hashes, response metadata, raw snapshots where practical, and an append-only JSONL ledger. Per-host concurrency and pacing must be bounded; challenge pages are recorded aspendingand are never bypassed. If a first-party host fails only because the local HTTP proxy cannot complete its TLS connection, retry through a direct connection for that exact host (for example with a narrowly scopedNO_PROXYentry); this is transport troubleshooting, not a challenge or CAPTCHA bypass. Keep the official URL and the transport outcome in the audit ledger. - Normalize every official record into the census with its title, venue, year, track, official URL, full-text URL when available, and a unique key. Give every record a disposition:
included,excluded,pending, orduplicate. Every non-included record needs a concrete reason. - Refresh Researchr track pages before doing per-paper requests:
scripts/refresh_researchr_extensions.pymerges newly exposed DOI/PDF identifiers without resetting prior review state. Then runscripts/enrich_official_pdf_urls.pyfor unresolved AAAI/ICML/Researchr/SIGPLAN candidates. ACM DOI records may be mapped to the officialdl.acm.orgPDF endpoint, but never bypass publisher challenges or bulk-download against host policy. “No PDF exposed” means only that no usable first-party link was visible at the recorded fetch time. - Run
scripts/enrich_official_metadata.pyfirst. When the official host omits metadata or blocks content, runscripts/enrich_scholarly_content.py --conference <ID>. It batches official DOIs through OpenAlex, reconstructs abstracts, records open locations, applies reviewed overrides fromdata/audit/content-source-overrides.yaml, and checkpoints every result indata/audit/2026-scholarly-content.jsonl. A DOI mismatch is rejected. A non-DOI override must bind to the exact official detail URL and record reviewed identity evidence. Prefer exact title plus authors; when a submitted manuscript and accepted paper have different titles, require a complete author match plus materially identical abstract, method, datasets, and reported results, and preserve the title-change caveat explicitly. - Run
scripts/scan_conference_fulltext.pyin batches. The default is metadata-first: an identity-bound title/abstract filters clearly unrelated records before any PDF request, while candidates enter the PDF queue. For publisher-constrained venues, use--verified-content-onlyso only resolved open copies are requested. Use--pdf-scope allonly for an explicitly documented full-PDF pass. Store source identity, version, retrieval hash, extraction status, page/snippet evidence, and model candidates indata/audit/2026-fulltext-scan.jsonl; do not commit PDFs. Resume from the JSONL checkpoint. - Review every product hit in context. Search the full text, appendix, tables, footnotes, supplementary material, and artifact documentation for
Claude Code,Claude-Code,Claude Code CLI,Codex CLI,Codex-CLI,Repo Codex,OpenAI Codex,Codex agent, andcoding agent. A paper using a Claude or GPT API is not automatically a paper about Claude Code or Codex CLI. - Extract the paper's original model string and configuration. Preserve snapshots such as
gpt-5.2-2025-12-11verbatim; recordnot-reportedonly after the full text and available artifact have been checked. Save the section/page/table/appendix location for each claim. - Review recall-oriented product hits with
scripts/review_iclr_product_hits.pyorscripts/review_other_product_hits.pyso references and ancillary author assistance become excluded records with reasons rather than silent omissions. If a venue has unreviewed product hits, stop promotion and add an explicit review mapping. - Before promotion, run
scripts/update_pending_review.py. It identifies direct product signals in identity-bound titles/abstracts, records whether content is unresolved, challenged, or awaiting scanning, and writesdata/audit/2026-pending-summary.json. A high-priority pending record is still pending; title/abstract evidence alone never qualifies it for the catalog. - Promote only records that have an exact official record and reviewed product-level evidence. Run
scripts/finalize_catalog_audit.py, then generatedocs/2026-conference-census.mdwithscripts/build_audit_report.py.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 94 lines · 86 tokens per session scan A 906bcbbe14eb
official-conference-paper-census is a skill published in the GitHub repository MicroMilo/awesome-claude-code-codex-papers (2 stars, last pushed 3d ago), licensed MIT. It adds 86 tokens to every session and 2,462 once invoked, about $0.0004 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-31.
Other skills, from other repositories
make-goal
Create, tighten, or review runnable /goal contracts for coding agents such as Codex, Claude Code, Cursor, and similar agent tools. Use when the user asks to write, make, generate, improve, productize, or critique a goal prompt, rescue contract, GOAL.md-style task, done-when contract, verification prompt, stop-rule…
kami-deck
A lab-meeting deck on gut-microbiome links to sleep quality — the design, the results, the caveats, and the next experiment. Built as a decision-grade academic research deck for lab group, PI.
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
fs-editorial-forest
Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience.
motion-frames
A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…
hr-onboarding
A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".