@xynogen/pix-toolbox

Pi tool — gated tool toggle UI (/toolbox)

Packages

Package details

extension

Install @xynogen/pix-toolbox from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@xynogen/pix-toolbox
Package
@xynogen/pix-toolbox
Version
0.1.1
Published
Jun 18, 2026
Downloads
not available
Author
xynogen
License
MIT
Types
extension
Size
26.6 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "src/index.ts"
  ]
}

Security note

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

README

pix-toolbox

Pi tool — gated tool toggle UI (/toolbox).

What it does

Registers a /toolbox slash command that opens a TUI fuzzy-search picker listing every registered tool (built-in, extension, and MCP). Users can toggle tools on/off, which controls which tools are described in the system prompt via pi.setActiveTools(). All tools remain callable via function definitions regardless of prompt visibility — toggling only affects what the model sees in its context. Four tools (bash, edit, read, write) are protected and can never be disabled. Gate state is persisted to ~/.pi/agent/pix-toolbox.json. Headless subcommands are also available: /toolbox enable <names>, /toolbox disable <names>, and /toolbox list [query].

Install

pi install npm:@xynogen/pix-toolbox

Full distro

To install the complete pix suite (all packages + Pi itself):

curl -fsSL https://raw.githubusercontent.com/xynogen/pix-mono/main/scripts/install.sh | sh

License

MIT