ooda-config

ooda-config is a skill for Claude Code, Codex from mataeil/OODA-loop. It costs 16 tokens per session (4,757 once invoked), scanned A, original, MIT.

A command set for viewing, changing, and validating an OODA project’s config.json file without editing JSON by hand. OODA is a project workflow that organizes decisions and actions in repeated cycles.

In plain words
What is it for?
Use it to inspect project settings, manage domains and safety options, change operating modes, review actions, and roll back configuration cycles.
Why use it?
It reduces manual JSON editing and creates a backup before changes, while checking that the resulting file remains valid.

Skill for Claude CodeCodex

Part of the ooda-loop plugin — 11 skills, 2 hooks 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 skills/mataeil/ooda-loop/ooda-config
Any agent
npx skills add mataeil/OODA-loop --skill ooda-config
Clone the repo
git clone --depth 1 https://github.com/mataeil/OODA-loop

Made for: Claude Code, Codex.

Or install ooda-loop, the plugin that ships this one along with the rest of its 11 skills, 2 hooks.

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 ooda-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/mataeil/ooda-loop/ooda-config.svg)](https://agentmods.dev/skills/mataeil/ooda-loop/ooda-config)
Your own site
<a href="https://agentmods.dev/skills/mataeil/ooda-loop/ooda-config"><img src="https://agentmods.dev/badge/skills/mataeil/ooda-loop/ooda-config.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,757 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.00016 $0.04757
Opus 5 $0.00008 $0.02379
Sonnet 5 $0.00003 $0.00951
Haiku 4.5 $0.00002 $0.00476

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

Security

Grade A, and why

ooda-config 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/ooda-config/SKILL.md · 439 lines

How it starts

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

ooda-config: Configuration Management CLI

View, modify, and validate config.json without editing JSON by hand. All writes: back up to config.json.bak, then re-parse to confirm valid JSON.


Step 0: HALT + Preflight

Read config.safety.halt_file (default agent/safety/HALT). If that path exists: HALT: <reason>. ooda-config aborted. — stop.

If config.json is missing and subcommand is not validate: config.json not found. Run /ooda-setup to create one. — stop.

Parse the user's invocation to one of: show | level | domain add | domain remove | domain list | safety | validate | lens review | lens reset | action {list|approve|defer|reject|prioritize} | mode/season | rotation {show|reset} | context show | rollback {cycle} | auto-merge {on|off}. Unknown subcommand → print the Usage block and exit.


Step A — show

Print a compact summary: schema_version, project fields, domain list with weight/skill/enabled status, current progressive_complexity level and name, and key safety values (halt_file presence, confidence_threshold, max_prs_per_cycle).


Step B — level {N}

  1. Validate N is 0–3; fail fast otherwise.
  2. If N == 3, print explicit warning and require a typed confirmation phrase:
    [DANGER] Level 3 enables AUTONOMOUS mode:
      - The agent autonomously writes code and opens PRs (no prompt).
      - By DEFAULT those are DRAFT PRs you review and merge — nothing reaches
        main without your click. (You stay in command.)
      - Auto-merge is a SEPARATE opt-in: only if you ALSO run
        `/ooda-config auto-merge on` (safety.enable_auto_merge=true) will it merge
        LOW-RISK PRs by itself — non-protected paths, <= auto_merge_max_files /
        auto_merge_max_lines, tests green — with a post-merge health check that
        auto-reverts + HALTs on failure. It stays OFF until you flip it.
      - Only the HALT file or the daily cost cap can stop a running cycle.
    Type "enable autonomous" to confirm (anything else cancels):
    
    Only accept the exact phrase enable autonomous. Any other response: Cancelled.
  3. Back up config.json.
  4. Set progressive_complexity.current_level = N and implementation.enabled = (N == 3).
  5. Write + validate JSON. Print: Level changed: <old> → <N> ("<name>").

Read the full file on GitHub · 439 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. 5d ago First seen · 439 lines · 16 tokens per session scan A 4c809b813efa

Subscribe to this mod's changes

ooda-config is a skill published in the GitHub repository mataeil/OODA-loop (5 stars, last pushed 2mo ago), licensed MIT. It adds 16 tokens to every session and 4,757 once invoked, about $0.0001 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

moai-workflow-worktree

Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel development environments.

modu-ai/moai-adk · 41 tokens

hns-workflow-ci-loop

Unified CI watch + auto-fix loop skill. Polls gh pr checks after /moai sync PR creation, classifies required vs auxiliary failures, attempts safe automated patches (max 3 iterations), and escalates semantic failures to the user. Use for CI loop workflow — NOT for general loop iteration patterns (see…

modu-ai/moai-adk · 76 tokens

moai-harness-learner

Harness learning subsystem coordinator. Produces Tier 4 auto-update proposal payloads consumed by the orchestrator (which surfaces them via AskUserQuestion) and orchestrates Apply/Rollback flows. Triggers when harness learning proposals are pending or learning lifecycle management is needed.

modu-ai/moai-adk · 61 tokens

moai-kanban-foreman

One unattended kanban foreman iteration: watch the backlog queue, dispatch the next operator-picked card to an isolated worker, collect completion evidence on read (not on claims), and report. This is the body the project's loop.md driver invokes each iteration of a bare /loop; it can also be invoked directly to test…

modu-ai/moai-adk · 76 tokens

moai-workflow-thinking

Sequential Thinking MCP for structured step-by-step analysis via --deepthink flag. Separate from UltraThink which is Claude's native extended reasoning mode. Use for multi-step analysis or architecture decisions.

modu-ai/moai-adk · 43 tokens

qec-construct

Verifier-in-the-loop CONSTRUCTION of quantum error-correcting codes with transversal non-Clifford gates (CCZ/T). Applies whenever the project goal is a new or better code/construction — INCLUDING search-phrased goals ("find codes beating X"), where the construct-loop (propose algebraic rule → qverify → debug) is the…

Muuuun/luxas · 148 tokens