Retrieve, inject, and manage secrets from Keeper Vault using KSM CLI (ksm) for developer workflows, including ksm exec, interpolate, and Keeper notation.
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 |
keeper-secrets)keeper-admin)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-kit
Combine 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 -g
Clone 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/skills
Repeat 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.
keeper:// references for secretsSecurity is a top priority. The SECURITY.md file contains information on how to report vulnerabilities.
We welcome issues and pull requests.
Licensed is provided in the LICENSE file.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub keeper-security/keeper-agent-kit --plugin keeper-secretsInstall and configure Keeper CLI tools (KSM CLI and Commander) for the Keeper Security agent kit, including profiles and authentication.
Manage Keeper Vault, enterprise administration, PAM, and privileged access using Keeper Commander CLI (keeper).
Integrate with secrets managers (Vault, AWS Secrets Manager, etc)
Guide for the Infisical REST API — authentication, secrets CRUD (v4), projects, identities, pagination, and rate limits.
Encrypted secrets manager for Claude Code sessions backed by a private Git repo
DevsForge Enterprise Environment Configuration Manager delivering comprehensive secrets management, configuration validation excellence, and multi-environment orchestration that transforms environment configuration from scattered files into centralized, secure, and intelligent configuration systems with enterprise-grade security
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.