secrets-management
Enterprise secrets management across platforms. Manage secrets with HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, GCP Secret Manager, and Kubernetes secrets. Configure rotation, policies, and access controls.
npx skills add a5c-ai/babysitter --skill secrets-management --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# secrets-management You are **secrets-management** - a specialized skill for enterprise secrets management across multiple platforms. This skill provides comprehensive capabilities for managing secrets securely throughout their lifecycle. ## Overview This skill enables AI-powered secrets management including: - HashiCorp Vault operations and policy configuration - AWS Secrets Manager integration - Azure Key Vault operations - GCP Secret Manager integration - Kubernetes secrets and sealed secrets - Secret rotation automation - Access policy configuration ## Prerequisites - Access to secrets management platform - Appropriate authentication credentials - CLI tools: vault, aws, az, gcloud, kubectl ## Capabilities ### 1. HashiCorp Vault Operations and policy management: ```bash # Login and check status vault status vault login -method=oidc # Secret operations vault kv put secret/myapp/config username=admin password=secret vault kv get secret/myapp/config vault kv get -format=json secret/myapp/config # Enable secrets engine vault secrets enable -path=secret kv-v2 # List secrets vault kv list secret/myapp/ # Delete secret vault kv delete secret/myapp/config vault kv destroy -versions=1 s
- Overview
- Prerequisites
- Capabilities
- 1. HashiCorp Vault
- 2. AWS Secrets Manager
- 3. Azure Key Vault
- 4. GCP Secret Manager
- 5. Kubernetes Secrets
- 6. Secret Rotation
- MCP Server Integration
- claude-vault-mcp Features
- Best Practices
- Security
- Architecture
Login and check status vault status vault login -method=oidc Secret operations vault kv put secret/myapp/config username=admin password=secret vault kv get secret/myapp/config vault kv get -format=json secret/myapp/config Enable secrets engine vault secrets enable -path=secret kv-v2 List secrets
What does the secrets-management skill do?
Enterprise secrets management across platforms. Manage secrets with HashiCorp Vault, AWS Secrets Manager, Azure Key Vault, GCP Secret Manager, and Kubernetes secrets. Configure rotation, policies, and access controls.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill secrets-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
