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 ololand-ai/ololand-plugins --skill compliance-hooks-setupgit 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/skills/ololand-ai/ololand-plugins/compliance-hooks-setup)<a href="https://agentmods.dev/skills/ololand-ai/ololand-plugins/compliance-hooks-setup"><img src="https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/compliance-hooks-setup.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.00047 | $0.00857 |
| Opus 5 | $0.00023 | $0.00428 |
| Sonnet 5 | $0.00009 | $0.00171 |
| Haiku 4.5 | $0.00005 | $0.00086 |
Grade A, and why
compliance-hooks-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 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.
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 — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OloLand Compliance Hooks — Setup
This plugin populates the empty hooks/hooks.json scaffold that Anthropic's vertical finance plugins (private-equity, financial-analysis, investment-banking, equity-research, wealth-management) ship with.
What ships out of the box
- PreToolUse → MNPI Guard (Bash, Write, Edit, MultiEdit). Blocks tool calls whose input mentions material non-public information patterns without a
# mnpi:clearedmarker. - PostToolUse → Citation Enforcer (matches
mcp__ololand__generate_investment_memo,generate_cim,export_deal_dossier, plus all Write/Edit/MultiEdit). Scans for $-amounts, %, and multiples without an adjacent citation. Warns by default; setOLOLAND_CITATION_BLOCK=1to upgrade to a hard deny. - PostToolUse → Provenance Writeback. Appends NDJSON to
~/.ololand/provenance/YYYY-MM-DD.ndjsonafter every generative tool call. The ledger stays local; server-side MCP rail auditing is authoritative for OloLand tool calls. - Pre + PostToolUse → Audit Log (matches all
mcp__ololand__*). Mirrors every OloLand MCP call into~/.ololand/audit/YYYY-MM-DD.ndjsonwith phase, tool name, and a 2KB payload head. - SessionStart → Banner. Confirms hooks are armed and surfaces the env vars worth setting.
Why this exists
Anthropic's private-equity/hooks/hooks.json ships as []. Same for the other four vertical finance plugins. There is no compliance hook, no citation enforcement, no provenance writeback, no MNPI guard. For a regulated buy-side workflow this is unacceptable — you cannot defend a number to the IC if you cannot prove what ran, what it was sourced from, or that no MNPI leaked into a prompt.
Environment variables
| Var | Default | Purpose |
|---|---|---|
OLOLAND_CITATION_BLOCK |
0 |
Set to 1 to make the citation enforcer block (exit 2) rather than warn. |
OLOLAND_AGENT_KEY |
unset | MCP connector authentication for headless clients; these hooks do not send it anywhere. |
Local logs
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 · 49 lines · 47 tokens per session scan A 90164f0f3038
compliance-hooks-setup is a skill published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 4d ago), licensed Apache-2.0. It adds 47 tokens to every session and 857 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-31.
Other skills, from other repositories
audit-support
Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.
kyc-doc-parse
Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.
fiscaliste
Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…
regulatory-analysis
Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.
subcontractor-payment-tracker
Track subcontractor payments, lien waivers, and compliance. Manage payment schedules and documentation.
tax-optimizer
Tax optimization strategies including tax-loss harvesting, wash sale rule navigation, asset location optimization, Roth conversion analysis, and charitable giving strategies.