pi-usage

/usage command for pi – shows current provider's daily & weekly limits

Package details

extension

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

$ pi install npm:pi-usage
Package
pi-usage
Version
0.2.0
Published
Apr 30, 2026
Downloads
343/mo · 30/wk
Author
alexlikevibe
License
MIT
Types
extension
Size
35.2 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/usage/index.ts"
  ]
}

Security note

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

README

pi-usage

A lightweight pi extension that provides a single /usage command to display the current provider's daily and weekly usage limits.

Install

pi install npm:pi-usage

Usage

In pi, type:

/usage

A panel appears showing the current provider's daily and weekly limits with progress bars. Press Enter or Escape to close.

Supported Providers

Provider Auth Method
Codex (OpenAI) OAuth (/login)
Anthropic (Claude) OAuth (/login)
Z.AI API key
Gemini CLI OAuth (/login)
Antigravity (Google) OAuth (/login)

Credits

The usage fetching, auth handling, and provider detection logic are adapted from pi-usage-bars by @ajarellanod. Many thanks for the excellent work that made this lightweight version possible.

License

MIT