Skip to content
Content
Command

/paper-trail-receipts

Local-only per-citation audit (no remote API). Reads the cited PDFs from the local registry, generates RECEIPTS.md. Faster than audit-article (no Crossref / paper-search calls).

From plugin
paper-trail
522 skills6 agents22 commands3 hooks
Install
$ npx -y skills add roomi-fields/paper-trail --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/paper-trail-receipts

Context preview

What this command does when you run it.

Local-only per-citation audit (no remote API). Reads the cited PDFs from the local registry, generates RECEIPTS.md. Faster than audit-article (no Crossref / paper-search calls).

Command definition

paper-trail-receipts.md
description: Local-only per-citation audit (no remote API). Reads the cited PDFs from the local registry, generates RECEIPTS.md. Faster than audit-article (no Crossref / paper-search calls).

`/paper-trail:receipts` — Local audit only (no remote API)

Variant of `/paper-trail:audit-article` that operates **only on local data** (registry + PDFs on disk). No `paper-search` MCP calls, no WebSearch, no Crossref API.

Usage

/paper-trail:receipts <path-to-paper.tex>
/paper-trail:receipts <path-to-paper.md>

No `--warn` mode here (use `/paper-trail:audit-article --warn` if you want inline warnings).

What it does

Same as `audit-article` but :

  • **Skips UNVERIFIABLE escalation** : if a cited ref isn't in the

registry or its PDF isn't on disk, the verdict is UNVERIFIABLE without further investigation

  • **No remote search** : doesn't try to fetch missing PDFs via

cascade

  • **No metadata enrichment** : doesn't cross-check author/year via

Crossref

Useful when :

  • You're offline
  • You want a fast first-pass audit (~10s for 20 citations)
  • You want to verify the claims against PDFs you already have, without

triggering acquisition of missing ones

Output

`RECEIPTS.md` with the same format as `audit-article`.

Citations with no local PDF will be marked `UNVERIFIABLE (no local PDF, run /paper-trail:cascade <slug> to acquire)`.

Cross-reference

  • `/paper-trail:audit-article` — full audit with remote enrichment
  • `/paper-trail:cascade <slug>` — acquire missing PDFs
  • `/paper-trail:audit-sota` — bibliography-level audit (no per-claim

verification)

Read more
Ships withpaper-trail

Anti-hallucination plugin for academic research in Claude Code. Create literature reviews and papers guaranteed without fabricated citations.

Get the whole plugin

Other commands on paper-trail.