@agent-toolpacks/cli
v0.1.9
Published
License-gated installer and doctor CLI for Agent Toolpacks.
Downloads
86
Readme
Agent Toolpacks CLI
License-gated installer and doctor CLI for Agent Toolpacks.
This package is public so customers can install it with npm or the Windows
installer. It is not open source. Use requires a valid Agent Toolpacks
subscription or license key, and bypassing license checks is not permitted. See
LICENSE and TRADEMARKS.md.
npm install -g @agent-toolpacks/cli
toolpack doctor
toolpack install --license atk_your_license_key
toolpack install --license atk_your_license_key --with-claude-skillsOn Windows, toolpack install checks for the native codex command first. If it is missing,
the CLI installs Codex through Microsoft Store with winget install --id 9PLM9XGG6VKS --source
msstore; if that fails, it downloads and runs the official Codex installer from the ChatGPT Codex
get-started download endpoint.
On Windows, running agent-toolpacks.exe install without a license flag opens an installer UI. The
same choices are available for scripted installs:
toolpack install --license atk_your_license_key --with-codex-skills --with-claude-skills
toolpack install --license atk_your_license_key --without-codex-cli --without-lcr
toolpack skill sync --allGenerate or regenerate a license from the Agent Toolpacks dashboard after subscribing.
