cost-reduction

cost-reduction is a skill for Claude Code, Codex from OutlineDriven/odin-claude-plugin. It costs 31 tokens per session (1,253 once invoked), scanned A, a copy of cost-reduction, Apache-2.0.

A controlled workflow for reducing a measured billing or infrastructure cost while keeping agreed safety checks unchanged. It tests one proposed change at a time and records whether each change worked or failed.

In plain words
What is it for?
Use it to reduce an approved cloud or infrastructure cost, measure each change, check guardrails, and record adopted or rejected changes.
Why use it?
It prevents cost cutting from silently breaking required safeguards and keeps an auditable record of the experiments.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the odin-infra plugin — 13 skills shipped together

Good fit Use it to reduce an approved cloud or infrastructure cost, measure each change, check guardrails, and record adopted or rejected changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/outlinedriven/odin-claude-plugin/cost-reduction
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.

Any agent
npx skills add OutlineDriven/odin-claude-plugin --skill cost-reduction
Clone the repo
git clone --depth 1 https://github.com/OutlineDriven/odin-claude-plugin

Made for: Claude Code, Codex.

Or install odin-infra, the plugin that ships this one along with the rest of its 13 skills.

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 cost-reduction

README.md
[![agentmods](https://agentmods.dev/badge/skills/outlinedriven/odin-claude-plugin/cost-reduction/github.svg)](https://agentmods.dev/skills/outlinedriven/odin-claude-plugin/cost-reduction)
Your own site
<a href="https://agentmods.dev/skills/outlinedriven/odin-claude-plugin/cost-reduction"><img src="https://agentmods.dev/badge/skills/outlinedriven/odin-claude-plugin/cost-reduction/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 cost-reduction

Your own site · 80×15
<a href="https://agentmods.dev/skills/outlinedriven/odin-claude-plugin/cost-reduction"><img src="https://agentmods.dev/badge/skills/outlinedriven/odin-claude-plugin/cost-reduction.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,253 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 92% copy Near-identical to another mod 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.00031 $0.01253
Opus 5 $0.00015 $0.00626
Sonnet 5 $0.00006 $0.00251
Haiku 4.5 $0.00003 $0.00125

Measured 2d ago against content hash 8aaaa165e974, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cost-reduction 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 2d 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.

Origin

This is a copy

92% identical to cost-reduction — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/odin-infra/skills/cost-reduction/SKILL.md · 48 lines

How it starts

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

Cost reduction

Contract

Field Bound contract
Trigger A measured cost surface needs one-change-at-a-time reduction under frozen guardrails.
Authority Human-gated: asks the human once before any production billing/infra mutation; otherwise reversible local: runs the pre-registered gate batteries and writes only to an append-only experiment log; rollback is version control. No remote mutation. Prose consent, invocation consent, prior-run consent, and post-start discovery do not approve an effect; end the run on scope drift.
Side effect Guardrail-safe measured cost reduction. Each proposed change is adopted with N=5 gate evidence or recorded dead with the measurement that killed it.
Done The fixed budget target is reached without any guardrail regression, or every proposed change is resolved as adopted or dead.
Stop no safe saving; no progress; blocked. Bound: exact approved billing/infra scope, budget target, guardrails, and pass cap.

Inputs

  • Approved scope (required): the billing or infrastructure surface to reduce, frozen before mutation.
  • Budget target (required): the cost reduction goal.
  • Guardrails (required): quality gates that must not regress: planted-defect catch rate, rejects-extra-features check, end-to-end scenarios, and blind A/B deliverable-parity comparison against the current config.
  • Pass cap (required): the maximum number of rungs to test.
  • Expensive-model baseline (required): the current behavior for every judgment point the workflow contains.

Procedure

  1. Bound the approved billing/infra scope, budget target, guardrails, and pass cap; freeze before mutation. For production billing/infra mutation, make one harness ask/question call before the run starts. End the run on scope drift. Done when: the bound is frozen and start approval is collected or the run ends.
  2. Pre-register each proposed cost-reduction change (the rung): name it, state the mechanism, expected dollar saving, and every judgment point it moves to a cheaper tier. Done when: the rung is pre-registered with name, mechanism, leverage, and every judgment point enumerated.
  3. For each moved judgment point, prove it is mechanical: deterministic, scriptable, or cheaply verifiable after the fact. If a judgment point cannot be proven mechanical, restructure it so the expensive model makes the decision once at plan time, route it back up through an explicit escalation rule at execution time, or kill the rung. "The cheap model usually gets it right" is not acceptance evidence because judgment failures are rare, have a high blast radius, and are largely invisible to pass/fail gates. Done when: every moved judgment point is proven mechanical, restructured, escalated, or the rung is killed.
  4. Confirm the rung preserves the workflow's thesis. A change that coarsens the fresh-context-per-task property or batches dispatches to save cost is counter-thesis and is barred without a maintainer reversal. Done when: the rung is confirmed thesis-preserving, or barred as counter-thesis.
  5. Run the N=5 gate battery: the quality gate (planted-defect catch rate over five runs, rejects-extra-features, end-to-end scenarios, and blind A/B deliverable parity with the current config) and a judgment audit that interrogates every adjudication event across the five runs and scores each against the expensive-model baseline. Any silently-absorbed judgment call, where a cheaper tier resolves what it should have escalated, fails the rung regardless of scenario verdicts. Any quality regression kills the rung. Done when: the N=5 gate battery is run with quality gate and judgment audit results collected.
  6. Re-attribute claims post-hoc from the measured gate results. Report the dollar effect as the measured range, not the pre-registered estimate. If the measured win belongs to a different change than the one tested, attribute it there and claim only what the tested change owns. Done when: claims are re-attributed to the measured results.
  7. Append the rung's outcome to the append-only experiment log: adopted with its gate evidence attached, or dead with the measurement that killed it. For a dead rung, record a standing bar against re-proposing it without a structurally different design. Done when: the experiment log entry is appended with outcome, evidence, and standing bar if dead.

Read the full file on GitHub · 48 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 48 lines · 31 tokens per session scan A 8aaaa165e974

Subscribe to this mod's changes

cost-reduction is a skill published in the GitHub repository OutlineDriven/odin-claude-plugin (35 stars, last pushed yesterday), licensed Apache-2.0. It adds 31 tokens to every session and 1,253 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to cost-reduction, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens