pi-extension-console
A read-only console for inspecting discovered Pi extensions, commands, and tools.
Package details
Install pi-extension-console from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-extension-console- Package
pi-extension-console- Version
0.1.0- Published
- Aug 24, 2026
- Downloads
- 124/mo · 124/wk
- Author
- devashish1099
- License
- MIT
- Types
- extension
- Size
- 3.2 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-extension-console
Run /extensions, select a discovered extension, and press Enter to open a read-only detail screen listing its slash commands and tools with descriptions. Press Enter or Escape to close the detail screen. It uses Pi's command/tool provenance metadata and is read-only.
Pi does not expose a general extension-factory inventory. An extension that registers neither a command nor a tool cannot be independently listed by this viewer.