Agent Plugins Marketplace
All plugins

codex-usage-watch

v0.1.0-beta.2

Local, non-blocking five-hour usage awareness for Codex

Codex

By Codex Usage Watch contributors2 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 5, 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-watch for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-usage-watch@agent-plugin-marketplace

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

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/snikmas/codex-watch

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

codex-usage-watch/
└── .codex-plugin/plugin.json

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "codex-usage-watch",
  "version": "0.1.0-beta.2",
  "description": "Local, non-blocking five-hour usage awareness for Codex",
  "author": {
    "name": "Codex Usage Watch contributors"
  },
  "interface": {
    "displayName": "Codex Usage Watch",
    "shortDescription": "Local five-hour usage awareness",
    "longDescription": "Refreshes a local usage estimate at Codex lifecycle events and provides non-blocking threshold notices.",
    "developerName": "Codex Usage Watch contributors",
    "category": "Developer Tools",
    "capabilities": [
      "Hooks"
    ],
    "defaultPrompt": [
      "Show my local five-hour usage status."
    ]
  }
}

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-watch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-usage-watch)