HashiCorp Vault secrets management reference. Seal/unseal architecture, KV/transit/database/PKI secret engines, auth methods (token/userpass/approle/kubernetes), HCL policies with capabilities, dynamic database and AWS credentials, transit encryption as a service, and HA operations with auto-unseal.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill vault --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vault?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-vault)More formats (shields.io, HTML) on the badges page.
---
name: "vault"
version: "1.0.0"
description: "HashiCorp Vault secrets management reference. Seal/unseal architecture, KV/transit/database/PKI secret engines, auth methods (token/userpass/approle/kubernetes), HCL policies with capabilities, dynamic database and AWS credentials, transit encryption as a service, and HA operations with auto-unseal."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [vault, secrets, encryption, hashicorp, security, sysops]
category: "sysops"
---
# Vault
HashiCorp Vault secrets management reference.
## Commands
| Command | Description |
|---------|-------------|
| `intro` | Vault overview, seal/unseal, concepts |
| `basics` | Dev server, init, server config |
| `secrets` | Secret engines: KV v2, list, versioning |
| `auth` | Auth methods: token, userpass, AppRole, K8s |
| `policies` | HCL policies, capabilities, templates |
| `dynamic` | Dynamic secrets: database, AWS, PKI |
| `transit` | Encryption as a service, key rotation |
| `ops` | Auto-unseal, HA, audit, backup |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。