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.
npx agentmods add commands/punt-labs/prfaq/exportgit clone --depth 1 https://github.com/punt-labs/prfaqWhat 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 | $0.00022 | $0.00394 |
| Opus 5 | $0.00011 | $0.00197 |
| Sonnet 5 | $0.00004 | $0.00079 |
| Haiku 4.5 | $0.00002 | $0.00039 |
Grade B, and why
export scanned grade B 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 2d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
Ubuntu: sudo apt install pandoc What it actually says
Export PR/FAQ to Word (.docx)
Convert the PR/FAQ LaTeX document into a Word file using pandoc. This provides a lightweight alternative to PDF compilation that does not require a ~4 GB TeX distribution.
Steps
-
Locate the .tex file. Use
$ARGUMENTSif provided, otherwise look forprfaq.texor*prfaq*.texin the current directory. If no.texfile is found, tell the user and stop. -
Check pandoc. Run
pandoc --versionto confirm it's available. If not, tell the user:pandoc is required for DOCX export. Install it: macOS: brew install pandoc Ubuntu: sudo apt install pandoc Other: https://pandoc.org/installing.html -
Export. Run:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/export_prfaq_docx.sh <file.tex>This preprocesses custom LaTeX environments, converts via pandoc, and produces a
.docxfile next to the original.tex. -
Report result. Tell the user where the
.docxfile was written. Note that the Word output covers ~80% of the PDF's visual quality — styled headings, numbered FAQs and features, and clean body text — but does not include colored risk ratings, custom quote boxes, or the full typographic treatment of the LaTeX PDF.
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.
- 2d ago First seen · 30 lines · 22 tokens per session scan B 84777166f046
export is a command published in the GitHub repository punt-labs/prfaq (25 stars, last pushed 2d ago), licensed MIT. It adds 22 tokens to every session and 394 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
oracle-dev
Generate property-based test harness using Lean 4 model as oracle.
refine-dev
Verify code refines Z specification via abstraction function and commutativity checks.
refine
Verify code refines Z specification via abstraction function and commutativity checks.
contracts-dev
Generate runtime contracts (preconditions, postconditions, invariants) from a Z specification.
prove-dev
Generate Lean 4 proof obligations from a Z specification.
prove
Generate Lean 4 proof obligations from a Z specification.