operator-run

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

A guide for running and demonstrating Operator ETL locally, including a pipeline that processes FOIA data and a browser-based dashboard. It also lists commands for tests and sample data runs.

In plain words
What is it for?
Use it to run the FOIA or orders examples, execute the test suite, start the dashboard, or create a fresh local DuckDB warehouse for a demo.
Why use it?
It provides repeatable ways to show that the local system works and to inspect its results. It avoids having to remember separate commands for tests, demos, pipelines, and the dashboard.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./harness/e2e.sh.

Good fit Use it to run the FOIA or orders examples, execute the test suite, start the dashboard, or create a fresh local DuckDB warehouse for a demo.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/khaosans/operator-etl
agentmods
npx agentmods add skills/khaosans/operator-etl/operator-run

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-run

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-run.svg)](https://agentmods.dev/skills/khaosans/operator-etl/operator-run)
Your own site
<a href="https://agentmods.dev/skills/khaosans/operator-etl/operator-run"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-run.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00035 $0.00298
Opus 5 $0.00017 $0.00149
Sonnet 5 $0.00007 $0.00060
Haiku 4.5 $0.00003 $0.00030

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

Security

Grade A, and why

operator-run 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.

skills/operator-run/SKILL.md · 45 lines

What it actually says

Run Operator ETL locally

Load: okf/index.mdrun-local-mvp.md

MVP proof (required before share claims)

./harness/e2e.sh

Quick demo

./scripts/demo_mvp.sh

Commands

Command Purpose
uv run etl-graph --source public_comments Full FOIA agentic pipeline
uv run etl run --source demo Orders ETL (interviews)
uv run pytest -q 76 tests
uv run etl dashboard Streamlit — Gov + Orders tabs

Fresh warehouse for demos

OPERATOR_ETL_WAREHOUSE=.tmp/mvp-demo/operator.duckdb \
OPERATOR_ETL_PIPELINE_NAME=public_comments \
OPERATOR_ETL_DOMAIN=gov \
uv run etl-graph

Expected FOIA numbers

See mvp-demo.md: 12 → 10 silver, 2 quarantine, critic pass.

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 Changed f3a7246b9359
  2. 6d ago First seen · 45 lines · 35 tokens per session scan A add5ac7a5cc7

Subscribe to this mod's changes

operator-run is a skill published in the GitHub repository khaosans/operator-etl (0 stars, last pushed 3d ago), licensed Apache-2.0. It adds 35 tokens to every session and 298 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.

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

devops-deployment

Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.

yonatangross/orchestkit · 44 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