borghei/secrets-vault-manager
> This skill should be used when the user asks to "generate Vault configurations", "plan secret rotation", "analyze vault audit logs", "manage secrets lifecycle", or "set up HashiCorp Vault".
npx skills add https://github.com/borghei/Claude-Skills --skill secrets-vault-manager
> Category: Engineering
> Domain: Secrets Management & Security
The Secrets Vault Manager skill provides tools for generating HashiCorp Vault configurations, planning and scheduling secret rotation cycles, and analyzing vault audit logs for suspicious access patterns. Essential for teams managing secrets at scale.
Before generating configs or plans, confirm these inputs. If any is unknown or vague, ASK — do not assume:
--env, --secrets-engines; shapes the generated HCL)Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
# Generate Vault configuration
python scripts/vault_config_generator.py --env production --secrets-engines kv,database,transit
# Plan secret rotation schedule
python scripts/rotation_planner.py --inventory secrets_inventory.json
# Analyze vault audit logs
python scripts/audit_log_analyzer.py --log-file vault_audit.log --format json
| Tool | Purpose | Key Flags |
|------|---------|-----------|
| vault_config_generator.py | Generate HashiCorp Vault configurations | --env, --secrets-engines, --auth-methods |
| rotation_planner.py | Plan and schedule secret rotation cycles | --inventory, --policy, --format |
| audit_log_analyzer.py | Analyze vault audit logs for anomalies | --log-file, --time-range, --format |
vault_config_generator.py to generate HCL configsrotation_planner.py to generate scheduleaudit_log_analyzer.py for anomaly detectionTake borghei/secrets-vault-manager from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.