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-kitThis registers the Keeper Agent Kit catalog with Claude Code. No skills are installed yet.


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-securityOr browse the catalog first with /plugin → Discover 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:
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:
Run
/pluginGo to the Marketplaces tab
Select the Keeper marketplace
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

