Agent skill · Security

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill secrets-management --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/devops-sre-platform/skills/secrets-management/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. HashiCorp Vault
  5. 2. AWS Secrets Manager
  6. 3. Azure Key Vault
  7. 4. GCP Secret Manager
  8. 5. Kubernetes Secrets
  9. 6. Secret Rotation
  10. MCP Server Integration
  11. claude-vault-mcp Features
  12. Best Practices
  13. Security
  14. Architecture
Ships with 1 file
  • README.md
Commands it runs
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
More from babysitter
All skills →
About this skill
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.

Keep going