okf-maintain

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

A guide for creating, updating, and checking the Operator Knowledge Framework, or OKF, documentation bundle. The bundle stores concepts in categorized files such as references, decisions, and playbooks.

In plain words
What is it for?
Use it when adding or editing OKF concepts, fixing file metadata, updating listings, recording dated changes, or validating the bundle and project end to end.
Why use it?
It helps keep the documentation's metadata, indexes, change log, and implementation status consistent. It also provides validation commands before a documentation release.

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 python3 scripts/okf_validate.py okf --strict.

Good fit Use it when adding or editing OKF concepts, fixing file metadata, updating listings, recording dated changes, or validating the bundle and project end to end.

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/okf-maintain

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 okf-maintain

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaosans/operator-etl/okf-maintain/github.svg)](https://agentmods.dev/skills/khaosans/operator-etl/okf-maintain)
Your own site
<a href="https://agentmods.dev/skills/khaosans/operator-etl/okf-maintain"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/okf-maintain/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for okf-maintain

Your own site · 80×15
<a href="https://agentmods.dev/skills/khaosans/operator-etl/okf-maintain"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/okf-maintain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 275 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.00040 $0.00275
Opus 5 $0.00020 $0.00138
Sonnet 5 $0.00008 $0.00055
Haiku 4.5 $0.00004 $0.00028

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

Security

Grade A, and why

okf-maintain 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/okf-maintain/SKILL.md · 30 lines

What it actually says

Maintain the OKF bundle

Load: okf-spec.md and docs/LEVERAGE.md

Rules

  1. Every concept file needs YAML frontmatter with non-empty type.
  2. Update directory listings in okf/index.md when adding concepts.
  3. Append dated entries to okf/log.md.
  4. Sync implementation-status.md when code status changes.
  5. When the pytest suite size changes, update together: README badge, TESTING.md, implementation-status, QUICKSTART examples, and the fallback count in scripts/verify.sh.

Validate

python3 scripts/okf_validate.py okf --strict
./harness/e2e.sh

Conventional types

Publication, OperatingModel, Decision, Playbook, Reference

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 Changed · +1 lines 714f03d41cc4
  2. 8d ago First seen · 29 lines · 40 tokens per session scan A ef2a54ca46c6

Subscribe to this mod's changes

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

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

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