paper-trail-acquire
Troisième passe du pipeline cible refondu. Lance la cascade PDF (10 sources : Crossref OA + arXiv + OpenAlex + Unpaywall + HAL + CORE + éditeur par DOI +…
Audit a SOTA's bibliography. Classify each cited ref by validation state. Optional --purge removes citations to retracted refs from the SOTA (with .bak backup).
$ npx -y skills add roomi-fields/paper-trail --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/paper-trail-audit-sotaContext preview
What this command does when you run it.
Audit a SOTA's bibliography. Classify each cited ref by validation state. Optional --purge removes citations to retracted refs from the SOTA (with .bak backup).
description: Audit a SOTA's bibliography. Classify each cited ref by validation state. Optional --purge removes citations to retracted refs from the SOTA (with .bak backup).
Invoke the `sota-auditor` skill to audit references cited in an existing SOTA file.
/paper-trail:audit-sota <path-to-SOTA.md> /paper-trail:audit-sota <glob-pattern> /paper-trail:audit-sota <path> --purge # auto-remove retracted citations
1. Reads the SOTA markdown file 2. Extracts all cited refs via the adapter (wikilinks Obsidian, or markdown links flat) 3. For each cited ref, looks up the state in the registry 4. Produces a classification report :
| Cited ref | State | Status | |---|---|---| | `arnold_1982_*` | `sota_cited_confirmed` | OK | | `chemillier_2003_*` | `page1_validated` | TO_VALIDATE (claim audit needed) | | `wilson_2021_*` | `retracted` | HALLUCINATION (to remove) | | `unknown_slug` | (not in registry) | UNKNOWN (broken wikilink) | | `paywall_2020_*` | `blocked_human:cascade_exhausted` | INACCESSIBLE |
5. If `--purge` is set, AUTO-REMOVE the HALLUCINATION wikilinks from the SOTA (in a `.bak` copy first), and add a note at the bottom of the SOTA listing what was removed
Markdown audit report :
# Audit SOTA — <path> ## Status summary - OK: N - TO_VALIDATE: N - HALLUCINATION: N (purged) or N (action required: remove) - UNKNOWN: N - INACCESSIBLE: N ## Details [Table of all cited refs with their status] ## Required actions [List of action items for the curator]
For papers, run `/paper-trail:audit-sota` on every SOTA cited by the paper, then `/paper-trail:audit-article` on the paper itself.
Anti-hallucination plugin for academic research in Claude Code. Create literature reviews and papers guaranteed without fabricated citations.
Troisième passe du pipeline cible refondu. Lance la cascade PDF (10 sources : Crossref OA + arXiv + OpenAlex + Unpaywall + HAL + CORE + éditeur par DOI +…
Batch audit of every SOTA in the vault. For each SOTA, identifies refs that are page1_validated (technical OK) but not yet sota_cited_confirmed (content…
Per-citation audit of an academic article (LaTeX or Markdown). Produces RECEIPTS.md classifying each citation as VALID/ADJUST/INVALID/UNVERIFIABLE. Optional…
Acquire PDFs via the 8-source cascade (11 with opt-in extended sources) for a single ref by slug, or a batch filtered by state. Validates page 1 anti-homonymy…
Inspect a single reference in detail (identity, PDF status, acquisition history with verdicts, citation context in vault, state transitions) and decide its…
Audit the registry via the 19 mechanical invariants (I1-I19). Reports ERROR/WARN/INFO violations. Optional auto-fix for safe ones (I4 path, I6 sha256, I9…