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/catfish-1234/proctor/setupgit clone --depth 1 https://github.com/catfish-1234/proctorWhat 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.00025 | $0.00341 |
| Opus 5 | $0.00013 | $0.00170 |
| Sonnet 5 | $0.00005 | $0.00068 |
| Haiku 4.5 | $0.00003 | $0.00034 |
Grade A, and why
setup 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 yesterday.
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.
What it actually says
Set proctor up in the current repository.
- Confirm this is a git repository. If it is not, stop and say so.
- Run
npx @kavishdua/proctor install-hookto install the git pre-commit hook. This catches a bad change even when it did not come from an agent turn. - Run
npx @kavishdua/proctor install-skillto write the honest-completion ruleset to every supported agent's conventional path. Files proctor owns are written whole; shared instruction files likeAGENTS.mdare merged into a delimited block that leaves the rest of the file alone. Report which paths it wrote and which it merged. - Run
npx @kavishdua/proctor drift-checkand confirm it exits 0. - Tell the user which files to commit, including
.proctor-adapter-manifest.jsonif it was created. That file is what lets drift-check tell a deleted ruleset apart from one that was never installed, so it needs to be committed alongside the rest.
The Stop hook is already active through this plugin, so do not also run install-claude-hook
unless the user wants proctor to keep working in repositories where the plugin is not installed.
Do not create a proctor.config.json unless the user asks. The defaults enable every check, and
an empty config file only adds a thing to keep in sync.
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.
- yesterday First seen · 24 lines · 25 tokens per session scan A 6b15059580ab
setup is a command published in the GitHub repository catfish-1234/proctor (1 stars, last pushed 6d ago), licensed MIT. It adds 25 tokens to every session and 341 once invoked, about $0.0001 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.
Other commands, from other repositories
sum
Distill insights from this conversation into memories.
search
Search Nowledge Mem for relevant memories.
save
Save current session to Nowledge Mem.
status
Check Nowledge Mem connection and server status.
nowledge-distill-memory
Distill durable insights from this conversation into memories.
nowledge-read-working-memory
Read today's Working Memory briefing.