pi-chatgpt-usage-status

Pi extension that shows ChatGPT 5h and weekly rate-limit usage in the status bar.

Package details

extension

Install pi-chatgpt-usage-status from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-chatgpt-usage-status
Package
pi-chatgpt-usage-status
Version
0.1.0
Published
Apr 29, 2026
Downloads
not available
Author
blocklune
License
MIT
Types
extension
Size
5.5 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions/index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-chatgpt-usage-status

A small Pi extension that shows ChatGPT 5h and weekly rate limit in the status bar.

It displays remaining quota and reset time for:

  • 5-hour usage window
  • Weekly usage window

Install

pi install https://github.com/BlockLune/pi-chatgpt-usage-status

Usage

Select an openai-codex model in Pi. The status bar will show usage like:

5h(82%,1.25h) Wk(91%,3.42d)

The extension reads your existing Pi OpenAI Codex auth from:

~/.pi/agent/auth.json

License

MIT