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/novasamatech/nova-spektr/prgit clone --depth 1 https://github.com/novasamatech/nova-spektrWrote 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/novasamatech/nova-spektr/pr)<a href="https://agentmods.dev/commands/novasamatech/nova-spektr/pr"><img src="https://agentmods.dev/badge/commands/novasamatech/nova-spektr/pr.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.00000 | $0.00144 |
| Opus 5 | $0.00000 | $0.00072 |
| Sonnet 5 | $0.00000 | $0.00029 |
| Haiku 4.5 | $0.00000 | $0.00014 |
Grade A, and why
pr 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 4d 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.
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
Generate a pull request description for the current branch.
Instructions:
- Run
git diff dev...HEAD --statto see which files changed - Run
git diff dev...HEADto see the full diff - Analyze the changes and produce a PR description in this format:
.github/PULL_REQUEST_TEMPLATE.md
Rules:
- Keep it concise — a reviewer should understand the PR in 30 seconds
- Focus on the "why" not the "what" — the diff shows the what
- Group related changes together
- Include specific test steps, not generic ones
- Do NOT include a title — that will be set separately
- Output ONLY the markdown body, ready to paste
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.
- 4d ago First seen · 17 lines · 0 tokens per session scan A aa47e841ebe8
pr is a command published in the GitHub repository novasamatech/nova-spektr (56 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 144 tokens. 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-09-01.
Other commands, from other repositories
doc-sync
Analyze recent code changes and identify which documentation files need updating.
use-tools
Show ready-to-run code for calling any @three-ws/mcp-server tool (free or paid). Pass a tool name: /use-tools forgefree.
pre-deploy
Interactive pre-launch security checklist — walk the operational and code-safety gates and produce a final GO / NO-GO with each item PASS / FAIL / N-A.
invariant
Generate Foundry invariant tests for property-based fuzzing. The high-value command for serious teams.
report
Render the latest audit as a deliverable report in Markdown / HTML / PDF / JSON / PNG.
gas
Gas profile — find expensive operations and suggest optimizations with before/after numbers.