How to obtain and handle secrets under an OpenBao-backed access model: pick the right store tier, prefer engine-minted ephemeral credentials over static secrets, read with the pre-authorized tier, and route write/apply through the human-gated wrapped single-use secret_id. Use before fetching any credential, wiring a service to a secret, converging a publisher, or when tempted to paste a token — and whenever a task needs a credential and you are unsure whether you may just take it.
$npx -y skills add dryvist/claude-code-plugins --skill openbao-secretsInstalls into the current project.
Run `npx skills use "https://github.com/dryvist/claude-code-plugins" --skill "dryvist/claude-code-plugins/openbao-secrets"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dryvist/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/dryvist/claude-code-plugins"` and select the relevant skills, then follow their instructions.