Agent Plugins Marketplace
All plugins

codex-quota-optimizer

v0.2.2

A zero-friction Codex usage governor with task-aware routing, soft budgets, focused context, local audits, and layered verification.

Codex1 Skill

By Daniel ChenLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install codex-quota-optimizer for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add codex-quota-optimizer@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “codex-quota-optimizer” remain stable.

  • Codex: codex-quota-optimizer@agent-plugin-marketplacecodex-quota-optimizer@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ctdaniel/codex-quota-optimizer/.

Plugin files

plugins/ctdaniel/codex-quota-optimizer/
├── .codex-plugin/plugin.json
└── skills/codex-quota-optimizer/SKILL.md

Included Skills1

codex-quota-optimizerskills/codex-quota-optimizer/SKILL.md

Optimize Codex Plus/Pro usage before and during coding tasks. Use when the user wants to save Codex quota/credits, reduce token or context waste, choose a cheaper model/reasoning level, avoid unnecessary repo scans/tests/subagents, or plan an implementation with the smallest reliable execution footprint. Do not use when the user explicitly prioritizes maximum quality regardless of usage.

Plugin manifests1

plugins/ctdaniel/codex-quota-optimizer/.codex-plugin/plugin.json
{
  "name": "codex-quota-optimizer",
  "version": "0.2.2",
  "description": "A zero-friction Codex usage governor with task-aware routing, soft budgets, focused context, local audits, and layered verification.",
  "author": {
    "name": "Daniel Chen",
    "url": "https://github.com/ctdaniel"
  },
  "homepage": "https://github.com/ctdaniel/codex-quota-optimizer",
  "repository": "https://github.com/ctdaniel/codex-quota-optimizer",
  "license": "MIT",
  "keywords": [
    "codex",
    "quota",
    "usage-optimization",
    "skills",
    "developer-tools"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Codex Quota Optimizer",
    "shortDescription": "Spend less Codex allowance without sacrificing engineering quality.",
    "longDescription": "A zero-friction Codex usage governor that routes tasks economically, applies soft budgets without blocking execution, keeps context and patches focused, and offers optional local task audits.",
    "developerName": "Daniel Chen",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Optimize this Codex task for the lowest practical usage while preserving correctness.",
      "Use the smallest reliable context, model, and verification scope for this task."
    ],
    "composerIcon": "./assets/icon.svg"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[codex-quota-optimizer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-quota-optimizer)