Agent Plugins Marketplace
All plugins

commandcode-usage

v1.0.0

Show your Command Code plan usage inside Codex: a per-turn quota line, plus a /quota command for the full panel.

Codex

By Jovan1666License: MIT1.1k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
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 commandcode-usage 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 commandcode-usage@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 “commandcode-usage” remain stable.

  • Codex: commandcode-usage@agent-plugin-marketplacecommandcode-usage@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/Jovan1666/commandcode-usage/.

Plugin files

plugins/Jovan1666/commandcode-usage/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/Jovan1666/commandcode-usage/.codex-plugin/plugin.json
{
  "name": "commandcode-usage",
  "version": "1.0.0",
  "description": "Show your Command Code plan usage inside Codex: a per-turn quota line, plus a /quota command for the full panel.",
  "keywords": [
    "command-code",
    "commandcode",
    "usage",
    "quota",
    "credits",
    "billing",
    "statusline",
    "codex"
  ],
  "author": {
    "name": "Jovan1666",
    "url": "https://github.com/Jovan1666"
  },
  "license": "MIT",
  "homepage": "https://github.com/Jovan1666/commandcode-usage",
  "repository": "https://github.com/Jovan1666/commandcode-usage",
  "commands": "./commands",
  "hooks": "./hooks/hooks.json",
  "interface": {
    "displayName": "Command Code Usage",
    "shortDescription": "Command Code plan usage (5-hour / weekly / monthly) in Codex.",
    "longDescription": "Keeps your Command Code plan spend in view while you work. A UserPromptSubmit hook appends one quota line to every turn - the 5-hour window, the week, the month, each with its reset countdown - and /quota prints the full panel on demand. It reads the Command Code credential you already configured and nothing else: no account to create, no telemetry, and no network call beyond the Command Code API the plan itself uses.",
    "developerName": "Jovan1666",
    "category": "Utilities",
    "capabilities": [
      "Read",
      "Hooks"
    ],
    "brandColor": "#4ec97a",
    "websiteURL": "https://github.com/Jovan1666/commandcode-usage",
    "privacyPolicyURL": "https://github.com/Jovan1666/commandcode-usage/blob/main/SECURITY.md",
    "termsOfServiceURL": "https://github.com/Jovan1666/commandcode-usage/blob/main/LICENSE",
    "logo": "./assets/logo.svg",
    "composerIcon": "./assets/composer-icon.svg",
    "screenshots": [
      "./assets/screenshot.png"
    ]
  }
}

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

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