operator-verify

operator-verify is a skill for Claude Code, Codex from khaosans/operator-etl. It costs 46 tokens per session (401 once invoked), scanned A, original, Apache-2.0.

A setup and verification command for the Operator ETL project, a data-processing system for public records and comments. It installs dependencies and checks that the system passes its required tests.

In plain words
What is it for?
Use it after cloning the project, before other Operator tasks, or when checking a reported problem. It can also return a one-line JSON result for scripts.
Why use it?
It removes the guesswork from setting up a newly cloned project or deciding whether it works. It gives a clear pass or fail result before other tasks begin.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is ./scripts/verify.sh.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

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 operator-verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-verify.svg)](https://agentmods.dev/skills/khaosans/operator-etl/operator-verify)
Your own site
<a href="https://agentmods.dev/skills/khaosans/operator-etl/operator-verify"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 401 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.1 $0.00046 $0.00401
Opus 5 $0.00023 $0.00200
Sonnet 5 $0.00009 $0.00080
Haiku 4.5 $0.00005 $0.00040

Measured 5d ago against content hash 916ef4dc7672, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

operator-verify scanned grade A with 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `--skip-uv-install` | Sandboxes that block curl; uv must already be installed |
skills/operator-verify/SKILL.md · 63 lines

What it actually says

Verify Operator ETL

Run this before any other operator skill.

Command

./scripts/verify.sh

From repo root. Equivalent: make verify

Success criteria

  • Exit code 0
  • Output contains OPERATOR_ETL_VERIFY=PASS
  • Demo lines include status=complete, silver=10, quarantined=2

JSON for parsing:

./scripts/verify.sh --json

Do not proceed until verify passes

If verify fails

Triage: docs/QUICKSTART.md

Manual fallback:

uv sync --extra dev
make e2e

After verify

Next task Skill / doc
Demo, dashboard, pytest operator-run
See SQL + warehouse WALKTHROUGH.md · ./scripts/walkthrough.sh
Extended OKF work okf/index.md

Flags

Flag Use
--skip-uv-install Sandboxes that block curl; uv must already be installed
--json One-line JSON summary on success
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. 5d ago First seen · 63 lines · 46 tokens per session scan A 916ef4dc7672

Subscribe to this mod's changes

operator-verify is a skill published in the GitHub repository khaosans/operator-etl (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 46 tokens to every session and 401 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

runtime-copilot

Use when the user wants to operate, diagnose, or validate the Mini Data Engine MCP runtime from Codex; prefer the MCP surface over raw shell commands, start with projecttoolcatalog and projectgetdefaults, then use healthcheck, projectrunregression, explainrun, projectcomparebaseline, and related runtime tools.

kroq86/data-engineering-runtime-lab · 69 tokens

aegis-dq

Agentic data quality validation across warehouses (DuckDB, BigQuery, Athena, Databricks, Postgres) with LLM diagnosis, root cause analysis, and audit trail.

aegis-dq/aegis-dq · 42 tokens

Data Pipeline Testing

Testing data pipelines including ETL validation, data quality checks, pipeline orchestration testing, and data lineage verification.

PramodDutta/qaskills · 26 tokens

data-migration

Activate when the genjob agent detects that the source and target databases differ. Covers cross-database transfer lifecycle - type mapping via adapter Mixin hints, DDL generation, data transfer via transferqueryresult, and lightweight reconciliation.

Datus-ai/Datus-agent · 49 tokens

polars

Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.

synthetic-sciences/openscience · 69 tokens

animation-best-practices

CSS and UI animation patterns for responsive, polished interfaces. Use when implementing hover effects, tooltips, button feedback, transitions, or fixing animation issues like flicker and shakiness.

northgraindata/dbt-doctor · 42 tokens