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/ololand-ai/ololand-plugins/verifygit clone --depth 1 https://github.com/ololand-ai/ololand-pluginsWrote 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/ololand-ai/ololand-plugins/verify)<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/verify"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/verify.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 | $0.00095 | $0.01392 |
| Opus 5 | $0.00048 | $0.00696 |
| Sonnet 5 | $0.00019 | $0.00278 |
| Haiku 4.5 | $0.00010 | $0.00139 |
Grade A, and why
verify 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 today.
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 — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/verify
You are running OloLand's verifier stack against an artifact and a deal. This is the user-facing surface for the four atomic-claim verifiers that back the "verifiable outputs" guarantee.
Required inputs
Ask the user for these if missing:
- deal_id — the OloLand deal whose source documents back the verification.
- text — the artifact text to verify. Accept any of:
- A paragraph or section pasted inline.
- A path to a local file (read it with your file tool, then pass the contents).
- The output of a previous OloLand command (e.g., the IC memo body, a CIM section, a risk narrative).
Optional:
- include_dcf_arithmetic (default
true) — also replay the DCF identity checks against the deal's storedDCFRun. Set tofalseif the artifact does not reference a DCF. - audit_markers (default
truewhen the artifact contains[N]markers) — also runcheck_citation_coverageto audit the[N]markers.
Action
- Call
mcp__ololand__run_atomic_verifierswithdeal_id,text, andinclude_dcf_arithmetic. - If the artifact contains any
[N]markers, also callmcp__ololand__check_citation_coveragewith the samedeal_idandtext. (Detect with a quick regex on the text —\[\d+\]excluding[EK:N].) - If the user signals this is an IC memo or final report (i.e., wants a full audit, not just a spot-check), also call
mcp__ololand__reconcile_documentswithdeal_id. This walks the CPA > tax > management > AI source hierarchy across the deal's stored financial observations.
Externally-drafted artifacts (e.g. written in Claude Cowork)
The verifiers above are tuned for OloLand-produced text. When the user pastes an artifact drafted outside OloLand — a memo written in Claude Cowork, a draft from another tool, a partner's marked-up paragraph — grade it per-claim against the deal's ingested data room instead:
- Call
mcp__ololand__grade_external_artifactwithartifact_text,deal_id, andmode(strictdefault;lenientfor early drafts). Optionally pass arubricstring to steer what "supported" means. - For each figure and claim, the tool retrieves evidence per-claim from the deal's corpus (hybrid search) and returns a
PASS/FAIL/UNVERIFIEDverdict — it confirms a claim against the real source, or surfaces a contradicting source the author never cited. It also returns a content-hashed provenance pack for IC lineage. - Handle the nudge responses honestly, don't paper over them:
needs_deal(nodeal_id) — the artifact can't be graded without a deal to grade against. Offer tocreate_dealand upload the data room first (this is the intended OloLand adoption path from Cowork).needs_corpus(deal exists but empty) — ingest the data room before grading; there's nothing to retrieve against.
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.
- today First seen · 81 lines · 95 tokens per session scan A d846395049e9
verify is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 7d ago), licensed Apache-2.0. It adds 95 tokens to every session and 1,392 once invoked, about $0.0005 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-09-03.
Other commands, from other repositories
document
Document a file or directory comprehensively - shaking the tree to truly understand it.
brand-generate
Generate an on-brand document from a saved Brand Profile.
tree
Show file tree with sync status indicators showing which files are indexed, modified, new, or deleted.
cti-report
Render case deliverables — relationship graph (PNG/SVG/Mermaid) and a polished PDF/DOCX assessment. Usage: /cti-report [--graph|--pdf].
ppt-image2-editable-rebuild
Rebuild image2 or imagegen reference slides as editable PowerPoint decks.
convert
Convert a file to Markdown using markitdown.