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

Claude

Install the Keeper Agent Kit using the Claude Code plugin marketplace. Add skills for Keeper Secrets Manager and Commander in a few commands.

This guide covers installation through the Claude Code plugin marketplace. If you use a different agent, see all the available installation methods we support for AI Agents.


Step 1: Add the Marketplace

Open a Claude Code session and run:

/plugin marketplace add Keeper-Security/keeper-agent-kit

This registers the Keeper Agent Kit catalog with Claude Code. No skills are installed yet.

Successfully added

Step 2: Install Skills

Install the skills you need:

/plugin install keeper-secrets@keeper-security
/plugin install keeper-admin@keeper-security
/plugin install keeper-setup@keeper-security

Or browse the catalog first with /pluginDiscover tab, then select the ones you want.

Step 3: Verify

Run /plugin and go to the Installed tab. You should see the Keeper skills listed. Try a quick test:

"How do I list my KSM profiles?"

If the agent responds with ksm profile list, the skills are working.


Choosing a Scope

When installing through the Claude Code UI, you'll be asked to pick a scope. Here's what each one means:

Scope
Who sees it
Where it lives
When to use it

User (default)

You, in every project

~/.claude/skills/

You use Keeper across multiple repos

Project

Everyone on the repo

.claude/skills/ (committed to git)

Your team should all have these skills

Local

You, in this repo only

.claude/skills/ (not committed)

Testing, or you only need Keeper in one repo

If you install from the command line with /plugin install, skills default to User scope. To pick a different scope, use the interactive UI instead.


Auto-Updates

Claude Code can automatically update marketplace plugins at startup. For the Keeper Agent Kit, auto-update is off by default since it's a third-party marketplace.

To turn it on:

  1. Run /plugin

  2. Go to the Marketplaces tab

  3. Select the Keeper marketplace

  4. Choose Enable auto-update

When updates are available, you'll see a prompt to run /reload-plugins.


Uninstall

Remove individual skills:

To remove the marketplace catalog entirely:

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

Last updated