Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)
crouter
Install
npm install -g @crouton-kit/crouter
Usage
crtr --help
Official marketplace
crtr ships with the crouter official marketplace pre-installed. On first run it is cloned into your user scope and registered automatically — no plugins are enabled by default.
Browse and install plugins from it:
crtr pkg market browse crouter-official-marketplace
crtr pkg plugin install crouter-official-marketplace/<plugin>
To opt out of the bootstrap (e.g. in CI), set CRTR_NO_BOOTSTRAP=1.
Running crouter on pi
The node runtime hosts the pi coding agent in each broker. To set your pi install up the way crouter's author runs it, add these to the packages array in ~/.pi/agent/settings.json (neither ships with pi — you add them yourself):
- pi-claude-oauth-adapter — third-party npm package; Anthropic OAuth / Claude Code compatibility adapter for pi. Install with
"npm:pi-claude-oauth-adapter". - pi-personal-extensions — the author's personal pi extensions (crtr help-gate, slash-command surfacing, provider rotation, frontmatter rules, statusline). Its README documents the full machine setup.