Agent Plugins Marketplace
All plugins

codex-quota-title

v0.1.9

Displays Codex quotas in the correlated Codex Desktop window title on Windows.

Codex

By NoKiLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 22, 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-title 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-title@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-title” remain stable.

  • Codex: codex-quota-title@agent-plugin-marketplacecodex-quota-title@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/nokisenpai/CodexQuotaTitle/.

Plugin files

plugins/nokisenpai/CodexQuotaTitle/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/nokisenpai/CodexQuotaTitle/.codex-plugin/plugin.json
{
  "name": "codex-quota-title",
  "version": "0.1.9",
  "description": "Displays Codex quotas in the correlated Codex Desktop window title on Windows.",
  "author": {
    "name": "NoKi"
  },
  "homepage": "https://github.com/nokisenpai/CodexQuotaTitle",
  "repository": "https://github.com/nokisenpai/CodexQuotaTitle",
  "license": "MIT",
  "keywords": [
    "codex",
    "windows",
    "quota",
    "title"
  ],
  "interface": {
    "displayName": "Codex Quota Title",
    "shortDescription": "Show Codex quotas in the Desktop title bar.",
    "longDescription": "A Windows helper that safely adds live Codex quota information to one unambiguously correlated Codex Desktop window.",
    "developerName": "NoKi",
    "category": "Productivity",
    "capabilities": [
      "Read"
    ],
    "defaultPrompt": [
      "Show CodexQuotaTitle status and settings."
    ],
    "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-title on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-quota-title)