operator-extend

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

A guide for adding new data sources, subject areas, and reporting tables to Operator ETL. It explains how to configure sources such as CSV files, web addresses, and Google Cloud Storage.

In plain words
What is it for?
Use it to add an input source, create a new data domain, define its data rules, add reporting SQL, update the pipeline configuration, and verify the changes.
Why use it?
It turns a broad extension task into specific repository changes and tests. It also helps keep data contracts, SQL reports, and allowed quality checks aligned.

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 ./harness/e2e.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-extend

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-extend.svg)](https://agentmods.dev/skills/khaosans/operator-etl/operator-extend)
Your own site
<a href="https://agentmods.dev/skills/khaosans/operator-etl/operator-extend"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-extend.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 229 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.1 $0.00033 $0.00229
Opus 5 $0.00016 $0.00114
Sonnet 5 $0.00007 $0.00046
Haiku 4.5 $0.00003 $0.00023

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

Security

Grade A, and why

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

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-extend/SKILL.md · 34 lines

What it actually says

Extend Operator ETL

Load: extend-new-source.md and repo-map.md

Add a source

  1. Edit pipelines/*.yaml — new entry under sources:
  2. Supported kinds: csv, csv_dir, http, gcs
  3. Add test in tests/

Add a domain

  1. Pydantic contracts in src/operator_etl/transform/
  2. Gold SQL in sql/marts/<domain>/
  3. Update Settings.domain and pipeline YAML domain: gov

MCP allowlist

New quality queries → add to sql/allowlist.yaml with allowed_nodes.

Verify

uv run pytest -q
./harness/e2e.sh
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 · 34 lines · 33 tokens per session scan A 31cc63bb7c14

Subscribe to this mod's changes

operator-extend is a skill published in the GitHub repository khaosans/operator-etl (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 33 tokens to every session and 229 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

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

ray-data

Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.

synthetic-sciences/openscience · 70 tokens

Data Pipeline Engineering

Guide for designing, building, and maintaining reliable data pipelines.

saolalab/clawforce · 15 tokens

datahub-verified-remediation

Use this skill when a source schema change has broken, or is about to break, a downstream transformation and the user wants a fix they can merge — not a summary. Triggers on: "a column was renamed, fix the dbt model", "this field is gone downstream", "schema drift", "our model still selects the old column", "generate…

Marc-Dvci/praxis-datahub · 140 tokens

data-engineer

Builds data infrastructure — ETL/ELT pipelines, data warehousing, stream processing, data quality, orchestration (Airflow/Dagster), and analytics engineering (dbt). Use when the user asks to build data pipelines, set up ETL/ELT workflows, design a data warehouse, configure stream processing, or implement analytics…

buiphucminhtam/forgewright · 85 tokens