For the complete documentation index, see llms.txt. This page is also available as Markdown.

Codex

Install the Keeper Agent Kit in codex using the skills CLI.


Requirements

  • Node.js 18+ (needed to run npx)

Step 1: Install Skills

Install the skills you need via skills CLI

npx skills add Keeper-Security/keeper-agent-kit -a codex

Step 2: Select the required skills to install

Step 3: Select installation scope as global

Codex creates the skills directory in user level, So you must select the installation scope as global and the skills CLI will create the skills directory under

Step 3: Verify

Cursor uses $ prefix to list available skills, If your skill file is installed correctly you can verify using


Uninstall

This only removes the agent skills. The KSM CLI and Commander CLI stay installed on your machine.

Last updated