bitwarden-secrets-manager-cli
Installation
SKILL.md
Bitwarden Secrets Manager CLI
Use bws with secret-safe defaults.
Install it when missing, authenticate without exposing the access token, inspect read-only state first, and make mutations only when the requested scope is exact.
Start every task
- Run
scripts/ensure-bws.sh. On native Windows without a POSIX shell, use the official PowerShell installer documented in references/cli-guide.md. - Run
bws --versionandbws --helpwhen command behavior may vary by version. - Determine the server before authenticating. Bitwarden US is the default. Configure EU or self-hosted deployments only when the user identifies that environment.
- Use an existing
BWS_ACCESS_TOKENenvironment variable. If none exists, ask the user to inject or export the token in their own secure environment. - Run
scripts/check-auth.shto perform a read-only authentication check that emits no vault data.
Read references/cli-guide.md for command syntax, output behavior, configuration, and troubleshooting.
Use the live bws <command> --help output and linked official Bitwarden documentation as the final authority.