Install
The MVP bootstrapper is available as an npm CLI and a standalone Windows executable. It verifies the machine, installs public tool repos, links native commands, and writes Codex skills.
npm install
npm install -g @agent-toolpacks/cli toolpack doctor toolpack install --license atk_your_license_key toolpack skill sync
Windows executable
Download Windows EXEagent-toolpacks.exe doctor agent-toolpacks.exe install --license atk_your_license_key agent-toolpacks.exe skill sync
If Codex is missing, the Windows installer path tries Microsoft Store first with winget, then falls back to the official Codex installer endpoint.
Downloads, install, update, skill sync, and paid manifests require an active subscription. Already-installed public tools are not disabled when a subscription ends.
After install
toolpack doctor toolpack update toolpack skill sync pbc doctor lcr-cli --help
Use doctor checks after installing, after updating, and before handing browser or command work to an agent. The checks surface missing PATH entries, unavailable command shims, and tool repos that still need setup.