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 skills add asterinas/KVerus --skill kverus-specgit clone --depth 1 https://github.com/asterinas/KVerusWrote 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/skills/asterinas/kverus/kverus-spec)<a href="https://agentmods.dev/skills/asterinas/kverus/kverus-spec"><img src="https://agentmods.dev/badge/skills/asterinas/kverus/kverus-spec.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00049 | $0.00644 |
| Opus 5 | $0.00024 | $0.00322 |
| Sonnet 5 | $0.00010 | $0.00129 |
| Haiku 4.5 | $0.00005 | $0.00064 |
Grade A, and why
kverus-spec 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Add Verus specification scaffolding to a target file and iterate with verification until the file becomes a stronger proof-ready baseline.
Preferred invocation:
$kverus-spec target=path/to/entry.rs verify="<verification command>" knowledge="<related knowledge>"
If either target or verify is missing, ask for the missing value and stop.
If knowledge is missing, continue without it.
Shared Verus References
Read ../kverus-common/references/verus-syntax-quickref.md before annotating executable functions or loops. For other Verus syntax, modes, loop invariants, decreases, recommends, ghost/tracked values, or spec/proof helper patterns, read the relevant shared reference before editing.
Objective
Add only the specification structure needed to improve proof readiness of the target file.
Prefer #[verus_spec(...)] for new executable-function contracts and supported
loop annotations. Use verus! for spec/proof helpers and constructs that the
active Verus attribute syntax cannot express.
Focus on:
requiresensures- loop invariants
decreasesrecommendsspec fn- ghost/spec helper declarations
Do not focus on finishing proofs.
Important Clarification
The goal is NOT to fully prove the code.
The goal is to improve the specification layer while preserving executable behavior and preparing the file for a later proof-generation stage.
Hard Constraints
- In-place edits only: edit the target file in place.
- Preserve behavior: do not rewrite executable logic unless a tiny local change is required to express a valid specification.
- Spec-only bias: prefer adding or refining specifications over adding proof steps.
- Avoid introducing
assert(... ) by (...),calc!, new proof lemmas, or proof bodies unless the file would otherwise become syntactically invalid. - No unsound shortcuts: do not add
assume,admit, or#[verifier::external_body]. - Preserve source structure as much as possible: item order, function order, impl/block structure, comments, and source locality.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 77 lines · 49 tokens per session scan A 727046ea5d76
kverus-spec is a skill published in the GitHub repository asterinas/KVerus (23 stars, last pushed 4d ago), licensed MIT. It adds 49 tokens to every session and 644 once invoked, about $0.0002 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-30.
Other skills, from other repositories
vera-language
Write programs in the Vera programming language. Use when asked to write, edit, debug, or review Vera code (.vera files). Vera is a statically typed, purely functional language with algebraic effects, mandatory contracts, and typed slot references (@T.n) instead of variable names.
vera-language
Write programs in the Vera programming language. Use when asked to write, edit, debug, or review Vera code (.vera files). Vera is a statically typed, purely functional language with algebraic effects, mandatory contracts, and typed slot references (@T.n) instead of variable names.
subagent-driven-development
Execute plans via delegatetask subagents (2-stage review).
duckduckgo-search
Free keyless web, news, and image search via ddgs.
mcporter
List, auth, and call MCP servers/tools from the terminal.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…