official-conference-paper-census

official-conference-paper-census is a skill for Codex from MicroMilo/awesome-claude-code-codex-papers. It costs 86 tokens per session (2,462 once invoked), scanned A, original, MIT.

A skill for building or checking a complete, reproducible list of papers accepted to an official research conference. It separates proof that a paper was accepted from sources used to read its abstract or full text.

In plain words
What is it for?
Use it to collect conference papers, record official sources and tracks, resolve identity-matched abstracts or PDFs, and mark papers as included, excluded, pending, or duplicates.
Why use it?
It prevents arXiv-only papers or mismatched copies from being incorrectly treated as accepted conference papers.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/export_iclr_downloads.py \.

Good fit Use it to collect conference papers, record official sources and tracks, resolve identity-matched abstracts or PDFs, and mark papers as included, excluded, pending, or duplicates.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/MicroMilo/awesome-claude-code-codex-papers
agentmods
npx agentmods add skills/micromilo/awesome-claude-code-codex-papers/official-conference-paper-census

Made for: Codex.

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 official-conference-paper-census

README.md
[![agentmods](https://agentmods.dev/badge/skills/micromilo/awesome-claude-code-codex-papers/official-conference-paper-census/github.svg)](https://agentmods.dev/skills/micromilo/awesome-claude-code-codex-papers/official-conference-paper-census)
Your own site
<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.

agentmods 80×15 button for official-conference-paper-census

Your own site · 80×15
<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>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,462 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00086 $0.02462
Opus 5 $0.00043 $0.01231
Sonnet 5 $0.00017 $0.00492
Haiku 4.5 $0.00009 $0.00246

Measured 10d ago against content hash 906bcbbe14eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

skills/official-conference-paper-census/SKILL.md · 94 lines

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

  1. Freeze the current catalog and inspect the repository schema before changing data.
  2. Capture the official conference entry point, fetched timestamp, track names, published count, and source URL.
  3. 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.
  4. Check references/conference-support.md before choosing an adapter. Use the venue adapter already present in scripts/build_conference_census.py or 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 as pending and 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 scoped NO_PROXY entry); this is transport troubleshooting, not a challenge or CAPTCHA bypass. Keep the official URL and the transport outcome in the audit ledger.
  5. 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, or duplicate. Every non-included record needs a concrete reason.
  6. Refresh Researchr track pages before doing per-paper requests: scripts/refresh_researchr_extensions.py merges newly exposed DOI/PDF identifiers without resetting prior review state. Then run scripts/enrich_official_pdf_urls.py for unresolved AAAI/ICML/Researchr/SIGPLAN candidates. ACM DOI records may be mapped to the official dl.acm.org PDF 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.
  7. Run scripts/enrich_official_metadata.py first. When the official host omits metadata or blocks content, run scripts/enrich_scholarly_content.py --conference <ID>. It batches official DOIs through OpenAlex, reconstructs abstracts, records open locations, applies reviewed overrides from data/audit/content-source-overrides.yaml, and checkpoints every result in data/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.
  8. Run scripts/scan_conference_fulltext.py in 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-only so only resolved open copies are requested. Use --pdf-scope all only for an explicitly documented full-PDF pass. Store source identity, version, retrieval hash, extraction status, page/snippet evidence, and model candidates in data/audit/2026-fulltext-scan.jsonl; do not commit PDFs. Resume from the JSONL checkpoint.
  9. 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, and coding agent. A paper using a Claude or GPT API is not automatically a paper about Claude Code or Codex CLI.
  10. Extract the paper's original model string and configuration. Preserve snapshots such as gpt-5.2-2025-12-11 verbatim; record not-reported only after the full text and available artifact have been checked. Save the section/page/table/appendix location for each claim.
  11. Review recall-oriented product hits with scripts/review_iclr_product_hits.py or scripts/review_other_product_hits.py so 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.
  12. 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 writes data/audit/2026-pending-summary.json. A high-priority pending record is still pending; title/abstract evidence alone never qualifies it for the catalog.
  13. Promote only records that have an exact official record and reviewed product-level evidence. Run scripts/finalize_catalog_audit.py, then generate docs/2026-conference-census.md with scripts/build_audit_report.py.

Read the full file on GitHub · 94 lines

Files

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.

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. 10d ago First seen · 94 lines · 86 tokens per session scan A 906bcbbe14eb

Subscribe to this mod's changes

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.

Related

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…

majiayu000/awesome-goal-prompts · 141 tokens

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.

nexu-io/open-design · 49 tokens

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…

nexu-io/open-design · 117 tokens

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.

nexu-io/open-design · 44 tokens

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…

nexu-io/open-design · 91 tokens

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 "入职".

nexu-io/open-design · 62 tokens