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.
git clone --depth 1 https://github.com/punt-labs/prfaqWrote 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/commands/punt-labs/prfaq/feedback-to-us)<a href="https://agentmods.dev/commands/punt-labs/prfaq/feedback-to-us"><img src="https://agentmods.dev/badge/commands/punt-labs/prfaq/feedback-to-us.svg" alt="Measured on agentmods" 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.00019 | $0.00819 |
| Opus 5 | $0.00010 | $0.00409 |
| Sonnet 5 | $0.00004 | $0.00164 |
| Haiku 4.5 | $0.00002 | $0.00082 |
Grade A, and why
feedback-to-us scanned grade A 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
allowed-tools: Bash(uuidgen), Bash(curl *), Read, Write, Glob, Grep How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Feedback to Us
Send anonymous feedback to help improve the prfaq plugin. One question, one click.
Telemetry Endpoint
Supabase REST API with insert-only RLS policy. No PII is collected.
URL: https://ywikngjtcnyjrddrurhi.supabase.co/rest/v1/ratings
Key: sb_publishable_iDt3ITGKyP_BZ5oksdgAkw_YxDIfkt0
Table schema: anonymous_id (text, required), rating (smallint 1-5, required), version (text), stage (text), comment (text). The id and created_at columns are auto-generated.
Steps
-
Read document context. Search for
prfaq.texin the project root using Glob. If found, extract the version from\prfaqversion{M}{m}and the stage from\prfaqstage{value}using Grep. If no document exists, proceed without version and stage. -
Get or create anonymous ID. Read
.claude/prfaq.local.md. If it containsanonymous_id:in YAML frontmatter, use that value. If the file does not exist, generate a UUID viauuidgen, then write the file:--- anonymous_id: <generated-uuid> --- -
Ask for a rating. Prompt via AskUserQuestion:
- Header: "Rating"
- Question: "How is the prfaq plugin working for you?"
- Options:
- 5 - Excellent — Exactly what I needed
- 4 - Good — Valuable, minor issues
- 3 - Average — Works but could be better
- 2 - Below average — Some value but major friction
- 1 - Poor — Not useful, significant problems
If the user selects "Other", treat their text as a comment and ask for a 1-5 number separately.
-
Ask for an optional comment. Prompt via AskUserQuestion:
- Header: "Feedback"
- Question: "Any specific feedback? (optional)"
- Options:
- Skip — No comment
- Add comment — I have feedback
If they choose "Add comment" or type something via "Other", capture the text.
-
Send the rating. POST the JSON payload to the endpoint above via Bash. The key goes in both
apikeyandAuthorization: Bearerheaders. For example:
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.
- 8d ago First seen · 70 lines · 19 tokens per session scan A e5450108310e
feedback-to-us is a command published in the GitHub repository punt-labs/prfaq (25 stars, last pushed 7d ago), licensed MIT. It adds 19 tokens to every session and 819 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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.