regulator-export

regulator-export is a command for coding agents from ololand-ai/ololand-plugins. It costs 50 tokens per session (768 once invoked), scanned A, original, Apache-2.0.

A command that queues a compliance export: a tarball containing agent runs, tool and model activity, generated artifacts, and mappings to a chosen compliance framework. A compliance framework is a set of rules or controls used for audits.

In plain words
What is it for?
Use it to request a regulator export with a framework and date window. An administrator or compliance user must run it.
Why use it?
It collects the records needed to produce a traceable audit package for a selected date range, optionally limited to specific deals.

Command

Part of the ololand-dd plugin — 47 commands, 3 agents shipped together

Install

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.

agentmods
npx agentmods add commands/ololand-ai/ololand-plugins/regulator-export
Clone the repo
git clone --depth 1 https://github.com/ololand-ai/ololand-plugins

Or install ololand-dd, the plugin that ships this one along with the rest of its 47 commands, 3 agents.

Wrote 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.

agentmods badge for regulator-export

README.md
[![agentmods](https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/regulator-export.svg)](https://agentmods.dev/commands/ololand-ai/ololand-plugins/regulator-export)
Your own site
<a href="https://agentmods.dev/commands/ololand-ai/ololand-plugins/regulator-export"><img src="https://agentmods.dev/badge/commands/ololand-ai/ololand-plugins/regulator-export.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 768 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.00768
Opus 5 $0.00025 $0.00384
Sonnet 5 $0.00010 $0.00154
Haiku 4.5 $0.00005 $0.00077

Measured 3d ago against content hash a04c4464d784, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

regulator-export 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 3d 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.

plugins/ololand-dd/commands/regulator-export.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/regulator-export

You are queueing a compliance-framework export. The Celery task tasks.regulator_export_tasks.generate_regulator_export builds a tarball with:

  • Every agent_runs row in the window (id, snapshots, grader verdicts, cost, status).
  • All agent_spans for those runs (tool calls, model calls, compactions).
  • All output_artifacts produced (CIMs, IC memos, forensic PDFs).
  • Control-map metadata for the named compliance framework so each artifact is keyed to the relevant control.

This command requires admin or compliance role.

Required inputs

  1. framework — compliance framework id. The tool validates against available_frameworks() and returns the list on a bad input. Ask the user if unclear.
  2. from_date — ISO YYYY-MM-DD, inclusive.
  3. to_date — ISO YYYY-MM-DD, inclusive.

Optional:

  • deal_ids — list of specific deals to restrict the export to. Omit for company-wide.

Action

  1. Call mcp__ololand__request_regulator_export with the collected fields.

  2. On success, the response is a RegulatorExport row in status: "queued". Surface:

    Regulator export queued
      Export id:    <id>
      Framework:    <framework>
      Window:       <from_date> to <to_date>
      Deals:        <all|specific list>
      Status:       queued
    

    Tell the user to poll mcp__ololand__get_regulator_export <export_id> for completion. Typical latency: minutes to hours depending on window size and corpus.

  3. When polling shows status: "completed", surface tarball_uri, tarball_sha256 (for chain-of-custody attestation), and expires_at. The URI is a signed download link.

  4. On error from the request, surface the error_code and explanation:

    • bad_request (unknown framework) — surface the available list verbatim.
    • insufficient_role — user is not admin/compliance.
    • no_company — agent key is not company-scoped.

When to use

  • A regulator (SEC, FINRA, FCA, etc.) requests a defensible audit trail.
  • Internal compliance review (SOC 2 controls, ISO 27001, EU AI Act conformity).
  • IC-mandated reproducibility exercise for a closed deal.
  • Periodic compliance archive (monthly / quarterly).

Read the full file on GitHub · 64 lines

Changes

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.

  1. 3d ago First seen · 64 lines · 50 tokens per session scan A a04c4464d784

Subscribe to this mod's changes

regulator-export is a command published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 6d ago), licensed Apache-2.0. It adds 50 tokens to every session and 768 once invoked, about $0.0003 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.