Teach AI coding agents to use Keeper Secrets Manager (KSM) and Keeper Commander from the terminal: retrieve and inject secrets, manage vaults, and run enterprise admin workflows-without putting credentials in chat or source control.
| Plugin | Use it for | CLI |
|---|---|---|
| keeper-secrets | App secrets, ksm exec, templates, CI/CD |
ksm |
| keeper-admin | Users, teams, PAM, enterprise vault ops | keeper |
| keeper-setup | Install CLIs, profiles, first-time setup | Both |
- A Keeper Security account
- KSM CLI (plugin:
keeper-secrets) - Commander CLI (plugin:
keeper-admin) - Python 3.10+
- Linux, Windows, Mac OS
The keeper-setup skill will guide you through first-time setup if you don't have the CLIs installed.
To install the Keeper Security Agent Kit, pick one path.
/plugin marketplace add Keeper-Security/keeper-agent-kit
/plugin install keeper-secrets@keeper-security# Add the Keeper Security Agent Kit
npx skills add Keeper-Security/keeper-agent-kitCombine with optional flags to target a specific agent or install globally:
# target agent: cursor
npx skills add Keeper-Security/keeper-agent-kit -a cursor
# target agent: claude-code
npx skills add Keeper-Security/keeper-agent-kit -a claude-code
# target agent: codex
npx skills add Keeper-Security/keeper-agent-kit -a codex
# global install
npx skills add Keeper-Security/keeper-agent-kit -gClone the repo, then copy the plugin folders to your agent’s skills directory (create it if needed):
git clone https://github.com/Keeper-Security/keeper-agent-kit
cd keeper-agent-kit| Agent | Typical skills path |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| Codex | ~/.codex/skills/ |
| GitHub Copilot | ~/.github/skills/ |
NOTE: You may also create this at the project level by using
./.claude/skills/instead of~/.claude/skills/.
mkdir -p ~/.claude/skills
cp -r plugins/*/skills/* ~/.claude/skills/
ls ~/.claude/skillsRepeat for each agent you use; paths differ per product.
In the agent, try prompts like: “Help me inject secrets from Keeper into my app” (should lean on keeper-secrets) or “How do I set up KSM?” (keeper-setup).
For more structured smoke tests, see TEST_PROMPTS.md.
Remove the skill directories from that agent’s skills folder, or with Vercel Skills: npx skills remove keeper-secrets (and the other two). To remove the Keeper CLIs from your machine, follow the uninstall guidance in the KSM CLI and Commander CLI docs.
- KSM CLI - install, profiles, commands
- Commander CLI - install, shell, admin commands
- Keeper notation -
keeper://references for secrets - Issues & features
- Keeper Security Support
- Docs
Security is a top priority. The SECURITY.md file contains information on how to report vulnerabilities.
We welcome issues and pull requests.
- Check existing issues before filing a new one.
- For changes: fork, branch, keep edits focused; follow CONTRIBUTING.md.
- Pull requests should describe what changed and why, and note how you tested.
Licensed is provided in the LICENSE file.