Agent Plugins Marketplace
All plugins

codex-usage-and-resets

v0.1.1

Local Codex usage, pace, reset observation, and banked-reset guidance.

Codex1 Skill

By Filament LabsLicense: Apache-2.01.1k GitHub starsUpdated 14 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-usage-and-resets 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-usage-and-resets@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-usage-and-resets” remain stable.

  • Codex: codex-usage-and-resets@agent-plugin-marketplacecodex-usage-and-resets@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/joelfarthing/codex-usage-and-resets/.

Plugin files

plugins/joelfarthing/codex-usage-and-resets/
├── .codex-plugin/plugin.json
└── skills/cuar/SKILL.md

Included Skills1

cuarskills/cuar/SKILL.md

Use whenever the user invokes or mentions CUAR, asks whether an unscheduled Codex reset happened, asks whether CUAR reminder tooling is unavailable, or asks whether a CUAR expiration reminder was created. Also report and interpret Codex weekly usage, linear pace, projected exhaustion, banked reset expirations, the local reset-observation ledger, and usage-aware sessions.

Plugin manifests1

plugins/joelfarthing/codex-usage-and-resets/.codex-plugin/plugin.json
{
  "name": "codex-usage-and-resets",
  "version": "0.1.1",
  "description": "Local Codex usage, pace, reset observation, and banked-reset guidance.",
  "author": {
    "name": "Filament Labs"
  },
  "homepage": "https://filamentlabs.io/CUAR",
  "repository": "https://github.com/joelfarthing/codex-usage-and-resets",
  "license": "Apache-2.0",
  "keywords": [
    "codex",
    "usage",
    "rate-limits",
    "capacity-planning",
    "reset-credits"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "CUAR",
    "shortDescription": "Codex usage pace and resets",
    "longDescription": "CUAR reads current Codex usage limits and banked resets, computes pace and exhaustion deterministically, and uses a tiny local ledger to observe unexpected resets.",
    "developerName": "Filament Labs",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Local storage"
    ],
    "websiteURL": "https://filamentlabs.io/CUAR",
    "privacyPolicyURL": "https://filamentlabs.io/CUAR/privacy",
    "termsOfServiceURL": "https://filamentlabs.io/CUAR/terms",
    "defaultPrompt": [
      "Check my Codex usage, pace, and banked resets.",
      "Did an unscheduled Codex reset just happen?",
      "Stay usage-aware for this session."
    ]
  }
}

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

[codex-usage-and-resets on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-usage-and-resets)