Skills CLI
Install the Keeper Agent Kit using the skills CLI. Works with Cursor, Codex, GitHub Copilot, Claude Code, and any agent that supports the SKILL.md format.
This guide uses the Skills CLI (npx skills), a cross-platform installer that works with most AI coding agents. If you're using Claude Code specifically, the plugin marketplace method is simpler. If you use a different agent, see all the available installation methods we support for AI Agents.
Requirements
Node.js 18+ (needed to run
npx)
The CLI auto-detects which agents you have installed.
Install
Interactive (recommended): Prompts you to pick which skills and agents to install.
npx skills add Keeper-Security/keeper-agent-kit
Target a specific agent:
Install to all detected agents at once:
Install a single skill:

Global vs. Project Install
By default, npx skills add installs to the current project directory.
Project-level (default): Skills go into ./.agents/skills/ with symlinks to each detected agent's directory. Useful when your team should all have the same Keeper skills.
Global: Skills go into your home directory and are available across every project.
Use global install if you work with Keeper across many repos and don't want to install per-project.
Verify
Check what's installed:
Or filter by agent:
You should see keeper-secrets, keeper-admin, and keeper-setup listed.
Update
Check for newer versions:
Pull the latest:
Supported Agents
The Skills CLI supports these agents. It detects which ones are installed and sets up the right directories.
Claude Code
-a claude-code
~/.claude/skills/
Cursor
-a cursor
~/.cursor/skills/
Codex
-a codex
~/.codex/skills/
GitHub Copilot
-a copilot
~/.github/skills/
OpenCode
-a opencode
~/.opencode/skills/
Gemini CLI
-a gemini
~/.gemini/skills/
If your agent isn't listed, the CLI creates a generic .agents/skills/ directory. Check your agent's docs for the right path and copy the files there.
Uninstall
This only removes the agent skills. The KSM CLI and Commander CLI stay installed on your machine.
Last updated

