# Codex

***

### Requirements

* **Node.js 18+** (needed to run `npx`)

### Step 1: Install Skills

Install the skills you need via skills CLI

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

### Step 2: Select the required skills to install

<figure><img src="/files/YnKOy9H8gZLVijSCNC7N" alt=""><figcaption></figcaption></figure>

### 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

```
~/.codex/skills/
```

<figure><img src="/files/ASLgHU5mFnGcRcIAELZG" alt=""><figcaption></figcaption></figure>

### Step 3: Verify

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

```
$keeper-admin
```

<div data-full-width="false"><figure><img src="/files/Bt5X9egKIDunVNODxhvw" alt=""><figcaption></figcaption></figure></div>

***

### Uninstall

<pre class="language-bash"><code class="lang-bash"><strong>npx skills remove keeper-secrets
</strong><strong>npx skills remove keeper-admin
</strong><strong>npx skills remove keeper-setup
</strong></code></pre>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeperpam/secrets-manager/integrations/ai-agents/codex.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
